An open API service indexing awesome lists of open source software.

https://github.com/pengbomb/phpmyadmin-authentication-bruteforce

phpMyAdmin Authentication Bruteforce Tool
https://github.com/pengbomb/phpmyadmin-authentication-bruteforce

bruteforce password-cracker phpmyadmin

Last synced: about 1 year ago
JSON representation

phpMyAdmin Authentication Bruteforce Tool

Awesome Lists containing this project

README

          

# phpMyAdmin Authentication Bruteforce

tested on `phpMyAdmin 4.9.0.1`

`password.txt` file's source is:

Usage:
```
python3 main.py -url http://example.com/pma/ -user root -pdict password.txt
```
OR
```
python3 main.py -url http://example.com/pma/ -udict users.txt -pdict password.txt
```