nsonaniya2010 / SubDomainizer

A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flag for ignoring SSL errors

williamoverton opened this issue · comments

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

@williamoverton Let me know if this fixes the problem.