aldern00bJun 25, 20221 min readUsernames and PasswordsCrack RSA Keys with John The RipperFor this we're going to be using SSH2John. You can run a find command to find the python script: Once you have the location, we're going...
aldern00bJun 21, 20221 min readUsernames and PasswordsZip2JohnGot a zip file that's password protected? no problem. This will create a file with the hashes needed to crack. Next, just run john to...
aldern00bApr 18, 20221 min readUsernames and PasswordsGetting Windows Passwords to CrackTo get Windows Passwords use PowerShell - of course, you must have access to the box to get these. This is just a way of possibly...
aldern00bApr 17, 20221 min readUsernames and PasswordsCracking Hashes with John The RipperInstallation Clone this repository to get it installed: git clone <https://github.com/openwall/john> -b bleeding-jumbo john Then cd...