VulnAPI Implementation

This commit is contained in:
erwanlr
2019-07-18 20:32:15 +01:00
parent 84422b10c8
commit 463e77f0a5
60 changed files with 1126 additions and 223 deletions

View File

@@ -0,0 +1,4 @@
[+] WPVulnDB API OK
| Plan: paid
| Requests Done (during the scan): 3
| Requests Remaining: 120

View File

@@ -0,0 +1,7 @@
{
"vuln_api": {
"plan": "paid",
"requests_done_during_scan": 3,
"requests_remaining": 120
}
}

View File

@@ -0,0 +1 @@
[!] WPVulnDB API, HTTP Error: url (Timeout was reached)

View File

@@ -0,0 +1,5 @@
{
"vuln_api": {
"http_error": "HTTP Error: url (Timeout was reached)"
}
}

View File

@@ -0,0 +1,4 @@
[+] WPVulnDB API OK
| Plan: free
| Requests Done (during the scan): 3
| Requests Remaining: 0

View File

@@ -0,0 +1,7 @@
{
"vuln_api": {
"plan": "free",
"requests_done_during_scan": 3,
"requests_remaining": 0
}
}

View File

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

View File

@@ -0,0 +1,5 @@
{
"vuln_api": {
"error": "No WPVulnDB 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://wpvulndb.com/register."
}
}

View File

@@ -0,0 +1,4 @@
[+] WPVulnDB API OK
| Plan: enterprise
| Requests Done (during the scan): 3
| Requests Remaining: Unlimited

View File

@@ -0,0 +1,7 @@
{
"vuln_api": {
"plan": "enterprise",
"requests_done_during_scan": 3,
"requests_remaining": "Unlimited"
}
}