8ec7d79e03403cd209c76c405e70cc12ef4736da
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "WebsiteBaker",
4)     "url": "https://websitebaker.org/",
5)     "safe": "2.8.4",
6)     "vuln": "CVE-2015-0553",
7)     "detection": [
8)       {
9)         "file": "version.php",
10)         "variable": "VERSION",
11)         "subdir": 3,
12)         "extra_match": "Website Baker Project"
13)       }
14)     ]
15)   },
16)   {
17)     "name": "WebsiteBaker28",
18)     "url": "https://websitebaker.org/",
19)     "safe": "2.8.4",
20)     "vuln": "CVE-2015-0553",
21)     "detection": [
22)       {
23)         "file": "info.php",
24)         "variable": "$template_platform",
25)         "subdir": 3,
26)         "extra_match": "wb_theme"
27)       }
28)     ]
29)   },
30)   {
31)     "name": "toendaCMS",
32)     "url": "http://www.toendacms.com/",
33)     "safe": "",
34)     "vuln": "CVE-2007-1872",
35)     "detection": [
36)       {
37)         "file": "tcms_version.xml",
38)         "variable": "release",
39)         "subdir": 2
40)       }
41)     ]
42)   },
43)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

44)     "name": "Drupal",
Hanno Böck add json db

Hanno Böck authored 4 years ago

45)     "url": "https://www.drupal.org/",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

46)     "safe": "8.7.4",
47)     "old_safe": "8.6.16,7.67",
48)     "vuln": "CVE-2019-6342",
Hanno Böck add json db

Hanno Böck authored 4 years ago

49)     "latest": "7.67",
50)     "detection": [
51)       {
52)         "file": "system.module",
53)         "variable": "define('VERSION'",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

54)         "subdir": 2,
55)         "note": "6.x and older"
56)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

57)       {
58)         "file": "bootstrap.inc",
59)         "variable": "define('VERSION'",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

60)         "subdir": 1,
61)         "note": "7.x"
62)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

63)       {
64)         "file": "Drupal.php",
65)         "variable": "const VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

66)         "subdir": 2,
67)         "note": "8.x"
Hanno Böck add json db

Hanno Böck authored 4 years ago

68)       }
69)     ]
70)   },
71)   {
72)     "name": "PHPNuke",
73)     "url": "https://www.phpnuke.org/",
74)     "safe": "8.1",
75)     "vuln": "CVE-2007-1519",
76)     "note": "I'm not really sure about that, but 8.0 is at least vulnerable, pre 8.0 aren't easily detectable",
77)     "detection": [
78)       {
79)         "file": "version.php",
80)         "variable": "$version_number",
81)         "subdir": 2,
82)         "extra_match": "PHP-Nuke $version_number"
83)       }
84)     ]
85)   },
86)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

87)     "name": "TYPO3",
Hanno Böck add json db

Hanno Böck authored 4 years ago

88)     "url": "https://typo3.org/",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

89)     "safe": "9.5.8",
90)     "old_safe": "8.7.27",
91)     "vuln": "CVE-2019-12747",
Hanno Böck add json db

Hanno Böck authored 4 years ago

92)     "detection": [
93)       {
94)         "file": "config_default.php",
95)         "variable": "$TYPO_VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

96)         "subdir": 1,
97)         "note": "4.x and older"
98)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

99)       {
100)         "file": "SystemEnvironmentBuilder.php",
101)         "variable": "define('TYPO3_version",
102)         "subdir": 4
103)       }
104)     ]
105)   },
106)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

107)     "name": "Joomla",
Hanno Böck add json db

Hanno Böck authored 4 years ago

108)     "url": "https://www.joomla.org/",
109)     "safe": "3.9.13",
110)     "vuln": "CVE-2019-18674",
111)     "detection": [
112)       {
113)         "file": "CHANGELOG.php",
114)         "variable": "---------------",
115)         "subdir": 0,
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

116)         "extra_match": "Joomla! is free software.",
117)         "note": "1.5 and older"
118)       },