"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 openvpngit clone https://github.com/fixitgearware/autovpn.gitcd autovpnchmod +x autovpn.shWhile still in the directory“autovpn” run the command below.
sudo ./autovpn.shIf 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 autovpnAfter making the Binary File then run it as a Binary from the same “autovpn” Directory
./autovpnMust set your Network Connectivity to “Bridged Adapter” see Image below.
After done, follow the steps outlined in direct installations above.
Username: vpnbookPassword: b49dzh6https://www.vpnbook.comsudo apt-get update && sudo apt-get upgrade -y