Update Daily API Request Limit

This commit is contained in:
Aws0me
2022-10-31 19:30:34 -04:00
committed by GitHub
parent 3c879b2523
commit 933d6c7d0e
4 changed files with 4 additions and 4 deletions

View File

@@ -8,6 +8,6 @@
"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"
"error": "No WPScan API Token given, as a result vulnerability data has not been output.\nYou can get a free API token with 75 daily requests by registering at https://wpscan.com/register"
<% end -%>
},