v0.2 — Rust + nmap

nz your target.
No bloat. No cloud.

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.

--json | --stealth | --normal | --fast
nz — recon session
user@box:~$ nz 192.168.1.1 fetch
 
[NOIZZ] Starting recon on 192.168.1.1
[MODE] normal · service fingerprint + risk
[SCAN] Running nmap -sV -sC...
 
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.4
80/tcp open http nginx 1.18
443/tcp open ssl/https nginx 1.18
3306/tcp open mysql MySQL 8.0
 
[!] MySQL exposed on 3306 — review firewall rules
[✓] Done in 28s
 
user@box:~$
~1 MB
Binary Size
5
Operations
Rust
Language
0
Telemetry
What is NOIZZ?

Recon without the headache.

You already know nmap. Noizz just runs the right commands so you can move faster.

Single Binary

One Rust binary, ~1 MB. Drop it anywhere. No pip, no npm, no runtime dependencies.

Zero Telemetry

100% local execution. Nothing phones home. Your targets stay yours.

Orchestration Engine

Wraps nmap, nikto, gobuster & nuclei into repeatable workflows. One syntax for all.

Operations

Five ops. One syntax.

nz <target> <op> [mode]

CommandWhat it doesTime
quickTop 100 ports — fast initial recon~3s
fetchService versions + banners + risk mapping~30s
webCloud, SSL, headers, tech detection~60s
web-deepFull web + nikto + gobuster + nuclei3–5m
deepAll 65535 ports + OS + vuln scripts5–10m
Modes: --json --stealth --normal --fast works with any operation

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.

Why NOIZZ?

Built for people who already know.

For pentesters, sysadmins, and CTF players who want to stop re-typing the same 15-flag nmap commands.

Save Keystrokes

Instead of nmap -sV -sC -T3 -D RND:10 --data-length 64... just type nz target fetch.

Normalised Output

Consistent formatting across every scan type. No more parsing raw nmap XML.

JSON Ready

Add --json for machine-readable output. Pipe into scripts, SIEMs, or automation.

3 Modes

--stealth (decoys + IDS evasion), --normal (balanced), --fast (max speed).

Install

One line. Any platform.

Works on Linux, macOS, and Windows. Grab it and run.

Linux / macOS
curl -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.sh | sh
Windows (PowerShell)
curl.exe -fsSL https://raw.githubusercontent.com/subhradeepsarkae-ai/noizz/main/install.ps1 | powershell -c -