ops-proxyns

Route all system traffic through Tor using Linux network namespaces.

3|1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill ops-proxyns-entrovyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ops-proxyns
Source: https://github.com/EntroVyx/hermes-agent-offsec/tree/main/skills/offsec/redteam/ops-proxyns
Command: npx skills add https://github.com/EntroVyx/hermes-agent-offsec --skill ops-proxyns-entrovyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tor, proxychains4, curl.

What problem does it solve?

This skill solves the critical issue of IP leaks and traffic identification during offensive security engagements by forcing all system traffic through Tor at the kernel level.

Core Features & Use Cases

  • Kernel-Level Isolation: Uses Linux network namespaces to ensure all traffic, including DNS, UDP, and static binaries, is routed through Tor.
  • Leak Prevention: Blocks IPv6 and DNS leaks that typically expose a researcher's true identity.
  • Use Case: Use this during reconnaissance or vulnerability scanning to ensure your source IP remains hidden from target logs and security monitoring systems.

Quick Start

Execute the proxy-ns command followed by your shell to initiate a fully protected environment for all subsequent network-dependent tools.

Frequently Asked Questions about ops-proxyns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I force all system traffic through Tor to prevent DNS and IP leaks during pentesting?

Force all system traffic through Tor using Linux network namespaces to isolate networking at the kernel level. This routes TCP, UDP, and DNS while blocking IPv6, ensuring your true IP remains hidden from target logs during offensive security operations.

Does routing traffic through Tor with proxychains work for Go and Rust binaries?

Routing traffic through Tor with proxychains often fails for Go and Rust static binaries. Using Linux network namespaces instead forces all binary types through the tunnel at the kernel level, bypassing proxychains limitations and preventing traffic leaks.

What is the best way to block IPv6 leaks when routing traffic through Tor?

The best way to block IPv6 leaks when routing traffic through Tor is using kernel-level network namespaces. This architecture disables IPv6 automatically within the isolated environment, preventing exposure of your real IP address during security engagements.

How do I set up a Linux network namespace for Tor anonymity?

Set up a Linux network namespace for Tor anonymity by executing the proxy-ns command followed by your shell. This initiates a fully protected environment that routes all subsequent network-dependent tool traffic through Tor.

Can I automate Tor circuit rotation for stealthy reconnaissance operations?

Automated Tor circuit rotation is supported natively during stealthy reconnaissance operations. The network namespace environment handles circuit switching automatically, providing continuous operational security without manual reconfiguration while scanning targets.