Scapy is a powerful Python-based interactive packet manipulation program and library. It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, store or ...
ids-ips-scapy/ ├── .gitignore ├── requirements.txt ├── src/ │ ├── main.py │ ├── engine.py │ ├── rules.py ...