hackrift22/command-output-parsers
最新稳定版本:2.4.0
Composer 安装命令:
composer require hackrift22/command-output-parsers
包简介
Parsers for many security command outputs in the form of a PHP library
README 文档
README
Reconmap security command output parsers library
Supported tools
- Acunetix
- Burp
- Metasploit
- Nessus
- Nmap
- Nuclei
- OpenVAS
- Qualys
- SQLmap
- Subfinder
- TestSSL
- ZAP
Requirements
- PHP8.1
- Composer
Usage
composer require reconmap/command-output-parsers
Examples
Nessus
$processorFactory = new ProcessorFactory(); $processor = $processorFactory->createFromOutputParserName('acunetix'); $result = $processor->process('resources/nessus.xml'); echo $result->getVulnerabilities()[4]->remediation), PHP_EOL; # Prints 'Protect your target with an IP filter.' foreach($result->getAssets() as $asset) { echo $asset->getValue(), PHP_EOL; }
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2025-01-08