nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.
MIT License
1.73k stars 233 forks source link

Append http/https to subdomain list #2

Closed Regala closed 5 years ago

Regala commented 6 years ago

Would be great if when reading from the subdomain list http or https is pre-appended, so it's easier to import from other tools.

Will be happy to send a PR later if needed.

nsonaniya2010 commented 6 years ago

Ok I will add that.

thanks

s0md3v commented 5 years ago

Nope, don't do that. There's a difference between a domain and a URL and we should maintain that. What if I want to perform a port scan on the results? or whois look up? Also, making request to every subdomain to see if it uses http and https is overkill.