Created
September 5, 2017 18:45
-
-
Save YourFriendCaspian/1b2f90c6fe4d75a8178950a973b32993 to your computer and use it in GitHub Desktop.
Use Ettercap to Sniff Traffic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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