Import Nmap scans logs to Cherrytree
Useful script to assist you during infrastructure assessments, importing to Cherrytree (https://www.giuspen.com/cherrytree/) results of Nmap scans.
installation:
pip3 install -r requirements.txt
usage: cherrymap.py [-h] [-ah] [-ap] [-a] folder
positional arguments:
folder folder where nmap outputs are stored
optional arguments:
-h, --help show this help message and exit
-ah, --allhosts add all hosts even when no open ports are detected
-ap, --allports add ports closed or filtered
-a, --all same as '-ah -ap'