hackrift22/command-output-parsers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱: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;
}

统计信息

  • 总下载量: 11
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固