Real-time home network monitoring dashboard with device detection and anomaly alerts. Built with Python/Flask, implements packet sniffing (scapy), network scanning (nmap), bandwidth monitoring, and anomaly detection. Features live web dashboard with Chart.js graphs for traffic visualization and 7-day connection timeline. https://github.com/torchiachristian/HomeNetMonitor
Fast multithreaded TCP port scanner built in Python. Designed for efficient network reconnaissance with configurable thread pools and timeout settings. https://github.com/torchiachristian/port_scanner
Python tool to analyze password strength with entropy estimation. Implements common password vulnerability checks and provides detailed security metrics. https://github.com/torchiachristian/password_strength_checker
Python script to compute MD5, SHA1, and SHA256 hashes of files for integrity verification. Useful for forensic analysis and file validation. https://github.com/torchiachristian/simple_file_hash_checker_1
Python tool to scan local networks and identify active hosts using ICMP ping. Implements parallel scanning for efficient network discovery. https://github.com/torchiachristian/mini_ping_sweeper
Python/Tkinter application with SQLite backend for habit tracking. Features data visualization with percentage graphs and daily progress monitoring. https://github.com/torchiachristian/habit-tracker