Doxycannon Versions Save

A poorman's proxycannon and botnet, using docker, ovpn files, tor nodes, and dante socks5 proxies

v0.5.0

3 years ago

Bugs

  • fixes supervisor dangling processes (thanks @oXis)
  • doxyproxy container name cant have slashes
  • wrong port displayed on doxyproxy start message when using configured port

Enhancements

  • Configurable port for doxyproxy (thanks @oXis)
  • Configurable VPN directory (thanks @oXis)
  • Now works without privileged=true
  • Added support for WSL2
  • Docker daemons that run in VMs (windows/macos): use special hostname for haproxy that points to the VM IP running the daemon. network=host doesn't work on those environments
  • Fewer default threads

v0.4.0

3 years ago
  • create subcommands vpn and tor
  • remove --build flag. Build implicitly on config changes
  • adds tor Dockerfile
  • adds --nuke option to delete all Docker artifacts

v0.3.0

3 years ago

Changelog

  1. improve error handling/messaging when attempting to use doxycannon without a listening docker daemon
  2. improve error messaging when doxycannon attempt to create duplicate-named containers a. happened when a CTRL+C was pressed during an --up or --single function
  3. adds --clean to resolve issues created by 2a.
  4. resolves issues with docker not building due to old apk repos
  5. Select folders for base VPN configuration with --dir

ex:

mkdir VPN/USA
# * fill folder with USA-exit-node OVPN files*
doxycannon --build
doxycannon --dir VPN/USA --single