motto/wp-scan
Composer 安装命令:
composer require motto/wp-scan
包简介
Scan a URL to detect and retrieve WordPress data.
README 文档
README
Scan a URL to detect and retrieve WordPress data.
Checks
To date, only two types of checks are done: endpoints and version
You can modify the checks by passing in the configuration to the constructor or using the check() method:
$checks = ['endpoints'=>false, 'version' => true]; $scan = new WpScan($url, $checks); // OR $scan = new WpScan($url); $scan->checks($checks);
Usage
Run your checks with $scan->run() and retrieve your results with $scan->get(). You can also retrieve as Json with $scan->json().
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-14