s0md3v / uro

declutters url lists for crawling/pentesting
Apache License 2.0
1.21k stars 145 forks source link

When using uro on subdomains it leaves :// in front? #26

Closed gprime31 closed 2 years ago

gprime31 commented 2 years ago

When using uro on subdomains it leaves :// in front

example:

cat subs.txt | uro

subs.txt example: site.com sub.site.com sub123.site.com

anything without http:// or https:// in front it leaves the :// in front.

gprime31 commented 2 years ago

example:

assetfinder -subs-only example.com | uro

and

echo "example.com" | subfinder -silent | uro

2022-08-18_10-43

s0md3v commented 2 years ago

uro's documentation clearly states that it's designed for URLs since they are hard to de-duplicate unlike simple strings such as subdomains. This is an invalid issue and will not be "fixed".