https://github.com/bitfede/wordpress-login-bruteforce-tool
A simple tool to bruteforce a wordpress login
https://github.com/bitfede/wordpress-login-bruteforce-tool
Last synced: 9 months ago
JSON representation
A simple tool to bruteforce a wordpress login
- Host: GitHub
- URL: https://github.com/bitfede/wordpress-login-bruteforce-tool
- Owner: bitfede
- Created: 2018-02-03T17:51:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T18:16:06.000Z (over 8 years ago)
- Last Synced: 2025-01-21T17:49:26.032Z (over 1 year ago)
- Language: Python
- Size: 1.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Wordpress bruteforce tool in Python
This is a simple security script/tool that allows you to test the strength of a wordpress login.
It defaults to a `word.txt` file to try all passwords, but you can provide your own .txt list.
I built this for solving the web3 challenge of the 2018 ShariCTF8 cybersecurity tournament.