Decrypt (key, Hex, Hash, Cert, Pass)
HexDecimal Dump
cat file | xxd -r -p | tee outputOpenSSL
openssl rsa -in key_encrypted -out key_decryptedPDF [password protected]
pdf2johnJohn
# search specific file name in
ls /usr/share/john/
# convert it to hash
pfx2john legacyy_dev_auth.pfx | tee hash-pfx
zip2john legacyy_dev_auth.pfx | tee hash-zip
# crack the hash
john --wordlist=/usr/share/wordlists/rockyou.txt hash-pfxFcrackzip
Cewl
Hashcat
Hydra
VNC
Last updated