Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 634 Bytes

doxyproxy

This Docker image creates an haproxy instance bound to the host network that will roundrobin through your doxycannon proxies. This allows you to use a single socks5 proxy server to which you point things like browsers and BURPSuite

Running the container

You will need to build every time the config file is modified. To build the config file, first run the doxyproxy.py file with the --up flag

docker build -t haproxy .
docker run --rm --network host --name doxyproxy haproxy

Alternatively, you can run doxycannon with the --single flag

Then just point {burp,firefox,etc} at socks5://127.0.0.1:1337