HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[+] WordPress version 4.0 identified.
| Detected By: rspec
| Confirmed By:
| Confirmed 1
| - IE1
| Confirmed 2
| - IE1
| - IE2

View File

@@ -0,0 +1,28 @@
{
"version": {
"number": "4.0",
"found_by": "rspec",
"confidence": 0,
"interesting_entries": [
],
"confirmed_by": {
"Confirmed 1": {
"confidence": 0,
"interesting_entries": [
"IE1"
]
},
"Confirmed 2": {
"confidence": 0,
"interesting_entries": [
"IE1",
"IE2"
]
}
},
"vulnerabilities": [
]
}
}

View File

@@ -0,0 +1,5 @@
[+] WordPress version 4.0 identified.
| Detected By: rspec
| Confirmed By: Confirmed 1
| - IE1

View File

@@ -0,0 +1,21 @@
{
"version": {
"number": "4.0",
"found_by": "rspec",
"confidence": 0,
"interesting_entries": [
],
"confirmed_by": {
"Confirmed 1": {
"confidence": 0,
"interesting_entries": [
"IE1"
]
}
},
"vulnerabilities": [
]
}
}

View File

@@ -0,0 +1,5 @@
[+] WordPress version 4.0 identified.
| Detected By: rspec
| - IE1
| - IE2

View File

@@ -0,0 +1,17 @@
{
"version": {
"number": "4.0",
"found_by": "rspec",
"confidence": 0,
"interesting_entries": [
"IE1",
"IE2"
],
"confirmed_by": {
},
"vulnerabilities": [
]
}
}

View File

@@ -0,0 +1,3 @@
[+] WordPress version 4.0 identified.
| Detected By: rspec

View File

@@ -0,0 +1,16 @@
{
"version": {
"number": "4.0",
"found_by": "rspec",
"confidence": 0,
"interesting_entries": [
],
"confirmed_by": {
},
"vulnerabilities": [
]
}
}

View File

@@ -0,0 +1,2 @@
[i] The WordPress version could not be detected.

View File

@@ -0,0 +1,3 @@
{
"version": null
}

View File

@@ -0,0 +1,17 @@
[+] WordPress version 3.8.1 identified.
| Detected By: rspec
|
| [!] 2 vulnerabilities identified:
|
| [!] Title: WP 3.8.1 - Vuln 1
| Reference: https://wpvulndb.com/vulnerabilities/1
|
| [!] Title: WP 3.8.1 - Vuln 2
| Fixed in: 3.8.2
| References:
| - https://wpvulndb.com/vulnerabilities/2
| - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-0166
| - http://osvdb.org/show/osvdb/10
| - url-2
| - url-3

View File

@@ -0,0 +1,43 @@
{
"version": {
"number": "3.8.1",
"found_by": "rspec",
"confidence": 0,
"interesting_entries": [
],
"confirmed_by": {
},
"vulnerabilities": [
{
"title": "WP 3.8.1 - Vuln 1",
"fixed_in": null,
"references": {
"wpvulndb": [
"1"
]
}
},
{
"title": "WP 3.8.1 - Vuln 2",
"fixed_in": "3.8.2",
"references": {
"cve": [
"2014-0166"
],
"osvdb": [
"10"
],
"url": [
"url-2",
"url-3"
],
"wpvulndb": [
"2"
]
}
}
]
}
}