SkillAgentSearch skills...

Nmap2urls

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

Install / Use

/learn @Haxxnet/Nmap2urls
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2mo ago
Forks0

Languages

Python

Security Score

70/100

Audited on Jan 19, 2026

No findings