urx

Extracts URLs from OSINT archives for security analysis

brewmacoslinux
Try with needOr install directly
Source

About

Extracts URLs from OSINT Archives for Security Insights

Commands

urx

Examples

Extract all URLs from a web archive file$ urx archive.warc
Extract URLs and filter by specific domain$ urx archive.warc | grep example.com
Save extracted URLs to output file$ urx archive.warc > urls.txt