eoko/wpscan

用于wpscan的ZF2包装器

1.0 2015-12-17 18:40 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:23:00 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

此模块高度实验性,用于与ZF2一起使用的wpscan沙盒。

配置

参见 config/wpscan.local.php.dist

演示控制器

您可以通过调用演示控制器来使用此模块: php public/index.php wpscan show http://acme.com

用法

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