Google reCAPTCHA CGI-Shell
Publicado por Maik Alberto (última atualização em 03/03/2017)
[ Hits: 3.863 ]
Google reCAPTCHA CGI-Shell.
#!/bin/bash #----------------------------------------------------------# # Project: recaptha-google-cgishell # # CREATED BY: maik.alberto@hotmail.com # # Soure: https://github.com/m41k/recaptha-google-cgishell # #----------------------------------------------------------# echo -e "Content-type: text/html\n\n" ############################################################ # Insira suas chaves/Insert your keys # ############################################################ PUBLIC_KEY="XXXXXXXXXXXXXXXXXXXXyyyyyyyyyyyyyyyyyyyyy" PRIVATE_KEY="XXXXXXXXXXXXXXXXXXXzzzzzzzzzzzzzzzzzzzzz" ACTIN=`echo $0 | rev | cut -d / -f1 | rev` CAPTCHA="$(sed 's/recaptcha_//g;s/_field//g')" RESP=`echo $CAPTCHA | cut -d "&" -f1 | cut -d"=" -f2` END="https://www.google.com/recaptcha/api/siteverify?secret=$PRIVATE_KEY&response=$RESP" RESULT=`curl $END` CHECK=$(echo $RESULT | cut -d ":" -f2 | cut -d "," -f1) if [ $CHECK = "true" ]; then echo "Use sua criatividade humana aqui. Use your human creativity here" exit 0 fi #======================> HTML FORM <=======================# cat <<EOF <html> <head> <title>M41k Captcha CGI/SHELL</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <script src='https://www.google.com/recaptcha/api.js'></script> </head> <body> <form method='post' action='$ACTIN'> <div class="g-recaptcha" data-sitekey="$PUBLIC_KEY"></div> <input type='submit' name='top' value='OK'> </form> </body> </html> EOF #Have Fun!
ddflash - criar mídia bootável do Linux e FreeBSD
Proc_del - Desinstalar programas compilados
Gravar DVDs no Linux pelo Cron
Claro 3g Sony Ericsson md300 script conexao REVISAO 2
Instalar e Configurar o Slackware Linux em 2025
Como configurar os repositórios do apt no Debian 12 em 2025
Passkeys: A Evolução da Autenticação Digital
Instalação de distro Linux em computadores, netbooks, etc, em rede com o Clonezilla
Configurando o Conky para iniciar corretamente no sistema
3 configurações básicas que podem melhorar muito a sua edição pelo editor nano
Como colorir os logs do terminal com ccze
Instalação Microsoft Edge no Linux Mint 22
Como configurar posicionamento e movimento de janelas no Lubuntu (Openbox) com atalhos de teclado