Free VPN - download de VPNs do vpnbook.com
Publicado por cyber_spider (última atualização em 03/03/2017)
[ Hits: 6.155 ]
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
substituir strings nos nomes de arquivos
Testa se há conexão com a internet (Funciona)
linkswitch (redundância de internet)
Script para iniciar programas instalados no wine
Nenhum comentário foi encontrado.
Passkeys: A Evolução da Autenticação Digital
Instalação de distro Linux em computadores, netbooks, etc, em rede com o Clonezilla
Título: Descobrindo o IP externo da VPN no Linux
Armazenando a senha de sua carteira Bitcoin de forma segura no Linux
Enviar mensagem ao usuário trabalhando com as opções do php.ini
Como configurar posicionamento e movimento de janelas no Lubuntu (Openbox) com atalhos de teclado
Máquinas Virtuais com IP estático acessando Internet no Virtualbox
Instalar o Microsoft Edge no Slackware 15
Instalando Brave Browser no Linux Mint 22
vídeo pra quem quer saber como funciona Proteção de Memória:
Problema com nome composto e organização na tela do yad (0)
Formatando cartão de memoria que nao formata[AJUDA] (18)
Primeira vez utilizando Linux Ubuntu 22.04 e já tenho problemas… (5)
warsaw parou de funcionar após atualização do sistema (solução) (1)