"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.
sudo apt install openvpn
git clone https://github.com/fixitgearware/autovpn.git
cd autovpn
chmod +x autovpn.sh
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
Must set your Network Connectivity to “Bridged Adapter” see Image below.
After done, follow the steps outlined in direct installations above.
Username: vpnbook
Password: b49dzh6
https://www.vpnbook.com
sudo apt-get update && sudo apt-get upgrade -y