Skip to content
/ umap Public

umap:- UrlMap is an advanced URL filtering tool written in Go, that intelligently filters out uninteresting urls.

License

Notifications You must be signed in to change notification settings

M3hank/umap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UrlMap

UrlMap is a sophisticated URL filtering tool crafted in Go. It intelligently filters urls discarding uninteresting content.

Installation

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
All URLs used for testing URLs filtered using Umap

Commands:

cat urls.txt | umap

For integrating with other tools:

echo "www.example.com" | waybackurls | umap

Options

Spotlight URLs with parameters using the -params flag:

cat urls.txt | umap -params

Parameter-focused URLs:

Parameters

Contributing

Contributions are always welcome! Enhance UrlMap by contributing code, do

About

umap:- UrlMap is an advanced URL filtering tool written in Go, that intelligently filters out uninteresting urls.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages