Skip to content

nytr0gen/deduplicate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Deduplicate

Parsing through long lists of endpoints, full of params, became a hassle? You want to get out? Say no more, Deduplicate is the solution. With less than 200 lines of code, written in Go, it will remove any duplicates from your lists and make visual parsing a bliss.

I made this so that I can go faster through wayback urls output.

How does it work?

Glad you asked. It formats an url to %host%path%query_names, checks if the url was already found, if not, adds it into the map.

Install

go get github.com/nytr0gen/deduplicate

Usage

echo domain | waybackurls | deduplicate --hide-useless --sort

About

Remove duplicate urls from input

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages