AonCyberLabs/PadBuster

Padbuster does not work on https with untrusted certs

Meatballs1 opened this issue · 1 comments

Padbuster gives 500 unable to connect errors on a website with an invalid ssl cert. Add $ENV('PERL_LWP_SSL_VERIFY_HOSTNAME') = 0; to the request method to fix.

Resolved in #4