Skip to content

martijnpieters/hosted-wpscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published