Merge pull request #1757 from Aws0mee/master

Update Daily API Request Limit
This commit is contained in:
Erwan
2022-12-26 20:14:28 +01:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

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 25 daily requests by registering at https://wpscan.com/register
[!] You can get a free API token with 75 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 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"
}
}