eoko/wpscan

ZF2 wrapper for wpscan

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/eoko/wpscan

1.0 2015-12-17 18:40 UTC

This package is not auto-updated.

Last update: 2025-10-02 00:10:41 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);