Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengdrop/phpmyadmin-authentication-bruteforce
phpMyAdmin Authentication Bruteforce Tool
https://github.com/pengdrop/phpmyadmin-authentication-bruteforce
brute-force brute-force-attacks bruteforce bruteforce-attacks bruteforce-password-cracker password-cracker phpmyadmin pma
Last synced: 4 days ago
JSON representation
phpMyAdmin Authentication Bruteforce Tool
- Host: GitHub
- URL: https://github.com/pengdrop/phpmyadmin-authentication-bruteforce
- Owner: pengdrop
- License: mit
- Created: 2019-07-14T05:28:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T02:31:08.000Z (about 1 year ago)
- Last Synced: 2024-11-08T19:19:22.339Z (12 days ago)
- Topics: brute-force, brute-force-attacks, bruteforce, bruteforce-attacks, bruteforce-password-cracker, password-cracker, phpmyadmin, pma
- Language: Python
- Homepage:
- Size: 3.69 MB
- Stars: 102
- Watchers: 1
- Forks: 33
- Open Issues: 1
-
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
```