urldedupe — is a tool to quickly pass in a list of URLs, and get back a list of deduplicated (unique) URL and query string combination.
Instructions to Install urldedupe on Kali Linux.
â–¶ Run : git clone https://github.com/ameenmaali/urldedupe.git
â–¶ Run : cd urldedupe
â–¶ Run : cmake CMakeLists.txt
â–¶ Run : make
Related Article
â–¶ Run : cp urldedupe /usr/bin/
â–¶ Run (Check) : urldedupe -V or urldedupe -h
â–¶ Run (Usage) : cat urls.txt | urldedupe
â–¶ More Info : https://github.com/ameenmaali/urldedupe
0 Comments