Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 555 Bytes

nmap2urls

Python3 script to extract HTTP/S URLs from an Nmap XML file

image

Usage

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

Example

# 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