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

3
spec/fixtures/db/config_backups.txt vendored Normal file
View File

@@ -0,0 +1,3 @@
#wp-config.php#
wp-config.bak
wp-config.txt

6
spec/fixtures/db/db_exports.txt vendored Normal file
View File

@@ -0,0 +1,6 @@
{domain_name}.sql
wordpress.sql
backup/{domain_name}.zip
backup/mysql.sql
backups/{domain_name}.sql.gz
backups/db_backup.sql

25726
spec/fixtures/db/dynamic_finders.yml vendored Normal file

File diff suppressed because it is too large Load Diff

25
spec/fixtures/db/plugins.json vendored Normal file
View File

@@ -0,0 +1,25 @@
{
"no-vulns-popular": {
"vulnerabilities": [],
"popular": true,
"latest_version": "2.0",
"last_updated": "2015-05-16T00:00:00.000Z"
},
"vulnerable-not-popular": {
"latest_version": null,
"last_updated": null,
"popular": false,
"vulnerabilities" : [
{
"title" : "First Vuln",
"fixed_in" : "6.3.10",
"id" : 1,
"vuln_type": "LFI"
},
{
"title": "No Fixed In",
"id": 2
}
]
}
}

48
spec/fixtures/db/themes.json vendored Normal file
View File

@@ -0,0 +1,48 @@
{
"no-vulns-popular": {
"popular": true,
"latest_version": "2.0",
"last_updated": "2015-05-16T00:00:00.000Z",
"vulnerabilities": []
},
"dignitas-themes": {
"popular": true,
"latest_version": null,
"last_updated": null,
"vulnerabilities" : [
{
"created_at" : "2015-03-05T19:25:59.000Z",
"updated_at" : "2015-03-05T19:37:47.000Z",
"references": {
"url" : [
"http://research.evex.pw/?vuln=6",
"http://packetstormsecurity.com/files/130652/"
]
},
"title" : "Dignitas 1.1.9 - Privilage Escalation",
"id" : 7825,
"vuln_type" : "AUTHBYPASS"
}
]
},
"yaaburnee-themes": {
"popular": false,
"latest_version": null,
"last_updated": null,
"vulnerabilities" : [
{
"created_at" : "2015-03-05T19:25:44.000Z",
"updated_at" : "2015-03-05T19:41:14.000Z",
"references": {
"url" : [
"http://research.evex.pw/?vuln=6",
"http://packetstormsecurity.com/files/130652/"
]
},
"title" : "Ya'aburnee 1.0.7 - Privilage Escalation",
"id" : 7824,
"vuln_type" : "AUTHBYPASS"
}
]
}
}

3
spec/fixtures/db/user-agents.txt vendored Normal file
View File

@@ -0,0 +1,3 @@
# Coments should be ignored
UA-1
UA-2

42
spec/fixtures/db/wordpresses.json vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"3.8.1": {
"vulnerabilities" : [
{
"created_at" : "2014-08-01T10:58:19.000Z",
"updated_at" : "2014-09-16T13:52:17.000Z",
"title" : "WP 3.8.1 - Vuln 1",
"id" : 1,
"vuln_type" : "SQLI",
"published_date" : null,
"fixed_in" : null
},
{
"references" : {
"cve" : ["2014-0166"],
"osvdb" : ["10"],
"url" : ["url-2","url-3"]
},
"fixed_in" : "3.8.2",
"created_at" : "2014-08-01T10:58:19.000Z",
"updated_at" : "2014-09-16T13:53:11.000Z",
"id" : 2,
"title" : "WP 3.8.1 - Vuln 2"
}
]
},
"3.8": {
"vulnerabilities" : [
{
"references": {
"url" : ["url-4"],
"osvdb" : ["11"]
},
"created_at" : "2014-08-01T10:58:19.000Z",
"updated_at" : "2014-09-16T15:45:26.000Z",
"title" : "WP 3.8 - Vuln 1",
"id" : 3,
"vuln_type" : "AUTHBYPASS"
}
]
}
}

9
spec/fixtures/db/wp_fingerprints.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"path-1": {
"hash-1": ["4.0", "3.8"],
"hash-2": ["4.4"]
},
"path-2": {
"hash-3": ["3.8.1", "3.8.2", "3.9.1"]
}
}