An open API service indexing awesome lists of open source software.

https://github.com/scrolldynasty/wordpress-security-test


https://github.com/scrolldynasty/wordpress-security-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# WordPress Brute Force Attack Tool

Welcome to the **WordPress Brute Force Attack Tool** project! 🚀

## ⚠️ Important Disclaimer

This tool is for **educational and testing purposes only**. Using this tool against systems without explicit permission is illegal. The authors are not responsible for any misuse or damage caused by this program.

## Overview

**WordPress Brute Force Attack Tool** is a project designed to demonstrate brute force attacks on WordPress login forms. This project is for educational purposes only. Please use it responsibly.

## Features

- Multithreaded brute force attack
- Customizable wordlist
- Detailed logging of attempts
- Real-time status updates

## Prerequisites

- Python 3.x
- Required Python packages (see requirements.txt)
- Network connection

## Installation

1. Clone the repository:
```bash
git clone https://github.com/scrollDynasty/wordpress-brute-force.git
```

2. Change to the project directory:
```bash
cd wordpress-brute-force
```

3. Install dependencies:
```bash
pip install -r requirements.txt
```

## Usage

Simply run the script:
```bash
python3 wordpress_killer.py
```

## License

```
MIT License

Copyright (c) 2025 scrollDynasty

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

## Contributing

We welcome contributions to improve and expand **WordPress Brute Force Attack Tool**! If you have ideas, bug reports, or feature requests, please open an issue or submit a pull request.

## Acknowledgments

A big thank you to the open-source community for their invaluable tools and resources.

Stay tuned for more updates as we continue to develop and enhance **WordPress Brute Force Attack Tool**! 💻✨

---
Made with 🔒 by scrollDynasty