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
- Host: GitHub
- URL: https://github.com/pengbomb/phpmyadmin-authentication-bruteforce
- Owner: pengbomb
- License: mit
- Created: 2019-07-14T05:28:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T02:31:08.000Z (over 2 years ago)
- Last Synced: 2025-04-15T14:57:01.102Z (about 1 year ago)
- Topics: bruteforce, password-cracker, phpmyadmin
- Language: Python
- Homepage:
- Size: 3.69 MB
- Stars: 107
- Watchers: 1
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```