a simple python script to check WordPress login credentials from a list of URLs, usernames, and passwords.
Find a file
2025-07-08 21:01:04 +01:00
check.py Create check.py 2025-07-08 20:48:04 +01:00
domain.txt Create domain.txt 2025-07-08 20:48:59 +01:00
LICENSE Initial commit 2025-07-08 20:46:18 +01:00
output.JPG Add files via upload 2025-07-08 20:55:23 +01:00
README.md Update README.md 2025-07-08 21:01:04 +01:00
requirements.txt Create requirements.txt 2025-07-08 20:50:21 +01:00

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

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Then run:

    python check.py
    
  3. The script will automatically:

    • Save successful logins to successful_logins.txt
    • Save failed attempts to failed_logins.txt

📷 Example Output

Heres what it looks like in action:

Sample Output


This tool is created for educational and testing purposes only.
Use it only on websites you own or have permission to test.


🧑‍💻 Author

codebyebrahim