# xml2csv.py

This [script](https://github.com/NetsecExplained/Nmap-XML-to-CSV) makes it easy to take an nmap XML file and convert to CSV to see what ports/services are open.

## Convert an nmap scan to a CSV showing all open ports

```
python3 /opt/nmap-xml-to-csv/xml2csv.py -f nmap-scan.xml -c open-ports.csv
```
