Projects

4 interactive cybersecurity tools, each one runs live in your browser. Click any project to launch it, or grab the source from GitHub.

01
Project 01 · Recon · Beginner
PortScan
TCP Port Scanner

TCP connect scanner simulating Nmap-style network reconnaissance. Identify open services, filtered ports, and running protocols across selectable port ranges with realistic timing.

JavaScriptNetworkingTCP/IP
02
Project 02 · Defense · Beginner
Password Analyzer
Password Strength Analyzer

Real-time password entropy analysis engine. Calculates crack time across 4 attack vectors, checks against common password lists, and gives actionable hardening advice.

EntropyCryptographyStatistics
03
Project 03 · Cryptography · Intermediate
HashCrack
Hash Analysis Tool

Three-in-one hash tool: generate hashes across MD5/SHA-1/SHA-256/SHA-512, identify unknown hashes by length and format, and simulate dictionary attacks using rockyou wordlist.

MD5SHA-256CryptoJSDictionary Attack
04
Project 04 · Intelligence · Beginner
Phishing Detector
URL Phishing Analyzer

Heuristic URL analysis engine that scores phishing risk across 9 indicators. Detects typosquatting, homograph attacks, brand abuse in subdomains, and suspicious TLDs.

PhishingHeuristicsURL ParsingOSINT
📦
All Projects on GitHub

Every project is open source. Clone the repo, run them locally, study the code, or fork and extend them.

View on GitHub →