Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crypticq/WP-killer
vulnerability scanner for wordpress
https://github.com/crypticq/WP-killer
bugbounty cybersecurity exploit exploitation hacking penetration-testing vulnerability-scanners wordpress
Last synced: 24 days ago
JSON representation
vulnerability scanner for wordpress
- Host: GitHub
- URL: https://github.com/crypticq/WP-killer
- Owner: crypticq
- License: mit
- Created: 2023-03-22T08:57:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-22T22:05:23.000Z (over 1 year ago)
- Last Synced: 2023-10-27T23:30:28.755Z (about 1 year ago)
- Topics: bugbounty, cybersecurity, exploit, exploitation, hacking, penetration-testing, vulnerability-scanners, wordpress
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP-killer
vulnerability scanner for wordpress# Usage
```
usage: main.py [-h] [-t THREADS] [-u URL] [-f FILE]options:
-h, --help show this help message and exit
-t THREADS, --threads THREADS
Number of threads
-u URL, --url URL Target url
-f FILE, --file FILE Target file
```# Example
* targets from file
```
python3 main.py -f found_websites.txt
```
* target from input
```
python3 main.py -u http://localhost
```![alt text](https://i.imgur.com/x97Pqnv.png)