Sha256: ede39b51775d5b60be2d221c14652e80b5dfb2cc7c99bde71a268242f67fa3d3
Contents?: true
Size: 534 Bytes
Versions: 13
Compression:
Stored size: 534 Bytes
Contents
"vuln_api": { <% unless @status.empty? -%> <% if @status['http_error'] -%> "http_error": <%= @status['http_error'].to_s.to_json %> <% else -%> "plan": <%= @status['plan'].to_json %>, "requests_done_during_scan": <%= @api_requests.to_json %>, "requests_remaining": <%= @status['requests_remaining'].to_json %> <% end -%> <% else -%> "error": "No WPScan API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 25 daily requests by registering at https://wpscan.com/register" <% end -%> },
Version data entries
13 entries across 13 versions & 1 rubygems