OSINT & Recon Tools
A curated directory of the essential tools used for reconnaissance, authorized penetration testing and security research. Every tool below is battle-tested by the UzHackHub community for bug hunting, CTFs and red-team practice.
Always scan only systems you own or have explicit written permission to test. Unauthorized access is illegal in Uzbekistan and worldwide. Use these tools against your own lab (TryHackMe, Hack The Box or a local VM) until you hold a proper authorization document.

Nmap
Network ScanningIndustry-standard network mapper for host discovery, port scanning, service and OS fingerprinting.
Use case: Build a complete map of a target's exposed services and open ports before touching anything else.

Metasploit
Vulnerability ScanningExploitation framework with thousands of ready-made payloads, encoders and auxiliary modules.
Use case: Verify a discovered vulnerability by safely running an exploit against a test environment.

Burp Suite
Web App TestingIntercepting proxy for manipulating, scanning and fuzzing HTTP traffic between a browser and a target.
Use case: Intercept and rewrite requests to find SQLi, XSS and broken access control flaws in web apps.

Wireshark
Packet AnalysisDeep packet analyzer that captures live traffic and decodes hundreds of network protocols.
Use case: Trace a conversation between two hosts to spot credentials or sensitive data sent in clear text.

Kali Linux
Vulnerability ScanningDebian-based penetration testing distribution preloaded with over 600 security tools.
Use case: A full ready-to-use attack lab, ideal for CTFs, training and structured red-team engagements.

Ghidra
Reverse EngineeringNSA's open-source reverse engineering suite with a powerful interactive decompiler.
Use case: Decompile a suspicious binary to understand what it does before it ever gets executed.

SQLMap
Web App TestingAutomated tool that detects and exploits SQL injection flaws across many database engines.
Use case: Prove an injection point exists and safely extract a single row from a training database.

Hashcat
Credential TestingWorld's fastest password recovery tool, using GPU acceleration across dozens of hash modes.
Use case: Audit leaked or captured password hashes to prove how weak the underlying passwords are.

OWASP ZAP
Web App TestingOpen-source web app scanner with an easy proxy mode, active scanning and fuzzing engine.
Use case: Run a first-pass automated scan against your own staging environment during a code review.

Hydra
Credential TestingParallel network login cracker supporting dozens of protocols from SSH and FTP to HTTP forms.
Use case: Test whether weak or default passwords exist across your lab's exposed login services.

Nuclei
Vulnerability ScanningFast, template-based vulnerability scanner that sends targeted requests with YAML templates.
Use case: Continuously scan your own assets against thousands of known CVE and misconfiguration checks.

Aircrack-ng
WirelessComplete suite for monitoring, attacking, testing and cracking Wi-Fi networks.
Use case: Audit your own home router's WPA2 configuration by capturing handshakes and testing passphrases.
Ready to practice safely?
Join the community lab on Telegram, or spin up a disposable Kali VM and follow our weekly walkthroughs. No credentials required, just a curiosity for how things break.
Join UzHackHub