Pieces tagged "Networking"
- research
dhcp-scapy-server
A minimal DHCP server in one Python script, built on Scapy. Small enough to read top to bottom, for lab segments and isolated networks where ISC DHCP or dnsmasq would be overkill.
- research
tcpkiller
A small Python tool that sniffs a network segment and tears down the TCP connections of chosen targets, and a plain demonstration of how exposed cleartext TCP is on a shared link.