You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add native Tor (SOCKS5) support into Katana to enable anonymized, resilient, and stealth-oriented crawling without relying on external proxy chaining.
Problem
Current workflows require manual proxy setup (e.g., torsocks, proxychains) and external circuit rotation. This introduces:
Proposal
1. Native Tor Flag
Introduce built-in Tor routing:
Default endpoint:
Optional override:
2. Circuit Rotation Support
Allow identity rotation via Tor control port:
Expected behavior:
NEWNYMsignal3. Integration with Existing Engine
Tor mode should work seamlessly with:
-rl)-c)-p)-d)No breaking changes to current proxy logic.
4. Failover Mode (Optional)
If Tor is unavailable:
5. Debug Mode
Expose:
Implementation Direction (Go)
golang.org/x/net/proxyfor SOCKS5 dialerNEWNYMPseudo-flow:
Use Cases
Expected Impact
Closing
This is a natural extension for advanced recon workflows.
Would significantly level up Katana for serious operators.
Cheers....
Beta Was this translation helpful? Give feedback.
All reactions