{"id":19636699,"url":"https://github.com/reconmap/php-command-output-parsers","last_synced_at":"2025-06-11T16:06:16.274Z","repository":{"id":60597115,"uuid":"419075224","full_name":"reconmap/php-command-output-parsers","owner":"reconmap","description":"Parsers for many security command outputs in the form of a PHP library","archived":false,"fork":false,"pushed_at":"2024-04-08T16:08:03.000Z","size":845,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T04:23:11.304Z","etag":null,"topics":["commands","hacktoberfest","nessus","nmap","parser","qualys","security","tools"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reconmap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-10-19T20:05:34.000Z","updated_at":"2024-04-15T15:38:01.553Z","dependencies_parsed_at":"2024-04-15T15:37:54.446Z","dependency_job_id":"f437dbd4-0576-4aab-ad96-b88b1facc5c3","html_url":"https://github.com/reconmap/php-command-output-parsers","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.05555555555555558,"last_synced_commit":"2fcf32f70a79af2063c1f4b4d31c0aaf541f9aa1"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reconmap%2Fphp-command-output-parsers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reconmap%2Fphp-command-output-parsers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reconmap%2Fphp-command-output-parsers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reconmap%2Fphp-command-output-parsers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reconmap","download_url":"https://codeload.github.com/reconmap/php-command-output-parsers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224103297,"owners_count":17256342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["commands","hacktoberfest","nessus","nmap","parser","qualys","security","tools"],"created_at":"2024-11-11T12:30:38.966Z","updated_at":"2024-11-11T12:31:40.131Z","avatar_url":"https://github.com/reconmap.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/reconmap/php-command-output-parsers/branch/master/graph/badge.svg?token=t3ODnO2R8u)](https://codecov.io/gh/reconmap/php-command-output-parsers)\n\n# Reconmap security command output parsers library\n\n## Supported tools\n\n- Acunetix\n- Burp\n- Metasploit\n- Nessus\n- Nmap\n- Nuclei\n- OpenVAS\n- Qualys\n- SQLmap\n- Subfinder\n- TestSSL\n- ZAP\n\n## Requirements\n\n* [PHP8.2](https://www.php.net/releases/8.2/en.php)\n* Composer\n\n## Usage\n\n```shell\ncomposer require reconmap/command-output-parsers\n```\n\n## Examples\n\n### Nessus\n\n```php\n$processorFactory = new ProcessorFactory();\n$processor = $processorFactory-\u003ecreateFromOutputParserName('acunetix');\n$result = $processor-\u003eprocess('resources/nessus.xml');\n\necho $result-\u003egetVulnerabilities()[4]-\u003eremediation), PHP_EOL; # Prints 'Protect your target with an IP filter.'\n\nforeach($result-\u003egetAssets() as $asset) {\n    echo $asset-\u003egetValue(), PHP_EOL;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freconmap%2Fphp-command-output-parsers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freconmap%2Fphp-command-output-parsers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freconmap%2Fphp-command-output-parsers/lists"}