Skip to content

0xbharath/scapy-scripts

Repository files navigation

scapy-scripts

A collection of (crappy) scapy scripts, mostly scripts that I wrote for aiding in pen tests and security audits.

3way.py - A script to demonstrate TCP 3-way handshake in Scapy.
all_devices_pcap.py - A script to extract all the IP addresses of endpoints in a PCAP.
arp_mitm.py - A script to perform ARP cache posioning(mitm).
cam_overflow.py - A script to perform classic CAM overflow attack to force Layer 2 switch into hub mode.
hd_tcp_syn.py - A script to find all the machines alive in a network(sends TCP SYN packets).
ipidseq.py - A script to check IP ID generation pattern. Takes an IP adress as command-line argument.
ipidscanner.py - A script to scan a victim through zombie. Takes a zombie IP, victim IP, victim port as arguments.
mail_sniffer.py - A script that sniffs SMTP traffic and prints the payload(used to sniff usernames & passwords on LAN).

About

A collection of scapy scripts, mostly security stuff.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages