{"id":13845744,"url":"https://github.com/snobear/nmapvis","last_synced_at":"2025-07-12T03:31:55.478Z","repository":{"id":41954719,"uuid":"241197713","full_name":"snobear/nmapvis","owner":"snobear","description":"A web-based dashboard for importing and viewing nmap scan results","archived":false,"fork":false,"pushed_at":"2023-05-01T21:21:50.000Z","size":9202,"stargazers_count":15,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-21T19:38:43.250Z","etag":null,"topics":["docker","flask","nmap","react","sqlite"],"latest_commit_sha":null,"homepage":"","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/snobear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2020-02-17T20:08:30.000Z","updated_at":"2024-09-03T08:21:55.000Z","dependencies_parsed_at":"2024-11-21T19:31:20.892Z","dependency_job_id":"f01845b7-0a60-4c39-b685-210febc3064c","html_url":"https://github.com/snobear/nmapvis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/snobear/nmapvis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snobear%2Fnmapvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snobear%2Fnmapvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snobear%2Fnmapvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snobear%2Fnmapvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snobear","download_url":"https://codeload.github.com/snobear/nmapvis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snobear%2Fnmapvis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264930728,"owners_count":23684916,"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":["docker","flask","nmap","react","sqlite"],"created_at":"2024-08-04T17:03:34.919Z","updated_at":"2025-07-12T03:31:55.115Z","avatar_url":"https://github.com/snobear.png","language":"Python","readme":"# NmapVis\n\n## About\n\nNmapVis is a super simple web GUI for importing and displaying [nmap](https://nmap.org) xml scan results. It is built with React, Flask, and maintains data in a sqlite DB. \n\n![image](https://user-images.githubusercontent.com/696230/76523028-0f8efb00-643e-11ea-9537-36c4b8680d9d.png)\n\n![Screen Shot 2020-03-12 at 8 43 51 AM](https://user-images.githubusercontent.com/696230/76522822-a1e2cf00-643d-11ea-9e1c-408703f4911e.png)\n\n## Deploy\n\nRun from Docker hub\n\n```\ndocker run -d --name nmapvis -p 3000:3000 snobear/nmapvis\n```\n\nOr clone this repo, and build and run:\n\n```\ndocker build -t nmapvis .\ndocker run -d --name nmapvis -p 3000:3000 nmapvis\n```\n\nThen go to [http://localhost:3000/](http://localhost:3000/) in your browser.\n\n## Usage\n\nThe UI *should* be intuitive, but if not:\n\n- Click `Upload nmap scan results` button to import an nmap results xml file.\n- Exit import modal and results will populate.\n- Click an IP to filter results by specific IP.\n\n## nmap xml results file\n\nThis application assumes you've run an nmap scan on a list of ips, e.g. `ips.txt`, with an nnmap command like the following:\n\n```\nnmap -Pn -p80,443,8443,4000,8000 -iL ips.txt -oA nmap-ouput -vvvvv\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnobear%2Fnmapvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnobear%2Fnmapvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnobear%2Fnmapvis/lists"}