Python3 script to extract HTTP/S URLs from an Nmap XML file
usage: nmap2urls.py [-h] -f FILE
options:
-h, --help show this help message and exit
-f FILE, --file FILE path to an nmap xml file
# installation
git clone https://github.com/Haxxnet/nmap2urls && cd nmap2urls
pip install -r requirements.txt
# extracting urls from nmap file
python3 nmap2urls.py --file my_nmap_scan.xml