Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pry0cc/proxydock
ProxyDock is a Dockerfile and Bash script that converts your OpenVPN files into local proxies.
https://github.com/pry0cc/proxydock
Last synced: 3 months ago
JSON representation
ProxyDock is a Dockerfile and Bash script that converts your OpenVPN files into local proxies.
- Host: GitHub
- URL: https://github.com/pry0cc/proxydock
- Owner: pry0cc
- Created: 2018-03-20T11:10:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T12:44:08.000Z (over 4 years ago)
- Last Synced: 2024-05-02T03:44:47.720Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 137
- Watchers: 10
- Forks: 26
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **91**星
README
# ProxyDock
Credit for the awesome name goes to [@atoscher](https://medium.com/@adam.toscher)
---## What is it
ProxyDock is a Dockerfile and Bash script that converts your OpenVPN files (and potentially others) into local proxies, that can be easily coupled with proxychains to make for an awesome, quick, private botnet.## Why I made it
I came up with the idea for this while attempting to make an automatic google dorker, you'll know if you make enough requests for google dorks, eventually Google return 403's with a funky captcha, not very helpful for automatic dorking at all.I then had the bright idea of scraping public proxies, this seemed like genius, until you discover that Google has a magic method of detecting and blacklisting public proxies.
"Ahh I'll just use Tor!"
Nope. They blacklist that too.
However, they seem to have no issue with VPN's, however automatic scraping with a VPN is hard work. Everytime you switch VPN, it has to disconnect, reconnect, and re-route all your traffic.
## Introducing ProxyDock
Take a Dockerfile, put openvpn on it, put a simple http proxy script on it, forward the proxy port locally, and then repeat for each VPN file you have. That is all this does, and it works amazing.### Why would I use this over ProxyCannon?
Oh yeah, that AWS private botnet thing, that is very cool, however it is potentially expensive. This VPN2Proxy method is very cheap, as annual VPN subscriptions can be as cheap as 20 dollars, and for that you can get around 40 countries and 40 different IP's.To use this is very simple, modify the Dockerfile to add your openvpn key files into the container, you can put them in the /VPN directory. Then, make sure they have auth included, aka, they don't prompt for credientials, otherwise automating this will not work.
Run the start.sh!