📝
Basic Penetration Testing
  • About Knowledge
  • Server Enumeration
    • Scanning
    • Common Services
      • FTP - 21
      • SMTP - 25
      • SMB - 139, 445
  • Web Application
    • Enumeration
    • Exploitation
    • Execute Commands
    • Databases
      • MySQL
      • SQLite
      • MSSQL
      • PostgreSQL
  • Remote Code Execution
  • File Transfer
    • HTTP Server
    • SMB Protocol
    • FTP Server on Kali Linux
  • Hash Cracking
  • Privilege Escalation
    • Windows Privilege Escalation
    • Linux Privilege Escalation
  • Buffer Overflow
  • About LeeCyberSec
Powered by GitBook
On this page

Was this helpful?

Hash Cracking

PreviousFTP Server on Kali LinuxNextPrivilege Escalation

Last updated 4 years ago

Was this helpful?

Rar File

sudo rar2john File.rar > hash
sudo john hash --wordlist=/usr/share/wordlists/rockyou.txt
unrar x File.rar
https://dfir.science/2014/07/how-to-cracking-zip-and-rar-protected.html