wpscanteam / wpscan

WPScan WordPress security scanner. Written for security professionals and blog maintainers to test the security of their WordPress websites. Contact us via contact@wpscan.com
https://wpscan.com/wordpress-cli-scanner
Other
8.63k stars 1.27k forks source link

Scan Aborted: Unable to get https://data.wpscan.org/metadata.json.sha512 (SSL peer certificate or SSH remote key was not OK) #1840

Closed akirataguchi115 closed 4 months ago

akirataguchi115 commented 6 months ago

With a quick search from the issues this seems to be a common problem. However I already tried

But still no luck. Any good guesses why this is happening? image

RH-Adv1c3 commented 6 months ago

Same, I also have the issues with full SSL websites. Currently trying some stuff out but can't find anything rn.

Edit: Another issue further back actually has a solution for it: https://github.com/wpscanteam/wpscan/issues/1788#issuecomment-1940449749

akirataguchi115 commented 6 months ago

Edit: Another issue further back actually has a solution for it: #1788 (comment)

What's the solution?

HassenHammadi commented 4 months ago

try adding this line to the command "--disable-tls-checks"

akirataguchi115 commented 4 months ago

The problem has gone away for now even without the --disable-tls-checks but thanks anyway @hassen-5896!