• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Multi/Others Admin Panel Cracker With { Python } (1 Viewer)

Currently reading:
 Multi/Others Admin Panel Cracker With { Python } (1 Viewer)

Recently searched:

zerodark

Member
Amateur
LV
2
Joined
Jul 13, 2025
Threads
164
Likes
73
Awards
6
Credits
6,174©
Cash
0$
banner.png


Admin Panel Cracker With { Python }



Admin Panel Cracker With { Python }
Features
Comprehensive WordPress fingerprinting (version, themes, plugins, users)
Vulnerability scanning for WordPress core, themes, and plugins
Active exploitation of detected vulnerabilities
Detailed reporting of vulnerabilities and exploitation results
Mass scanning capability for multiple targets
Automatic updates for both tool and vulnerability databases
Installation
Prerequisites
Python 3.7+
Git (for easy updates)
Setup
Clone the repository:
git clone https://github.com/Triotion/wp-scanner.git
cd wp-scanner
Install dependencies:
pip install -r requirements.txt
Run the tool:
python wp_scanner.py -h
Usage
Basic Scan
python wp_scanner.py -t example.com
Scan with Exploitation
python wp_scanner.py -t example.com --exploit
Mass Scan from File
python wp_scanner.py -l targets.txt --mass-output-dir mass_results
Update Tool and Vulnerability Databases
python wp_scanner.py --update
Scan with Auto-Update
python wp_scanner.py -t example.com --auto-update
Target List Generation
You can generate a list of targets using the helper script:

python create_targets_list.py -i raw_urls.txt -o targets.txt --check-wordpress
Usage:

usage: create_targets_list.py [-h] [-o OUTPUT] [-i INPUT] [-u URLS [URLS ...]]
[--subdomains SUBDOMAINS] [--append] [--check-wordpress]

Generate target list for WP-Scanner mass scans

options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file for the target list
-i INPUT, --input INPUT
Input file with targets (one per line)
-u URLS [URLS ...], --urls URLS [URLS ...]
URLs to add to the target list
--subdomains SUBDOMAINS
File with subdomains enumeration results
--append Append to output file instead of overwriting
--check-wordpress Basic check if targets are WordPress (slower)
Additional Options
usage: wp_scanner.py [-h] [-t TARGET] [-l TARGETS_FILE] [-o OUTPUT] [--threads THREADS]
[--timeout TIMEOUT] [--user-agent USER_AGENT] [--proxy PROXY] [--exploit] [-v]
[--mass-output-dir MASS_OUTPUT_DIR] [--update] [--auto-update]
[--report-format {console,html,md}]

WordPress Vulnerability Scanner and Exploitation Tool

options:
-h, --help show this help message and exit
-t TARGET, --target TARGET
Target WordPress site URL
-l TARGETS_FILE, --targets-file TARGETS_FILE
File containing list of target URLs (one per line)
-o OUTPUT, --output OUTPUT
Output directory for scan results
--threads THREADS Number of threads (default: 5)
--timeout TIMEOUT Request timeout in seconds (default: 30)
--user-agent USER_AGENT
Custom User-Agent string
--proxy PROXY Proxy URL (e.g., http://127.0.0.1:8080)
--exploit Attempt to exploit found vulnerabilities
-v, --verbose Enable verbose output
--mass-output-dir MASS_OUTPUT_DIR
Base directory for mass scan results (default: mass_scan_results)
--update Update the tool and vulnerability databases
--auto-update Automatically update the tool before scanning
--report-format {console,html,md}
Output report format (default: console)

Download Link



Download Link











[/CENTER]

Banner
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom