master
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 days ago

5)     "safe": "1.41.1",
6)     "old_safe": "1.40.3,1.39.7",
7)     "vuln": "https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/V3WXEPXV2DU6WTVEKK4XHW4QXD5OFKD7/",
8)     "latest": "1.41.1",
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
Hanno Böck fix mediawiki 1.34 detection

Hanno Böck authored 3 years ago

14)       },
15)       {
16)         "file": "Defines.php",
17)         "variable": "MW_VERSION",
18)         "subdir": 1
Hanno Böck add json db

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

51)     "name": "Tiki",
52)     "url": "https://tiki.org/",
Hanno Böck update tiki

Hanno Böck authored 2 years ago

53)     "safe": "21.3",
54)     "vuln": "CVE-2020-29254",
Hanno Böck add json db

Hanno Böck authored 4 years ago

55)     "detection": [
56)       {
57)         "file": "README",
58)         "variable": "version",
59)         "subdir": 0,
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

69)       }
70)     ]
71)   },
72)   {
73)     "name": "phpwiki",
74)     "url": "http://phpwiki.sourceforge.net/",
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

77)     "detection": [
78)       {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

81)         "subdir": 1,
82)         "note": "1.2.x"
83)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

84)       {
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

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