07013e56c62a951f58f4337df580e5475f184189
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "WebsiteBaker",
4)     "url": "https://websitebaker.org/",
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

5)     "safe": "2.11.0",
6)     "vuln": "CVE-2017-16514",
Hanno Böck add json db

Hanno Böck authored 4 years ago

7)     "detection": [
8)       {
9)         "file": "version.php",
10)         "variable": "VERSION",
11)         "subdir": 3,
12)         "extra_match": "Website Baker Project"
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

13)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

14)       {
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

15)         "file": "version.php",
16)         "variable": "VERSION",
17)         "subdir": 2,
18)         "extra_match": "isteam"
Hanno Böck add json db

Hanno Böck authored 4 years ago

19)       }
20)     ]
21)   },
22)   {
23)     "name": "toendaCMS",
24)     "url": "http://www.toendacms.com/",
25)     "safe": "",
26)     "vuln": "CVE-2007-1872",
27)     "detection": [
28)       {
29)         "file": "tcms_version.xml",
30)         "variable": "release",
31)         "subdir": 2
32)       }
33)     ]
34)   },
35)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

38)     "safe": "8.7.4",
39)     "old_safe": "8.6.16,7.67",
40)     "vuln": "CVE-2019-6342",
Hanno Böck add json db

Hanno Böck authored 4 years ago

41)     "latest": "7.67",
42)     "detection": [
43)       {
44)         "file": "system.module",
45)         "variable": "define('VERSION'",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

46)         "subdir": 2,
47)         "note": "6.x and older"
48)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

49)       {
50)         "file": "bootstrap.inc",
51)         "variable": "define('VERSION'",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

52)         "subdir": 1,
53)         "note": "7.x"
54)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

55)       {
56)         "file": "Drupal.php",
57)         "variable": "const VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

81)     "safe": "9.5.8",
82)     "old_safe": "8.7.27",
83)     "vuln": "CVE-2019-12747",
Hanno Böck add json db

Hanno Böck authored 4 years ago

84)     "detection": [
85)       {
86)         "file": "config_default.php",
87)         "variable": "$TYPO_VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

88)         "subdir": 1,
89)         "note": "4.x and older"
90)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

91)       {
92)         "file": "SystemEnvironmentBuilder.php",
93)         "variable": "define('TYPO3_version",
94)         "subdir": 4
95)       }
96)     ]
97)   },
98)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

100)     "url": "https://www.joomla.org/",
101)     "safe": "3.9.13",
102)     "vuln": "CVE-2019-18674",
103)     "detection": [
104)       {
105)         "file": "CHANGELOG.php",
106)         "variable": "---------------",
107)         "subdir": 0,
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

108)         "extra_match": "Joomla! is free software.",
109)         "note": "1.5 and older"
110)       },