mirror of
https://ghproxy.net/https://github.com/codebyebrahim/wp-login-checker.git
synced 2025-11-19 21:54:00 +08:00
a simple python script to check WordPress login credentials from a list of URLs, usernames, and passwords.
| check.py | ||
| domain.txt | ||
| LICENSE | ||
| output.JPG | ||
| README.md | ||
| requirements.txt | ||
WordPress Login Checker
A simple Python script to check WordPress login credentials from a list of URLs, usernames, and passwords.
📄 Format of domain.txt
Each line should follow this format:
https://site.com/wp-login.php:username:password
▶️ How to run
-
Install dependencies:
pip install -r requirements.txt -
Then run:
python check.py -
The script will automatically:
- Save successful logins to
successful_logins.txt - Save failed attempts to
failed_logins.txt
- Save successful logins to
📷 Example Output
Here’s what it looks like in action:
⚠️ Legal Note
This tool is created for educational and testing purposes only.
Use it only on websites you own or have permission to test.
🧑💻 Author
codebyebrahim