John The Ripper & other tools - A password cracking tool
John the ripper
Installation
John the ripper github
Usage
john hashfilepath --wordlist
different kinds of hashing algorithm
hashidentifier - hash analyzer
hashid github
python3 hashid.py
hash given
md5 - possible
john —format=raw-md5 wordlist=/home/kal i/Desktop/rockyou. txt hash.txt
zip2john h.zip > h.txt
john --word...=/home/.... h.txt
john --show h.txt
rssid - ssh private file key
ssh2john id.rsa > ssh.txt
john --word...=/home/.... ssh.txt
john --show ssh.txt
pdf2john pdfname > hackers.txt
john hackers.txt
**PWDump7
Comments
Post a Comment