Skip to content

simpel mysql bruteforcer in bash - use xargs and mysql

License

Notifications You must be signed in to change notification settings

soulinux/mysql-bruteforce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MYSQL Bruteforcer

very simpel but it works nice

USAGE

you need a file like

127.0.0.1:3306
192.168.0.0:3306
192.168.255.255:3306
etc...

and a pass list file

root
admin
123
etc...

and now start bruteforce with

bash mysqlfb.sh results.txt pass.dic

for setting the threads and timeout look in the script line 11!

like u have a nice day

:P

Disclaimer

Usage of mysql-bruteforce for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program.

About

simpel mysql bruteforcer in bash - use xargs and mysql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%