承接 hackrift22/command-output-parsers 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

codecov

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2025-01-08