0xbharath / scapy-scripts

A collection of scapy scripts, mostly security stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Python 100.0%