Ever since 2017, python programming language had a steady increased of popularity not just in the area of data analysis but in penetration testing. If you try to look into one of the famous websites for penetration testing, "exploit DB" you can sense that programming language that usually used to create ax exploit is either ruby, c or python. So in this post, I'm going to show you how you can implement python into your pentesting project. We are going to create your own password Linux cracker with python. Background: Before we go to the actual coding, let me explain it to you about some fundamental concepts: First, we need to know how Linux stored its password. Originally, Linux stored its own password in two different file one is located at "/etc/provides" which is contained the username (every user inside the operating system can see inside of the file ) and the other one which is located at "/etc/shadow" contained the actual password bu...
Talk about Binary Analysis and Android Mobile security | I Create THINGS that Break THINGS :D