nsonaniya2010 / SubDomainizer

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

Add flag for ignoring SSL errors #10

Closed williamoverton closed 5 years ago

williamoverton commented 5 years ago

Describe the bug When testing against an internal site with invalid SSL I get this error: An error occured while fetching URL, Might be server is down, or domain does not exist, Please check!

Suggested Fix Add a flag which ignores all ssl errors (-k in this example)

  1. Have site with invalid ssl
  2. Run python3 SubDomainizer.py -u -k https://mysite.com
  3. ???
  4. Profit
nsonaniya2010 commented 5 years ago

@williamoverton Let me know if this fixes the problem.