Skip to content

A simple Bash script to run WPScan in Docker, avoiding Ruby and dependency issues. Ensures the latest WPScan image is used and provides an interactive CLI for scanning WordPress sites

License

Notifications You must be signed in to change notification settings

daaaaaaanyyyyy/WPScan-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WPScan-Docker

This is a simple Bash script to run WPScan using Docker. It ensures the latest WPScan image is pulled and provides an interactive prompt for entering the target URL and additional parameters.

Prerequisites

  • Docker installed on your system.
  • Internet connection to pull the latest WPScan image.

Installation

  1. Clone this repository:
    git clone https://github.com/daaaaaaanyyyyy/wpscan-docker.git
    cd wpscan-docker
  2. Make the script executable:
    chmod +x wpscan-docker.sh

usage

  1. Run the script:

    ./wpscan-docker.sh
    
  2. Example Usage

    Show available parameters? (y/n): y
    (Displays parameter help...)
    
    
     Enter the target URL (e.g., https://example.com): https://www.example.com
    Enter additional parameters (space-separated): --enumerate vp vt --stealthy
    
    Running command:
    docker run -it --rm wpscanteam/wpscan --url https://example --enumerate vp vt --stealthy

Features

  • Ensures the latest WPScan Docker image is used.
  • Interactive prompts for user input.
  • Supports additional WPScan parameters.

About

A simple Bash script to run WPScan in Docker, avoiding Ruby and dependency issues. Ensures the latest WPScan image is used and provides an interactive CLI for scanning WordPress sites

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages