PHPackages                             hackrift22/command-output-parsers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hackrift22/command-output-parsers

ActiveLibrary

hackrift22/command-output-parsers
=================================

Parsers for many security command outputs in the form of a PHP library

2.4.0(1y ago)07[2 PRs](https://github.com/hackrift22/php-command-output-parsers/pulls)LGPL-3.0-or-laterPHPPHP ^8.2CI failing

Since Jan 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hackrift22/php-command-output-parsers)[ Packagist](https://packagist.org/packages/hackrift22/command-output-parsers)[ RSS](/packages/hackrift22-command-output-parsers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

[![codecov](https://camo.githubusercontent.com/1f07c7400a6bb9071b2dbb262df729040aa31a44499885795bbef8a6bff2867a/68747470733a2f2f636f6465636f762e696f2f67682f7265636f6e6d61702f7068702d636f6d6d616e642d6f75747075742d706172736572732f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d74334f446e4f32523875)](https://codecov.io/gh/reconmap/php-command-output-parsers)

Reconmap security command output parsers library
================================================

[](#reconmap-security-command-output-parsers-library)

Supported tools
---------------

[](#supported-tools)

- Acunetix
- Burp
- Metasploit
- Nessus
- Nmap
- Nuclei
- OpenVAS
- Qualys
- SQLmap
- Subfinder
- TestSSL
- ZAP

Requirements
------------

[](#requirements)

- PHP8.1
- Composer

Usage
-----

[](#usage)

```
composer require reconmap/command-output-parsers
```

Examples
--------

[](#examples)

### Nessus

[](#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;
}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance41

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

496d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d506734228d5026ceb00bc8234070b0575e4ec5e354ca41f786c30c4a18ee32?d=identicon)[hackrift22](/maintainers/hackrift22)

---

Top Contributors

[![hackrift22](https://avatars.githubusercontent.com/u/193890780?v=4)](https://github.com/hackrift22 "hackrift22 (4 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/hackrift22-command-output-parsers/health.svg)

```
[![Health](https://phpackages.com/badges/hackrift22-command-output-parsers/health.svg)](https://phpackages.com/packages/hackrift22-command-output-parsers)
```

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.7k3.7M389](/packages/pimcore-pimcore)[api-platform/schema-generator

Various tools to generate a data model based on Schema.org vocables

4714.2M7](/packages/api-platform-schema-generator)[verbb/formie

The most user-friendly forms plugin for Craft.

101372.9k40](/packages/verbb-formie)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)[spatie/laravel-markdown-response

Serve markdown versions of your HTML pages to AI agents and bots

6512.6k](/packages/spatie-laravel-markdown-response)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
