I'm testing a site that the HTTPS Certificate is invalid and every time I try to bruteforce the password I get this:
[!] ERROR: No response from remote server. WAF/IPS? (Peer certificate cannot be authenticated with given CA certificates)
How can I ignore the certificate?
Thanks!
@LucasRoot with the latest wpscan version you can try the --disable-tls-checks command line option.
Thanks!
Most helpful comment
@LucasRoot with the latest wpscan version you can try the
--disable-tls-checkscommand line option.