{"id":28387483,"url":"https://github.com/enenumxela/nmap-xml-utils","last_synced_at":"2025-10-23T21:31:13.815Z","repository":{"id":112753789,"uuid":"479879071","full_name":"enenumxela/nmap-xml-utils","owner":"enenumxela","description":"Utilities to process nmap XML output.","archived":false,"fork":false,"pushed_at":"2025-05-25T19:07:09.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-26T02:11:30.197Z","etag":null,"topics":["nmap","nmap-xml","nmap-xml-parse","nmap-xml-parser"],"latest_commit_sha":null,"homepage":"https://github.com/enenumxela/nmap-xml-utils.git","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enenumxela.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"enenumxela","custom":["https://www.buymeacoffee.com/enenumxela"]}},"created_at":"2022-04-10T00:54:08.000Z","updated_at":"2025-05-25T19:07:12.000Z","dependencies_parsed_at":"2024-12-26T13:13:28.673Z","dependency_job_id":"19e671bb-42f1-4917-aa92-cbf5d58ee251","html_url":"https://github.com/enenumxela/nmap-xml-utils","commit_stats":null,"previous_names":["enenumxela/nmap-xml-utilities","enenumxela/nmap-xml-utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enenumxela/nmap-xml-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enenumxela%2Fnmap-xml-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enenumxela%2Fnmap-xml-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enenumxela%2Fnmap-xml-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enenumxela%2Fnmap-xml-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enenumxela","download_url":"https://codeload.github.com/enenumxela/nmap-xml-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enenumxela%2Fnmap-xml-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262139778,"owners_count":23265228,"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":["nmap","nmap-xml","nmap-xml-parse","nmap-xml-parser"],"created_at":"2025-05-30T17:42:59.136Z","updated_at":"2025-10-23T21:31:13.751Z","avatar_url":"https://github.com/enenumxela.png","language":"Python","funding_links":["https://github.com/sponsors/enenumxela","https://www.buymeacoffee.com/enenumxela"],"categories":[],"sub_categories":[],"readme":"# nmap-xml-utils\n\nUtilities to process nmap XML output.\n\n## Scripts\n\n* [Merge nmap xml files](#merge-nmap-xml-files)\n* [Parse nmap xml file](#parse-nmap-xml-file)\n\n### [Merge nmap xml files](https://raw.githubusercontent.com/enenumxela/nmap-xml-utils/main/nmap-xml-merge.py)\n\nMerge Multiple nmap xml output files into a single xml file.\n\n#### Installation\n\n```bash\ncurl -sL https://raw.githubusercontent.com/enenumxela/nmap-xml-utils/main/nmap-xml-merge.py \u003e ~/.local/bin/nmap-xml-merge.py \u0026\u0026 chmod u+x ~/.local/bin/nmap-xml-merge.py\n```\n\n#### Uage\n\n```bash\nnmap-xml-merge.py -h\n```\n\n```text\nusage: nmap-xml-merge [-h] [-f FILE] [-d DIR] [-q]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -f FILE, --file FILE  parse FILE\n  -d DIR, --dir DIR     Parse all xml in directory\n  -q, --quiet           don't print status messages to stdout\n```\n\n### [Parse nmap xml file](https://raw.githubusercontent.com/enenumxela/nmap-xml-utils/main/nmap-xml-parse.py)\n\nParse nmap xml output file to extract bits of information.\n\n#### Installation\n\n```bash\ncurl -sL https://raw.githubusercontent.com/enenumxela/nmap-xml-utils/main/nmap-xml-parse.py \u003e ~/.local/bin/nmap-xml-parse.py \u0026\u0026 chmod u+x ~/.local/bin/nmap-xml-parse.py\n```\n\n#### Uage\n\n```bash\nnmap-xml-parse.py -h\n```\n\n```text\nusage: nmap-xml-parse [-h] [-ips] [-ports] [-service SERVICE] [-service-prefix PREFIX] [-separator SEPARATOR] FILE\n\npositional arguments:\n  FILE                  Nmap XML output file\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -ips                  list of live ipv4s\n  -ports                list open ports\n  -service SERVICE      service to filter by\n  -service-prefix PREFIX\n                        service prefix to filter by\n  -separator SEPARATOR  output separator\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenenumxela%2Fnmap-xml-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenenumxela%2Fnmap-xml-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenenumxela%2Fnmap-xml-utils/lists"}