Google reCAPTCHA CGI-Shell
Publicado por Maik Alberto (última atualização em 03/03/2017)
[ Hits: 3.878 ]
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!
POSTFIX AUTOMÁTICO COM MYSQL E IPTABLES - BLOQUEAR IP
Acompanhamento de log squid com hora real
Como gerar qualquer emoji ou símbolo unicode a partir do seu teclado
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
Como dividir duas janelas igualmente e lado-a-lado na sua tela
Configurando o Conky para iniciar corretamente no sistema
3 configurações básicas que podem melhorar muito a sua edição pelo editor nano
Ocomon 6.0.1 - Problemas ao editar configurações estendidas (1)
MOVER ARQUIVO ENTRE PARTIÇOES (3)