Revert "Update Daily API Request Limit"

This commit is contained in:
Miguel Xavier Penha Neto
2023-05-24 15:19:37 -03:00
committed by GitHub
parent fb812554f3
commit 0dd00645f8
4 changed files with 4 additions and 4 deletions

View File

@@ -9,5 +9,5 @@
<% end -%>
<% else -%>
<%= warning_icon %> No WPScan API Token given, as a result vulnerability data has not been output.
<%= warning_icon %> You can get a free API token with 75 daily requests by registering at https://wpscan.com/register
<%= warning_icon %> You can get a free API token with 25 daily requests by registering at https://wpscan.com/register
<% end -%>

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 75 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 -%>
},

View File

@@ -1,2 +1,2 @@
[!] No WPScan API Token given, as a result vulnerability data has not been output.
[!] You can get a free API token with 75 daily requests by registering at https://wpscan.com/register
[!] You can get a free API token with 25 daily requests by registering at https://wpscan.com/register

View File

@@ -1,5 +1,5 @@
{
"vuln_api": {
"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"
"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"
}
}