eoko/wpscan

ZF2 wrapper for wpscan

1.0 2015-12-17 18:40 UTC

This package is not auto-updated.

Last update: 2024-05-15 17:25:31 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

This module is highly experimental and used for a wpscan sandbox with ZF2.

Config

See config/wpscan.local.php.dist.

Demo Controller

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

Usage

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