Playing with scapy!
Disclaimer: All the scripts i write are for educational purposes only.
fingerprinter.py

a simple python script that uses TTL from a TCP packet to determine the OS of a machine.
Example: python3 fingerprinter.py -H IP -sP 5555 -dP 21
python3 fingerprinter.py -H IP -sP 5555 -dP 21icmp_flood.py
a simple ICMP/SYN flooding python script using scapy library.
Example: python3 icmp_flood.py -H IP -c 100
python3 icmp_flood.py -H IP -c 100Last updated