https://github.com/augxusto/nettool-c
https://github.com/augxusto/nettool-c
c educational-project networking npcap security sniffer-packet tcp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/augxusto/nettool-c
- Owner: Augxusto
- Created: 2025-06-29T03:13:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-02T19:24:30.000Z (9 months ago)
- Last Synced: 2025-09-02T21:18:23.503Z (9 months ago)
- Topics: c, educational-project, networking, npcap, security, sniffer-packet, tcp
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🛠️ NetTool C
NetTool C is an educational project written in C, created to practice concepts in computer networking and security. It includes two main features:
Packet Sniffer — captures and displays network packet information (Npcap integration coming soon)
TCP Port Manager — opens and closes ports on the local system, simulating simple TCP servers
⚠️ Project under development.
The base structure is functional, with an interactive text menu already working.
Next steps include integrating with Npcap and implementing actual TCP sockets.