https://github.com/echo-devim/nmap-report-excel
Nmap report converter to excel
https://github.com/echo-devim/nmap-report-excel
excel network-inventory nmap nmap-report
Last synced: 5 months ago
JSON representation
Nmap report converter to excel
- Host: GitHub
- URL: https://github.com/echo-devim/nmap-report-excel
- Owner: echo-devim
- License: mit
- Created: 2025-01-15T09:00:50.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T11:13:39.000Z (5 months ago)
- Last Synced: 2025-01-15T12:16:36.957Z (5 months ago)
- Topics: excel, network-inventory, nmap, nmap-report
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NMAP Report Converter to Excel
Nmap is a great open-source tool to perform a network inventory.
This repo contains a simple script to convert the xml report produced by nmap into the more readable format xlsx (Excel).## Example Usage
1. Run nmap:
```sh
$ sudo nmap -sV --script=http-title --system-dns -vv --script smb-os-discovery -O --scan-delay 100ms --max-scan-delay 300ms 10.20.30.0/24 20.30.40.0/24 -oX /tmp/scan.xml
```2. Run this tool:
```sh
$ python3 nmapreport.py /tmp/scan.xml out.xlsx
```