Google reCAPTCHA CGI-Shell
Publicado por Maik Alberto (última atualização em 03/03/2017)
[ Hits: 3.945 ]
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!
Filtrando trabalhos de impressão...
Manutenção básica em partições Windows
Gerar senhas aleatórias de qualquer tamanho
Atualizando o Passado: Linux no Lenovo G460 em 2025
aaPanel - Um Painel de Hospedagem Gratuito e Poderoso
O macete do Warsaw no Linux Mint e cia
Visualizar arquivos em formato markdown (ex.: README.md) pelo terminal
Dando - teoricamente - um gás no Gnome-Shell do Arch Linux
Como instalar o Google Cloud CLI no Ubuntu/Debian
Mantenha seu Sistema Leve e Rápido com a Limpeza do APT!
Procurando vídeos de YouTube pelo terminal e assistindo via mpv (2025)
Jogos baixados na Central de Aplicativos mas que não abrem (1)
debian com wayland, configuracao de teclado. Mudou Tudo! [RESOLVIDO] (1)
Iinstalar o Scanner Kodak i940 no Linux Mint 19/20? (3)
Pastas da raiz foram para a área de trabalho [RESOLVIDO] (11)