Password Attacks
âšī¸ Informations¶
- đ Website: HackTheBox
- đĨ Level: Medium
- đ Category: Offensive
- đ Link: Password Attacks
đ Module description¶
Passwords are still the primary method of authentication in corporate networks. If strong password policies are not in place, users will often opt for weak, easy-to-remember passwords that can often be cracked offline and used to further our access. We will encounter passwords in many forms during our assessments. We must understand the various ways they are stored, how they can be retrieved, methods to crack weak passwords, ways to use hashes that cannot be cracked, and hunting for weak/default password usage.
đ Sections¶
- Network Services
- Password Mutations
- Password Reuse Default Passwords
- Attacking SAM
- Attacking LSASS
- Attacking Active Directory & NTDS.dit
- Credential Hunting in Windows
- Credential Hunting in Linux
- Passwd Shadow & Opasswd
- Pass the Hash (PtH)
- Pass the Ticket (PtT) from Windows
- Pass the Ticket (PtT) from Linux
- Protected Files
- Protected Archives
- Password Attacks Lab - Easy
- Password Attacks Lab - Medium
- Password Attacks Lab - Hard