Skip to content

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

Notifications You must be signed in to change notification settings

Haxxnet/nmap2urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages