martijnpieters / hosted-wpscan

WPScan as a web service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hosted WPScan

WPScan implemented with the PHP micro-framework Silex.

Prerequisites

  • This project relies on a docker installation of WPScan, see their documentation for installation instructions.
  • php >= 7.0

Installation

Install this repository through Composer:

$ composer install

After retrieving the required packages, point your favourite webserver to the app/ directory and start using the hosted WPScan.

Run development server

Run PHP's built-in development server with:

$ php -S 127.0.0.1:5000 app/index.php

After that, point your web browser to http://127.0.0.1:5000 and play with it. 😄

About

WPScan as a web service


Languages

Language:HTML 63.9%Language:PHP 36.1%