Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WPAT (WordPress Professional Audit Tool) is a security audit tool for WordPress that efficiently detects common vulnerabilities and exposes risks.

License

Notifications You must be signed in to change notification settings

WPAT-Project/WPAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

97 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›‘οΈ WordPress Professional Audit Tool - Ethical WordPress Security Auditor

License Python Maintenance Installation

Professional security audit tool for WordPress sites (exclusive ethical use).

πŸ”— Official website: https://wpat.netlify.app/

πŸš€ Main Features

  • πŸ” Specialized Modules:

    • πŸ•΅οΈ User Enumeration Detection
    • πŸ›‘ XML-RPC Vulnerability Analysis
    • πŸ“‚ Exposed Sensitive Files Scanner
    • πŸ”– WordPress Version Fingerprinting
    • πŸ“‘ REST API Endpoints Audit
    • 🧩 Plugin Scanner (detects active installations)
    • 🎨 Theme Scanner (detection by CSS style)
    • πŸ”“ Optimized Brute Force (WordPress Login)
    • πŸ” SSL/TLS Audit (Certificates and Encryption)
    • πŸ—’οΈ security.txt file detection
    • 🌐 CORS configuration detector
    • 🧾 HTML Report Generator (New)
  • πŸ›  Key Features:

    • 🎨 Intuitive interface with color scheme and ASCII banners
    • πŸ–₯️ New interactive GUI
    • πŸ“ Automatic generation of detailed logs with timestamps
    • ⚑ Configurable multi-threaded scanning (1-50 threads)
    • πŸ”„ Interactive menu with simplified navigation
    • 🚨 Enhanced error handling and Ctrl+C system
    • πŸ“¦ Official Wordlist Generator (Plugins/Themes)

πŸ“¦ Installation

βœ… Method 1: Installation via pip (traditional mode)

# Install WPAT (CLI only, no GUI)
pip install wpat

# Run WPAT in CLI mode
wpat

πŸ–₯️ Want the version with GUI?

# Install WPAT with GUI support (PyQt5)
pip install "wpat[gui]"

# Run the GUI
wpat-gui

βœ… Method 2: Installation via pipx (Recommended)

pipx allows for global and isolated installation, ideal for CLI tools.

# Install pipx if not available
python -m pip install --user pipx
python -m pipx ensurepath

# Install WPAT (CLI only)
pipx install wpat

# Run it
wpat

πŸ–₯️ To install WPAT with GUI using pipx:

# GUI version using pipx (with graphical dependencies)
pipx install "wpat[gui]"

# Run GUI
wpat --gui

πŸ› οΈ Method 3: Installation from GitHub

Option A – CLI only:

pipx install git+https://github.com/Santitub/WPAT.git

Option B – With GUI support:

pipx install 'git+https://github.com/Santitub/WPAT.git#egg=wpat[gui]'

βš™οΈ Method 4: Installation from source (development mode)

Ideal for contributors or developers.

git clone https://github.com/Santitub/WPAT.git
cd WPAT
pip install ".[gui]"

🐳 Method 5: Installation with Docker

# Download the official WPAT image
sudo docker pull santitub/wpat

# Run WPAT in Docker container
sudo docker run -it --rm santitub/wpat

πŸ“Œ System Requirements

  • Python 3.8 or higher
  • pip / pipx
  • Internet access for updates
  • Desktop environment if using the GUI (PyQt5)

πŸ“š Dependencies

These are the libraries required for WPAT to work properly:

  • colorama β€” Console color system
  • requests β€” Advanced HTTP requests
  • beautifulsoup4 β€” HTML parser
  • tqdm β€” Interactive progress bars
  • pyqt5 β€” GUI support
  • PyQtWebEngine β€” Web rendering engine embedded in the GUI
  • urllib3 β€” Advanced HTTP connection handling

πŸ–₯️ Usage

# From pip/pipx
wpat / wpat --gui

# From Docker
docker run -it --rm santitub/wpat

# From GUI
python main.py --gui

Workflow:

  1. Enter the target URL
  2. Select modules from the interactive menu or GUI
  3. Analyze real-time results with clean output
  4. Review detailed logs in /logs

Main Menu:

[1] Detect User Enumeration       [97] Full Audit
[2] Analyze XML-RPC               [98] Generate Wordlists
[3] Sensitive Files Scanner       [99] Exit
[4] Detect WordPress Version
[5] Audit REST API
[6] Plugin Scanner
[7] Theme Scanner 
[8] Brute Force on Login
[9] Check SSL Certificate
[10] Check Security.txt
[11] Check CORS

πŸ“‚ Project Structure

WPAT/
β”œβ”€β”€ main.py             # Main script
β”œβ”€β”€ gui.py              # Graphical Interface (new)
β”œβ”€β”€ requirements.txt    # Dependencies
β”œβ”€β”€ logs/               # Audit logs
β”œβ”€β”€ wordlists/          # Generated official wordlists
└── scripts/            # Audit modules
    β”œβ”€β”€ __init__.py
    β”œβ”€β”€ ssl_checker.py
    β”œβ”€β”€ cors_detector.py          
    β”œβ”€β”€ user_enumeration.py
    β”œβ”€β”€ xmlrpc_analyzer.py
    β”œβ”€β”€ sensitive_files.py
    β”œβ”€β”€ wp_version.py
    β”œβ”€β”€ rest_api_analyzer.py
    β”œβ”€β”€ security_txt.py           
    β”œβ”€β”€ plugin_scanner.py
    β”œβ”€β”€ theme_scanner.py
    └── brute_force.py
    └── html_report.py           # New

πŸ†• What's New in v2.1

  • 🧾 New HTML report module
  • βš™οΈ Improved module request handling

πŸ“œ License and Ethics

Distributed under the GPL-3.0 license. See LICENSE for details.

⚠️ Ethical Use Note: This software should only be used on systems with explicit permission from the owner. It includes advanced features that may be considered intrusive if used without authorization. Misuse is the sole responsibility of the end user.

About

WPAT (WordPress Professional Audit Tool) is a security audit tool for WordPress that efficiently detects common vulnerabilities and exposes risks.

Topics

Resources

License

Stars

Watchers

Forks

Languages