├── .gitmodules └── README.md /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "scapy-nflog-capture"] 2 | path = scapy-nflog-capture 3 | url = https://github.com/mk-fg/scapy-nflog-capture 4 | [submodule "scapy-to-api"] 5 | path = scapy-to-api 6 | url = https://github.com/thepacketgeek/scapy-to-api 7 | [submodule "bluefruit-scapy"] 8 | path = bluefruit-scapy 9 | url = https://github.com/sysdream/bluefruit-scapy 10 | [submodule "scapy-ssl_tls"] 11 | path = scapy-ssl_tls 12 | url = https://github.com/tintinweb/scapy-ssl_tls 13 | [submodule "scapy-http"] 14 | path = scapy-http 15 | url = https://github.com/invernizzi/scapy-http 16 | [submodule "osmocombb-scapy"] 17 | path = osmocombb-scapy 18 | url = https://github.com/moros/osmocombb-scapy 19 | [submodule "scapy-ssh"] 20 | path = scapy-ssh 21 | url = https://github.com/tintinweb/scapy-ssh 22 | [submodule "Honeypot-Scapy"] 23 | path = Honeypot-Scapy 24 | url = https://github.com/quack1/Honeypot-Scapy 25 | [submodule "pystack"] 26 | path = pystack 27 | url = https://github.com/RobinDavid/pystack 28 | [submodule "scapy-knife"] 29 | path = scapy-knife 30 | url = https://github.com/mrt-k/scapy-knife 31 | [submodule "TorPylle"] 32 | path = TorPylle 33 | url = https://github.com/cea-sec/TorPylle 34 | [submodule "ScapyScan"] 35 | path = ScapyScan 36 | url = https://github.com/ganye/ScapyScan 37 | [submodule "Scapy-RAguard"] 38 | path = Scapy-RAguard 39 | url = https://github.com/caskings/Scapy-RAguard 40 | [submodule "DNS-Cache-Poisoning-with-Scapy"] 41 | path = DNS-Cache-Poisoning-with-Scapy 42 | url = https://github.com/henryw14/DNS-Cache-Poisoning-with-Scapy 43 | [submodule "scapyarpspoof"] 44 | path = scapyarpspoof 45 | url = https://github.com/d4rkcat/scapyarpspoof 46 | [submodule "scapytojson"] 47 | path = scapytojson 48 | url = https://github.com/dgunter/scapytojson 49 | [submodule "building-network-tools-with-scapy"] 50 | path = building-network-tools-with-scapy 51 | url = https://github.com/markandrewj/building-network-tools-with-scapy 52 | [submodule "hijack"] 53 | path = hijack 54 | url = https://github.com/0x0d/hijack 55 | [submodule "PPPoESession-Python"] 56 | path = PPPoESession-Python 57 | url = https://github.com/theclam/PPPoESession-Python 58 | [submodule "scapy-toolkit"] 59 | path = scapy-toolkit 60 | url = https://github.com/TmmmmmR/scapy-toolkit 61 | [submodule "scapy-dns-ninja"] 62 | path = scapy-dns-ninja 63 | url = https://github.com/emileaben/scapy-dns-ninja 64 | [submodule "dns_hijacker"] 65 | path = dns_hijacker 66 | url = https://github.com/ho1ger/dns_hijacker 67 | [submodule "Attack"] 68 | path = Attack 69 | url = https://github.com/muzixing/Attack 70 | [submodule "arp-dns-spoof"] 71 | path = arp-dns-spoof 72 | url = https://github.com/devleoper/arp-dns-spoof 73 | [submodule "scapy3k"] 74 | path = scapy3k 75 | url = https://github.com/phaethon/scapy 76 | [submodule "buherablog-packet-fu"] 77 | path = buherablog-packet-fu 78 | url = https://github.com/v-p-b/buherablog-packet-fu 79 | [submodule "MulitFi"] 80 | path = MulitFi 81 | url = https://github.com/shpala/MulitFi 82 | [submodule "scapyHunt"] 83 | path = scapyHunt 84 | url = https://github.com/JamesSullivan1/scapyHunt 85 | [submodule "PythonScapyDot11_TheBook"] 86 | path = PythonScapyDot11_TheBook 87 | url = https://github.com/yadox666/PythonScapyDot11_TheBook 88 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # scapy-arsenal 2 | Scapy tools and scripts 3 | --------------------------------------------------------------------------------