pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4.05k stars 640 forks source link

[Feature request] axiom-deploy for fast socks proxy #260

Closed kusayuzayushko closed 3 years ago

0xtavian commented 3 years ago

What exactly are you looking for @kusayuzayushko ?

Currently you should be able to proxy thru your fleet or instances https://github.com/pry0cc/axiom/wiki/Cheatsheet#proxy-through-a-set-of-hosts-or-one

We also have axiom-deploy profile to configure Squid on port 2525, so it can be used as a proxy server for Burp/OWASP Zap etc.

kusayuzayushko commented 3 years ago

Oh, i didn't know about Squid. Currently, i use Microsocks to create a socks5 proxy for my browser but have to install it manually on every new instance, to bypass internet censorship. I also know there is an OpenVPN profile, but i don't want to use a VPN for all my traffic, just for my browser. Will look into Squid, thank you.