Pular para o conteúdo

Free VPN - download de VPNs do vpnbook.com

Este script automatiza o download das VPNs do site vpnbook.com, exibe também suas senhas.
cyber_spider Cyber_Spider
Hits: 6.737 Categoria: Shell Script Subcategoria: Avançado
  • Download
  • Nova versão
  • Indicar
  • Denunciar
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Descrição

Este script automatiza o download das VPNs do site vpnbook.com, exibe também suas senhas.
Download vpnenter.sh Enviar nova versão
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Esconder código-fonte

#!/bin/bash

clear;
echo "_welcome the VPNenter v1.0"
printf "\n\n"
printf "please enter the option: \n"
printf " 1 > download vpnbook\n"
printf " 2 > view acess\n";
read a0997b;
if [ "$a0997b" = "1" ]; then
clear;
curl www.vpnbook.com > FOvpn.txt;
clear;
echo "please select the country: "
echo
echo "US1 > 1"
echo "US2 > 2"
echo "CA canada > 3"
echo "DE germany > 4"
read c0997d;
elif [ "$a0997b" = "2" ]; then
clear;
curl www.vpnbook.com > FOvpn.txt;
clear;
echo "------------------\n------Access------\n------------------"
cat FOvpn.txt | grep "Username" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
cat FOvpn.txt | grep "Password" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
rm -rf FOvpn.txt
else
exit;
fi
if [ "$c0997d" = "1" ]; then
clear;
e0997f="$(cat FOvpn.txt | grep "/free" | grep "Server #3" | cut -d'"' -f4)"
g0997h="$(echo "www.vpnbook.com""$e0997f")"
wget $g0997h;
clear;
echo "Success !"
echo "------------------\n------Access------\n------------------"
cat FOvpn.txt | grep "Username" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
cat FOvpn.txt | grep "Password" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
rm -rf FOvpn.txt
elif [ "$c0997d" = "2" ]; then
clear;
e0997f="$(cat FOvpn.txt | grep "/free" | grep "Server #4" | cut -d'"' -f4)"
g0997h="$(echo "www.vpnbook.com""$e0997f")"
wget $g0997h;
clear;
echo "Success !"
echo "------------------\n------Access------\n------------------"
cat FOvpn.txt | grep "Username" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
cat FOvpn.txt | grep "Password" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
rm -rf FOvpn.txt
elif [ "$c0997d" = "3" ]; then
clear;
e0997f="$(cat FOvpn.txt | grep "/free" | grep "Server #5" | cut -d'"' -f4)"
g0997h="$(echo "www.vpnbook.com""$e0997f")"
wget $g0997h;
clear;
echo "Success !"
echo "------------------\n------Access------\n------------------"
cat FOvpn.txt | grep "Username" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
cat FOvpn.txt | grep "Password" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
rm -rf FOvpn.txt
elif [ "$c0997d" = "4" ]; then
clear;
e0997f="$(cat FOvpn.txt | grep "/free" | grep "Server #6" | cut -d'"' -f4)"
g0997h="$(echo "www.vpnbook.com""$e0997f")"
wget $g0997h;
clear;
echo "Success !"
echo "------------------\n------Access------\n------------------"
cat FOvpn.txt | grep "Username" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
cat FOvpn.txt | grep "Password" |cut -d">" -f3 | cut -d"<" -f1 | head -n1
echo
rm -rf FOvpn.txt;
else
exit;
fi
O Viva o Linux depende da receita de anúncios para se manter. Ative os cookies aqui para nos patrocinar.
Não conseguimos carregar os anúncios. Se usa bloqueador, considere liberar o Viva o Linux para nos patrocinar.

Script para autenticar Speedy Business

Instalador .tar.bz2 com menu gráfico Zenity

Instalando Nagios 4.0.8 - Debian 7

Criando vários usuários no LDAP a partir de um arquivo

Configuração de VLANs

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.