What problem does it solve? During penetration tests and reconnaissance, tools like proxychains fail to cover Go/Rust static binaries, leak DNS and IPv6 traffic, and can be bypassed by applications, exposing your real source IP to targets, WAFs, and SIEM systems. ## Core Features & Use Cases - Kernel-Level Traffic Isolation: Uses Linux network namespaces to force all TCP, UDP, DNS, and ICMP traffic through Tor, working with any binary including Go and Rust tools. - Tor Circuit Rotation: Rotate exit node IPs via the Tor control port with automated scripts and randomized delays to avoid rate limiting and IP bans. - Leak Prevention & Stealth: Blocks IPv6, prevents DNS leaks, and provides rotating User-Agent headers with request jitter for stealthy reconnaissance. - Use Case: At the start of an authorized pentest engagement, launch a proxy-ns shell and run the entire toolchain (subfinder, httpx, nuclei, nmap -sT) inside it so no probe ever reveals your originating IP. ## Quick Start Set up proxy-ns with Tor on my Kali Linux machine and start a protected shell so all my recon commands run through the Tor network.