UrlMap is a sophisticated URL filtering tool crafted in Go. It intelligently filters urls discarding uninteresting content.
go install github.com/M3hank/umap@latest
Feed UrlMap a list of URLs via stdin, and it will intelligently filter out repetitive URLs, emphasizing the more dynamic or intriguing ones.
Before & After Filtering:
Total URLs | Filtered URLs |
---|---|
![]() |
![]() |
cat urls.txt | umap
For integrating with other tools:
echo "www.example.com" | waybackurls | umap
Spotlight URLs with parameters using the -params
flag:
cat urls.txt | umap -params
Parameter-focused URLs:
Contributions are always welcome! Enhance UrlMap by contributing code, do