Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PunitTailor55/WebMap
Nmap Web Dashboard and Reporting
https://github.com/PunitTailor55/WebMap
Last synced: 21 days ago
JSON representation
Nmap Web Dashboard and Reporting
- Host: GitHub
- URL: https://github.com/PunitTailor55/WebMap
- Owner: PunitTailor55
- Created: 2018-10-22T10:16:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T23:57:01.000Z (about 6 years ago)
- Last Synced: 2024-08-05T17:38:34.276Z (4 months ago)
- Language: Python
- Size: 119 KB
- Stars: 72
- Watchers: 5
- Forks: 209
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - PunitTailor55/WebMap - Nmap Web Dashboard and Reporting (Python)
README
A Web Dashbord for Nmap XML Report![WebMap](https://i.imgur.com/U9S089v.png)
![WebMap](https://i.imgur.com/Ptijc67.png)
![WebMap](https://i.imgur.com/alWZix9.png)
## Table Of Contents
- [Usage](#usage)
- [Video](#video)
- [Features](#features)
- [XML Filenames](#xml-filenames)
- [Third Parts](#third-parts)
- [Security Issues](#security-issues)
- [Contributors](#contributors)
- [Contacts](#contacts)## Usage
You should use this with docker, just by sending this command:
```bash
$ mkdir /tmp/webmap
$ docker run -d \
--name webmap \
-h webmap \
-p 8000:8000 \
-v /tmp/webmap:/opt/xml \
rev3rse/webmap /run.sh$ # now you can run Nmap and save the XML Report on /tmp/webmap
$ nmap -sT -A -T4 -oX /tmp/webmap/myscan.xml 192.168.1.0/24
```
Now point your browser to http://localhost:8000## Video
-- coming soon...## Features
- Import and parse Nmap XML files
- Statistics and Charts on discovered services, ports, OS, etc...
- Inspect a single host by clicking on its IP address
- Attach labels on a host
- Insert notes for a specific host
- Create a PDF Report with charts, details, labels and notes
- Copy to clipboard as Nikto, Curl or Telnet commands## XML Filenames
When creating the PDF version of the Nmap XML Report, the XML filename is used as document title on the first page. WebMap will replace some parts of the filename as following:- `_` will replaced by a space (` `)
- `.xml` will be removedExample: `ACME_Ltd..xml`
PDF title: `ACME Ltd.`## Third Parts
- [Django](https://www.djangoproject.com)
- [Materialize CSS](https://materializecss.com)
- [Clipboard.js](https://clipboardjs.com)
- [Chart.js](https://www.chartjs.org)
- [Wkhtmltopdf](https://wkhtmltopdf.org)## Security Issues
This app is not intended to be exposed on the internet. Please, **DO NOT expose** this app to the internet, use your localhost or, in case you can't do it, take care to filter who and what can access to WebMap with a firewall rule or something like that. Exposing this app to the whole internet could lead not only to a stored XSS but also to a leakage of sensitive/critical/private informations about your port scan. Please, be smart.## Contributors
This project is currently a beta, and I'm not super skilled on Django so, every type of contribution is appreciated. I'll mention all contributors in this section of the README file.### Contributors List
- s3th_0x [@adubaldo](https://github.com/adubaldo) (bug on single host report)## Contacts
Twitter: [@Menin_TheMiddle](https://twitter.com/Menin_TheMiddle)
YouTube: [Rev3rseSecurity](https://www.youtube.com/rev3rsesecurity)