Free VPN - download de VPNs do vpnbook.com
Publicado por cyber_spider (última atualização em 03/03/2017)
[ Hits: 6.065 ]
Este script automatiza o download das VPNs do site vpnbook.com, exibe também suas senhas.
#!/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
Script Para reiniciar o Debian
Monitorar status de transferência das interfaces de rede
Administração do Samba + LDAP - ainda para terminar
Nenhum comentário foi encontrado.
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Como renomear arquivos de letras maiúsculas para minúsculas
Imprimindo no formato livreto no Linux
Vim - incrementando números em substituição
Efeito "livro" em arquivos PDF
Como resolver o erro no CUPS: Unable to get list of printer drivers
Preciso resolver um erro de DPKG (1)
Melhores Práticas de Nomenclatura: Pastas, Arquivos e Código (2)
Não to conseguindo resolver este problemas ao instalar o playonelinux (1)
[Python] Automação de scan de vulnerabilidades
[Python] Script para analise de superficie de ataque
[Shell Script] Novo script para redimensionar, rotacionar, converter e espelhar arquivos de imagem
[Shell Script] Iniciador de DOOM (DSDA-DOOM, Doom Retro ou Woof!)
[Shell Script] Script para adicionar bordas às imagens de uma pasta