forked from swisskyrepo/PayloadsAllTheThings
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README update + Typo fix in Active Directory
- Loading branch information
1 parent
d57d59e
commit bd97c0b
Showing
2 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -410,7 +410,7 @@ kinit -t ~/mykers [email protected] | |
klist | ||
``` | ||
|
||
## Capturing and cracking NTLMv2 hashes | ||
### Capturing and cracking NTLMv2 hashes | ||
|
||
If any user in the network tries to access a machine and mistype the IP or the name, Responder will answer for it and ask for the NTLMv2 hash to access the resource. Responder will poison `LLMNR`, `MDNS` and `NETBIOS` requests on the network. | ||
|
||
|
@@ -424,7 +424,7 @@ Then crack the hash with `hashcat` | |
hashcat -m 5600 -a 0 hash.txt crackstation.txt | ||
``` | ||
|
||
## NTLMv2 hashes relaying | ||
### NTLMv2 hashes relaying | ||
|
||
If a machine has `SMB signing`:`disabled`, it is possible to use Responder with Multirelay.py script to perform an `NTLMv2 hashes relay` and get a shell access on the machine. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters