Installation
From Source (Recommended)
Clone and build with Cargo:
bash
git clone https://github.com/QaidVoid/netinject.git
cd netinject
cargo build --releaseThe binary will be at target/release/netinject.
With Nix
If you use Nix, a flake is provided:
bash
# Build
nix build
# Run directly
nix run
# Dev shell (includes security tools)
nix developVerify Installation
bash
netinject --versionCheck Tool Availability
Run the check command to verify which tools are installed:
bash
netinject checkOutput:
✓ ffuf v2.1.0 /usr/local/bin/ffuf
✓ nuclei v3.8.0 /usr/local/bin/nuclei
✓ httpx v1.9.0 /usr/local/bin/httpx
✗ sqlmap not found, install with: pip install sqlmap
✗ mitmdump not found, install with: pip install mitmproxy