mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 15:51:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,11 +11,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Enumerate users with Kerberos pre-authentication disabled (default anonymous enumeration):
|
||||
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}}`
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -no-pass`
|
||||
|
||||
- Perform AS-REP roasting and dump crackable hashes for offline cracking:
|
||||
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -request`
|
||||
`GetNPUsers.py {{domain}}/ -usersfile {{path/to/userslist}} -dc-ip {{domain_controller_ip}} -no-pass -request`
|
||||
|
||||
- Authenticate with valid credentials (if anonymous binding is disabled):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user