Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 286 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 286 Bytes

nettools

A small collection of utilities about networking :

  • listener is a small packet sniffer using AF_PACKET/SOCK_RAW. [done]
  • ping is, well, self explainatory. [wip]
  • dnslookup uses getaddrinfo to lookup a hostname. [wip]
  • tcp_client is a small nc-like program. [wip]