Updates numbers of free daily requests, props @XalfiE

This commit is contained in:
erwanlr
2021-02-15 09:09:10 +01:00
parent d3196bc03f
commit 28dfd8b3b9
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 50 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 25 daily requests by registering at https://wpscan.com/register"
<% end -%>
},