Terminal-native reconnaissance CLI in Rust (~1 MB). Five operations, four modes. Orchestrates nmap, nikto, gobuster & nuclei — so you don't have to remember 15 flags.
You already know nmap. Noizz just runs the right commands so you can move faster.
One Rust binary, ~1 MB. Drop it anywhere. No pip, no npm, no runtime dependencies.
100% local execution. Nothing phones home. Your targets stay yours.
Wraps nmap, nikto, gobuster & nuclei into repeatable workflows. One syntax for all.
nz <target> <op> [mode]
| Command | What it does | Time |
|---|---|---|
| quick | Top 100 ports — fast initial recon | ~3s |
| fetch | Service versions + banners + risk mapping | ~30s |
| web | Cloud, SSL, headers, tech detection | ~60s |
| web-deep | Full web + nikto + gobuster + nuclei | 3–5m |
| deep | All 65535 ports + OS + vuln scripts | 5–10m |
Note: deep and web-deep take several minutes. Use only on targets you are authorised to test.
Not for you if: You're tryna hack your school's grading system, steal someone's Netflix password, or pull off a "Hollywood heist" — this ain't it, chief. Noizz is for people who already have permission and just wanna move faster. Go touch grass, then come back when you have a legitimate reason. Recon, not destruction.
For pentesters, sysadmins, and CTF players who want to stop re-typing the same 15-flag nmap commands.
Instead of nmap -sV -sC -T3 -D RND:10 --data-length 64... just type nz target fetch.
Consistent formatting across every scan type. No more parsing raw nmap XML.
Add --json for machine-readable output. Pipe into scripts, SIEMs, or automation.
--stealth (decoys + IDS evasion), --normal (balanced), --fast (max speed).
Works on Linux, macOS, and Windows. Grab it and run.
curl -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.sh | sh
curl.exe -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.ps1 | powershell -c -