maurosoria / dirsearch

Web path scanner
12.09k stars 2.31k forks source link

Feature request: Ignore SSL Warnings #145

Closed hakluke closed 5 years ago

hakluke commented 5 years ago

Sometimes I need to scan a host with a bad SSL cert. Dirsearch throws an error and exits. It would be nice to have a way to force dirsearch to ignore SSL issues and scan anyway, like the --insecure flag on curl.

Damian89 commented 5 years ago

Do you have an example url? (You could send it also via twitter)

hakluke commented 5 years ago

Now that I'm trying to test it, it's actually working fine?! To test I am using the examples at badssl.com, dirsearch seems to not care that the certs have expired, I'm not sure what the problem was that I encountered.

I'm closing this for now!