Skip to content
/ BruteWP Public

High-performance WordPress brute-force tool with GUI - Optimized for penetration testing and security auditing

License

Notifications You must be signed in to change notification settings

187ctf/BruteWP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

BruteWP by 187ctf

πŸš€ Overview

A high-performance WordPress authentication brute-force tool designed for security professionals, penetration testers, and CTF players. Features both command-line and graphical user interfaces with real-time statistics and progress tracking.

✨ Features

  • ⚑ Ultra-Fast: Multi-threaded architecture supporting up to 500 concurrent threads
  • 🎨 Modern GUI: User-friendly Tkinter interface with real-time progress monitoring
  • πŸ“Š Live Statistics: Track attack progress, speed (req/s), and elapsed time
  • 🎯 Smart Detection: Automatic success detection with cookie validation
  • πŸ’Ύ Auto-Save: Found credentials automatically saved to file
  • πŸ”’ No Rate-Limit Mode: Optimized for servers without rate limiting
  • πŸ“ Detailed Logging: Color-coded console output with timestamps
  • 🐍 Pure Python: No external dependencies except requests and tkinter

🎯 Use Cases

  • Penetration testing and security audits
  • CTF (Capture The Flag) challenges
  • WordPress security assessments
  • Password strength testing
  • Educational purposes and security research

⚠️ Legal Disclaimer

This tool is intended for authorized security testing only. Users are responsible for complying with applicable laws. Unauthorized access to computer systems is illegal. Use this tool only on systems you own or have explicit permission to test.

πŸ› οΈ Technical Specifications

  • Language: Python 3.7+
  • Threading: ThreadPoolExecutor for optimal performance
  • GUI Framework: Tkinter (built-in)
  • HTTP Library: Requests with session management
  • Target: WordPress wp-login.php authentication
  • Platform: Cross-platform (Linux, Windows, macOS)

πŸ“– Installation & Usage

# Clone repository
git clone https://github.com/187ctf/BruteWP.git
cd BruteWP

# Install dependencies
pip3 install -r requirements.txt

# GUI version
python3 bruteWP.py


## πŸ† Performance

- **Speed**: 200-1000 requests/second (depending on threads)
- **Efficiency**: Optimized for no-rate-limit scenarios
- **Memory**: Low memory footprint with efficient queue management
- **Scalability**: Linear scaling with thread count

## 🀝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

## πŸ“§ Contact

- Author: 187ctf
- GitHub: [@187ctf](https://github.com/187ctf)

## ⭐ Star History

If you find this tool useful, please consider giving it a star!

---

**For educational and authorized testing purposes only**

⚑ WordPress Ultra-Fast Brute Forcer - High-performance multi-threaded authentication testing tool with modern GUI. Supports 500+ concurrent threads. Perfect for pentesting, CTF & security audits. CLI + GUI versions. Educational purposes only.

About

High-performance WordPress brute-force tool with GUI - Optimized for penetration testing and security auditing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages