Skip to content

Latest commit

 

History

History
 
 

chapter_04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

mail_sniffer.py

  • Install scapy package
sudo pip3 install scapy
  • A simple sniffer
sudo python3 mail_sniffer.py

mail_sniffer_using_BPF_syntax.py

  • If you are on a network where you know you're already on their internal network and you want to compromise some mail server accounts then you could do that by sniffing the network by running the below command
sudo python3 mail_sniffer_using_BPF_syntax.py

arper.py

python3 arper_1.py <victim_ip> <gateway_ip> <interface>
python3 arper_2.py <victim_ip> <gateway_ip> <interface>