Skip to content

crypticq/WP-killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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