2017 © Pedro Peláez
 

library wpscan

ZF2 wrapper for wpscan

image

eoko/wpscan

ZF2 wrapper for wpscan

  • Thursday, December 17, 2015
  • by iam_merlin
  • Repository
  • 3 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Eoko\Wpscan Module for ZF2

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This module is highly experimental and used for a wpscan sandbox with ZF2., (*2)

Config

See config/wpscan.local.php.dist., (*3)

Demo Controller

You can use this module by calling the demo controller : php public/index.php wpscan show http://acme.com., (*4)

Usage

$client = $serviceLocator->get(Client::class);
$command = new Command();
$command->addArg(new FakeUserAgent());
$client->addHandler(new PluginHandler());
$result = $client->run($command);

The Versions