View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009201 | Kali Linux | New Tool Requests | public | 2025-06-01 12:21 | 2025-06-02 07:54 |
Reporter | Chocapikk | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0009201: WPProbe - WordPress plugin enumeration tool | ||||
Description | [Description / How to use]
After detecting plugins, WPProbe correlates them with known public vulnerabilities (CVE) and outputs results in CSV or JSON format. Usage examples:
./wpprobe update Basic scan (Stealthy, default mode) ./wpprobe scan -u https://example.com Brute-Force mode ./wpprobe scan -u https://example.com --mode bruteforce Hybrid mode ./wpprobe scan -u https://example.com --mode hybrid Scan multiple targets (20 threads) ./wpprobe scan -f targets.txt -t 20 Export results to CSV ./wpprobe scan -f targets.txt -t 20 -o results.csv Export results to JSON
[Dependencies] –
[Similar tools] – WPScan (WordPress plugin/theme scanner), Droopescan (CMS/plugin enumeration), CMSmap (CMS vulnerability scanner). [Activity] – [How to install] go install github.com/Chocapikk/wpprobe@latest Ensure $(go env GOPATH)/bin is in your $PATH. Option 2: manual build git clone https://github.com/Chocapikk/wpprobe Copy the binary into a directory in your $PATH. Option 3: Docker git clone https://github.com/Chocapikk/wpprobe [Packaged] – Not packaged for Debian/Kali at this time. | ||||
Attached Files | |||||