{"id":24614621,"url":"https://github.com/echo-devim/nmap-inventory","last_synced_at":"2025-03-18T17:47:35.624Z","repository":{"id":272581309,"uuid":"917049769","full_name":"echo-devim/nmap-inventory","owner":"echo-devim","description":"Nmap network inventory with excel report","archived":false,"fork":false,"pushed_at":"2025-01-22T13:38:39.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T14:30:54.521Z","etag":null,"topics":["excel","it-management","network-inventory","nmap","nmap-report","security"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/echo-devim.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,"publiccode":null,"codemeta":null}},"created_at":"2025-01-15T09:00:50.000Z","updated_at":"2025-01-22T13:38:43.000Z","dependencies_parsed_at":"2025-01-15T12:16:41.751Z","dependency_job_id":"fef17a31-b1bf-4a6c-8822-3bc6018a9961","html_url":"https://github.com/echo-devim/nmap-inventory","commit_stats":null,"previous_names":["echo-devim/nmap-report-excel","echo-devim/nmap-inventory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnmap-inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnmap-inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnmap-inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/echo-devim%2Fnmap-inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/echo-devim","download_url":"https://codeload.github.com/echo-devim/nmap-inventory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244273689,"owners_count":20426963,"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":["excel","it-management","network-inventory","nmap","nmap-report","security"],"created_at":"2025-01-24T21:17:36.032Z","updated_at":"2025-03-18T17:47:35.568Z","avatar_url":"https://github.com/echo-devim.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NMAP Network Inventory\n\nNmap is a great open-source tool to perform a network inventory, it lacks only a user-friendly scan report.\nThis repo contains a simple script to convert the xml report produced by nmap into the more readable format xlsx (Excel).\nI developed also a custom NSE script called `default-creds.nse` to test specific default credentials based on operating system type for the following protocols: ssh, smb, telnet and ftp. The goal is to perform a non-invasive test (just one or two attempts in order to not trigger alarms).\n\n## Example Usage\n\n1. Run nmap:\n```sh\n$ sudo nmap -sV --script=http-title --script=banner --system-dns -vv --script=smb-os-discovery --script=rdp-ntlm-info --script=./default-creds.nse --script-args default-creds.csv=./default_creds.csv -O --osscan-limit --max-os-tries 2 --scan-delay 100ms --max-scan-delay 300ms 10.20.30.0/24 20.30.40.0/24 -oX /tmp/scan.xml\n```\n\n2. Run this tool:\n```sh\n$ python3 nmapreport.py /tmp/scan.xml out.xlsx\n```\n\nyou'll get a excel file with a summary, worksheet for each subnet, any info about hosts and services, discovered credentials, domains, etc.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho-devim%2Fnmap-inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecho-devim%2Fnmap-inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecho-devim%2Fnmap-inventory/lists"}