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
"autovpn" Is a Shell script built for Linux Users, that leverages Free Open VPN servers to unblock them during their penetration testing or Bug-Bounty event.
Why Use "autovpn" ?
Bug Hunters and Pentesters who use automation tools could find themselves temporarily blocked by the target, due to the level of traffic flooding the target network.
Autovpn aims to solve that issue for those who can't afford paid proxies or face with hassles of proxychain.
Autovpn uses OpenVpn client to establish VPN connection, to a Free VPN service such as "VPNBOOK". It also proxifies the users entire system, hiding the original IP or Network of the user, and unblocking them from accessing services they where previous limited to access.
Very Easy to use, with only one Installation required "OpenVpn Client from official Kali-Linux" website.
Does not need you to configure or proxy your browser for any reason, and that includes your burpsuite tool too.
Currently auto VPN supports 48-servers from VPNBOOK, across Six(6)-Geopolitical Zones e.g. (Canada, United States, United Kingdom, France, Germany, and Poland), and runs on various TCP & UDP port 53, 80, 443, and 25000.
REQUIREMENTS
Install OpenVPN client in your kali using the command below
While still in the directory“autovpn” run the command below.
sudo ./autovpn.sh
If you prefer running it as a Binary file While still in the directory“autovpn” run the command below. Ensure you have SHC installed.
shc -f autovpn.sh -o autovpn
After making the Binary File then run it as a Binary from the same “autovpn” Directory
./autovpn
FOR VM’s or VIRTUALBOX RUNNING THE FOLLOWING DISTROS [ KALI-LINUX, MACOS, AND UBUNTU ]:
Must set your Network Connectivity to “Bridged Adapter” see Image below.
After done, follow the steps outlined in direct installations above.
CONNECTIVITY AND ONSCREEN NOTIFICATION:
Selecting a number that corresponds to the designated Server Location and Port of your choice e.g. 1 will select the server in Canada “ca149-udp53”.
When connectivity is Established.
Proof of Entire System Proxied through VPNBOOK:
Login Credentials:
Username: vpnbook
Password: b49dzh6
If Login Credentials Changes Over Time Visit the Link Below to get a New One:
https://www.vpnbook.com
SUPPORTED OS's
Tested on Kali Linux.
Tested on Ubuntu.
MacOs.
Tested on Linux OS's running on virtual machines.
DISCLAIMER
No packages required, just ensure your system update and upgrade is run before installing. To do that use the code below.
sudo apt-get update && sudo apt-get upgrade -y
About
autovpn is a tool for bug hunters to proxify their system, while running their automation tool. prevent the troubles that arises from their IP address being blocked.