📓 Kiroku
A high-performance Rust TUI for markdown notes. Features fuzzy search, git sync, and custom themes.
Rust TUI Notes
🛡️ Sec-Suite
Automated security scanning and vulnerability assessment tool for DevOps pipelines. Integrates with CI/CD.
python passwords network
🔍 Port-Scanner
A minimal, single-threaded TCP port scanner written in C. Designed to demonstrate the fundamentals of TCP connect-based scanning.
C Reconnaissance Raw Packets
📡 Packet-Sniffer
A C-based packet sniffer using raw sockets. Captures TCP and DNS traffic, providing real-time analysis and PCAP logging.
C Network Security
💬 Chat-App
Real-time terminal-based chat application. Server/Client model with support for multiple users.
C TCP Sockets
🚀 Quick Start
All tools are designed to be light, fast, and pipe-able.
Example: Compile and Run Port Scanner
git clone [https://github.com/gab-dev-7/port-scanner](https://github.com/gab-dev-7/port-scanner)
cd port-scanner
gcc port_scanner.c -o scanner
./scanner 127.0.0.1