db5a21e03efd356b16caa2c5597f499681967f83
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
3)     "name": "MediaWiki",
4)     "url": "https://www.mediawiki.org/",
Hanno Böck update mediawiki

Hanno Böck authored 4 years ago

5)     "safe": "1.33.2",
6)     "old_safe": "1.32.6,1.31.6",
7)     "vuln": "CVE-2019-19709",
8)     "latest": "1.34.0",
Hanno Böck add json db

Hanno Böck authored 4 years ago

9)     "detection": [
10)       {
11)         "file": "DefaultSettings.php",
12)         "variable": "$wgVersion",
13)         "subdir": 1
14)       }
15)     ]
16)   },
17)   {
18)     "name": "TWiki",
19)     "url": "http://twiki.org/",
20)     "safe": "5.0.1",
21)     "vuln": "CVE-2010-3841",
22)     "detection": [
23)       {
24)         "file": "TWiki.pm",
25)         "variable": "$RELEASE",
26)         "subdir": 1
27)       }
28)     ]
29)   },
30)   {
31)     "name": "PmWiki",
32)     "url": "https://pmwiki.org/",
33)     "safe": "2.2.96",
34)     "vuln": "https://pmwiki.org/wiki/PmWiki/ChangeLog#v2296",
35)     "latest": "2.2.122",
36)     "detection": [
37)       {
38)         "file": "version.php",
39)         "variable": "$Version",
40)         "subdir": 1,
41)         "extra_match": "pmwiki"
42)       }
43)     ]
44)   },
45)   {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

46)     "name": "Tiki",
47)     "url": "https://tiki.org/",
48)     "safe": "20.1",
49)     "vuln": "https://tiki.org/article464-Tiki-20-1-Released",
Hanno Böck add json db

Hanno Böck authored 4 years ago

50)     "detection": [
51)       {
52)         "file": "README",
53)         "variable": "version",
54)         "subdir": 0,
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

55)         "extra_match": "Tiki! The wiki",
56)         "extra_nomatch": "version 2",
57)         "note": "1.x"
58)       },
59)       {
60)         "file": "twversion.class.php",
61)         "variable": "$this->version",
62)         "subdir": 2,
63)         "note": "2.x and above"
Hanno Böck add json db

Hanno Böck authored 4 years ago

64)       }
65)     ]
66)   },
67)   {
68)     "name": "phpwiki",
69)     "url": "http://phpwiki.sourceforge.net/",
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

70)     "safe": "",
71)     "vuln": "https://www.exploit-db.com/exploits/38027",
Hanno Böck add json db

Hanno Böck authored 4 years ago

72)     "detection": [
73)       {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

74)         "file": "config.php",
Hanno Böck add json db

Hanno Böck authored 4 years ago

75)         "variable": "PHPWIKI_VERSION",
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

76)         "subdir": 1,
77)         "note": "1.2.x"
78)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

79)       {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

80)         "file": "prepend.php",
Hanno Böck add json db

Hanno Böck authored 4 years ago

81)         "variable": "PHPWIKI_VERSION",
82)         "subdir": 1
83)       }
84)     ]
85)   },
86)   {
87)     "name": "etherpad-lite",
88)     "url": "https://etherpad.org/",
89)     "safe": "1.6.4",
90)     "vuln": "CVE-2018-9326",
91)     "detection": [
92)       {
93)         "file": "package.json",
94)         "variable": "version",
95)         "subdir": 0,
96)         "extra_match": "ep_etherpad-lite"
97)       }
98)     ]
99)   }