Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)