Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scan multiple urls with wpscan at once

wpscan is a powerful WordPress vulnerability scanner. However, wpscan can only work with one url at a time. wpbatchscan is a Python script to scan multiple URLs with wpscan at once.

Usage:

  1. Clone the repo.
git clone https://github.com/sapphicart/wpbatchscan.git
cd wpbatchscan
  1. Install dependencies.
pip install -r requirements.txt
  1. Create a .env file with your API Token. Get a free API Token at wpscan.com.
API_TOKEN=<your token here>
  1. Run the script.
python wpbatchscan.py -u url_list

Options

  1. Add the URLs to scan in the given url_list file or create a new file:
python wpbatchscan.py --url /path/to/file
  1. Modify the enumeration options:
python wpbatchscan.py --url url_list --enum vp
  1. Change the output file format:
python wpbatchscan.py --url url_list --format cli-no-color
  1. Output the scan results to stdout instead of a file:
python wpbatchscan.py --url url_list --cli

Contributions

We love contributions! Feel free to fork the repo and create a pull request.

About

Scan multiple urls with wpscan at once

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages