eoko/wpscan
Composer 安装命令:
composer require eoko/wpscan
包简介
ZF2 wrapper for wpscan
README 文档
README
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);
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-17