master
Hanno Böck add json db

Hanno Böck authored 4 years ago

1) [
2)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

3)     "name": "phpMyAdmin",
Hanno Böck add json db

Hanno Böck authored 4 years ago

4)     "url": "https://www.phpmyadmin.net/",
Hanno Böck pma update

Hanno Böck authored 1 year ago

5)     "safe": "5.2.1",
6)     "old_safe": "4.9.11",
Hanno Böck pma url to cve

Hanno Böck authored 1 year ago

7)     "vuln": "CVE-2023-25727",
Hanno Böck add json db

Hanno Böck authored 4 years ago

8)     "detection": [
9)       {
10)         "file": "Config.class.php",
11)         "variable": "PMA_VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

12)         "subdir": 1,
13)         "note": "4.5.x and older"
14)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

15)       {
16)         "file": "Config.php",
17)         "variable": "PMA_VERSION",
18)         "subdir": 1,
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

19)         "extra_match": "namespace PMA\\libraries;",
20)         "note": "4.6.x/4.7.x"
21)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

22)       {
Hanno Böck fix phpmyadmin detection fo...

Hanno Böck authored 2 years ago

23)         "file": "package.json",
24)         "variable": "version",
25)         "subdir": 0,
26)         "extra_match": "A web interface for MySQL and MariaDB"
Hanno Böck add json db

Hanno Böck authored 4 years ago

27)       }
28)     ]
29)   },
30)   {
31)     "name": "SquirrelMail",
32)     "url": "https://squirrelmail.org/",
Hanno Böck update mantis+squirrel

Hanno Böck authored 2 years ago

33)     "safe": "",
34)     "vuln": "CVE-2020-14933",
Hanno Böck add json db

Hanno Böck authored 4 years ago

35)     "detection": [
36)       {
37)         "file": "strings.php",
38)         "variable": "$version",
39)         "subdir": 1,
40)         "extra_match": "SquirrelMail version number"
41)       }
42)     ]
43)   },
44)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

45)     "name": "Mantis",
Hanno Böck add json db

Hanno Böck authored 4 years ago

46)     "url": "https://mantisbt.org/",
Hanno Böck mantis update

Hanno Böck authored 1 month ago

47)     "safe": "2.26.1",
48)     "vuln": "CVE-2024-23830",
Hanno Böck add json db

Hanno Böck authored 4 years ago

49)     "detection": [
50)       {
51)         "file": "config_defaults_inc.php",
52)         "variable": "$g_mantis_version",
53)         "subdir": 0
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

54)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

55)       {
56)         "file": "constant_inc.php",
57)         "variable": "MANTIS_VERSION",
58)         "subdir": 1
59)       }
60)     ]
61)   },
62)   {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

63)     "name": "Bugzilla",
Hanno Böck add json db

Hanno Böck authored 4 years ago

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

Hanno Böck authored 4 years ago

65)     "safe": "5.0.4",
66)     "old_safe": "4.4.13",
67)     "vuln": "CVE-2018-5123",
Hanno Böck add json db

Hanno Böck authored 4 years ago

68)     "detection": [
69)       {
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

70)         "file": "globals.pl",
71)         "variable": "$::param{'version'}",
72)         "subdir": 0,
73)         "note": "2.14.x and older"
74)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

75)       {
76)         "file": "Config.pm",
77)         "variable": "$Bugzilla::Config::VERSION",
Hanno Böck merge old multidetections a...

Hanno Böck authored 4 years ago

78)         "subdir": 1,
79)         "note": "2.16.x - 2.23.x"
80)       },
81)       {
82)         "file": "Constants.pm",
83)         "variable": "BUGZILLA_VERSION",
84)         "subdir": 1,
85)         "note": "3.x and newer"
Hanno Böck add json db

Hanno Böck authored 4 years ago

86)       }
87)     ]
88)   },
89)   {
90)     "name": "SimpNews",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

91)     "url": "https://web.archive.org/web/20110228171938/http://www.boesch-it.de/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

92)     "safe": "2.48",
93)     "vuln": "CVE-2010-2858",
94)     "detection": [
95)       {
96)         "file": "global.inc.php",
97)         "variable": "$version",
98)         "subdir": 1,
99)         "extra_match": "$path_simpnews"
100)       }
101)     ]
102)   },
103)   {
104)     "name": "calendarix",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

105)     "url": "https://web.archive.org/web/20120430200920/http://www.calendarix.com/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

106)     "safe": "",
107)     "vuln": "CVE-2007-3183",
108)     "detection": [
109)       {
110)         "file": "cal_config.inc.php",
111)         "variable": "$version",
112)         "subdir": 0
113)       }
114)     ]
115)   },
116)   {
117)     "name": "myEvent",
118)     "url": "http://mywebland.com/",
119)     "safe": "",
120)     "vuln": "CVE-2007-0690",
121)     "detection": [
122)       {
123)         "file": "config.php",
124)         "variable": "$version",
125)         "subdir": 0,
126)         "extra_match": "$eventbgcolor"
127)       }
128)     ]
129)   },
130)   {
131)     "name": "php-stats",
132)     "url": "http://php-stats.com/",
133)     "safe": "",
134)     "vuln": "CVE-2007-5453",
135)     "detection": [
136)       {
137)         "file": "update.php",
138)         "variable": "$version",
139)         "subdir": 0,
140)         "extra_match": "http://php-stats.com/"
141)       }
142)     ]
143)   },
144)   {
145)     "name": "Ampache",
146)     "url": "http://ampache.org/",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

147)     "safe": "4.0.0",
148)     "vuln": "CVE-2019-12385",
Hanno Böck add json db

Hanno Böck authored 4 years ago

149)     "detection": [
150)       {
151)         "file": "init.php",
152)         "variable": "$results['version']",
153)         "subdir": 1,
154)         "extra_match": "$ampache_path"
155)       }
156)     ]
157)   },
158)   {
159)     "name": "SiteBar",
Hanno Böck update some URLs

Hanno Böck authored 4 years ago

160)     "url": "https://sitebar.org/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

161)     "safe": "3.3.9",
162)     "vuln": "CVE-2007-5492",
163)     "detection": [
164)       {
165)         "file": "database.inc.php",
166)         "variable": "SB_CURRENT_RELEASE",
167)         "subdir": 1
168)       }
169)     ]
170)   },
171)   {
172)     "name": "phpPgAdmin",
173)     "url": "http://phppgadmin.sourceforge.net/",
174)     "safe": "5.0.4",
175)     "vuln": "CVE-2012-1600",
176)     "detection": [
177)       {
178)         "file": "lib.inc.php",
179)         "variable": "$appVersion",
180)         "subdir": 1,
181)         "extra_match": "phpPgAdmin"
182)       }
183)     ]
184)   },
185)   {
186)     "name": "FTP Admin",
187)     "url": "http://ftpadmin.sourceforge.net/",
188)     "safe": "",
189)     "vuln": "CVE-2007-6234",
190)     "detection": [
191)       {
192)         "file": "session_start.php",
193)         "variable": "VERSION",
194)         "subdir": 0,
195)         "extra_match": "define(\"TITLE\", \"FTP Admin\");"
196)       }
197)     ]
198)   },
199)   {
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

200)     "name": "RoundCube",
Hanno Böck add json db

Hanno Böck authored 4 years ago

201)     "url": "https://roundcube.net",
Hanno Böck update roundcube

Hanno Böck authored 2 months ago

202)     "safe": "1.6.6",
203)     "latest": "1.6.6",
204)     "vuln": "CVE-2023-48219",
Hanno Böck add json db

Hanno Böck authored 4 years ago

205)     "detection": [
206)       {
207)         "file": "index.php",
208)         "variable": "RCMAIL_VERSION",
209)         "subdir": 0
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

210)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

211)       {
212)         "file": "iniset.php",
213)         "variable": "RCMAIL_VERSION",
214)         "subdir": 2
215)       }
216)     ]
217)   },
218)   {
219)     "name": "Moodle",
220)     "url": "https://moodle.org/",
Hanno Böck moodle update

Hanno Böck authored 4 months ago

221)     "safe": "4.3.1",
222)     "old_safe": "4.2.4,4.1.7",
223)     "latest": "4.3.1",
224)     "vuln": "https://lists.moodle.org/w/1j0pE5GUxgDA9HpJ6MEsAQ/tq0lNDXhoqeaSOSsRiZOjA/2v7BUeCHceIyMgYjQ7bhJQ",
Hanno Böck add json db

Hanno Böck authored 4 years ago

225)     "detection": [
226)       {
227)         "file": "version.php",
228)         "variable": "$release",
229)         "subdir": 0,
230)         "extra_match": "MOODLE VERSION INFORMATION"
231)       }
232)     ]
233)   },
234)   {
235)     "name": "cacti",
Hanno Böck update some URLs

Hanno Böck authored 4 years ago

236)     "url": "https://cacti.net/",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

237)     "safe": "1.2.8",
238)     "vuln": "CVE-2019-17357",
Hanno Böck add json db

Hanno Böck authored 4 years ago

239)     "detection": [
240)       {
241)         "file": "global.php",
242)         "variable": "$config[\"cacti_version\"]",
243)         "subdir": 1
244)       }
245)     ]
246)   },
247)   {
248)     "name": "gnopaste",
249)     "url": "http://gnopaste.sf.net/",
250)     "safe": "0.5.4",
251)     "vuln": "CVE-2006-2834",
252)     "detection": [
253)       {
254)         "file": "install.php",
255)         "variable": "$_SESSION['page_title'] = 'gnopaste",
256)         "subdir": 0
257)       }
258)     ]
259)   },
260)   {
261)     "name": "Flyspray",
262)     "url": "http://www.flyspray.org/",
263)     "safe": "0.9.9.7",
264)     "vuln": "CVE-2012-1058",
265)     "detection": [
266)       {
267)         "file": "class.flyspray.php",
268)         "variable": "var $version",
269)         "subdir": 1
270)       }
271)     ]
272)   },
273)   {
274)     "name": "phpMyID",
275)     "url": "http://siege.org/projects/phpMyID",
276)     "safe": "",
277)     "vuln": "CVE-2008-4730",
278)     "detection": [
279)       {
280)         "file": "MyID.php",
281)         "variable": "@version",
282)         "subdir": 0
283)       }
284)     ]
285)   },
286)   {
Hanno Böck phplist update

Hanno Böck authored 4 years ago

287)     "name": "phplist",
288)     "url": "https://www.phplist.org/",
Hanno Böck update phlist

Hanno Böck authored 4 years ago

289)     "safe": "3.5.1",
290)     "vuln": "CVE-2020-8547",
Hanno Böck add json db

Hanno Böck authored 4 years ago

291)     "detection": [
292)       {
293)         "file": "connect.php",
294)         "variable": "define(\"VERSION\"",
295)         "subdir": 1
Hanno Böck phplist update

Hanno Böck authored 4 years ago

296)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

297)       {
298)         "file": "init.php",
299)         "variable": "define(\"VERSION\"",
300)         "subdir": 1
301)       }
302)     ]
303)   },
304)   {
Hanno Böck matomo update

Hanno Böck authored 4 years ago

305)     "name": "Matomo",
Hanno Böck add json db

Hanno Böck authored 4 years ago

306)     "url": "https://matomo.org/",
Hanno Böck matomo update

Hanno Böck authored 2 years ago

307)     "safe": "4.6.0",
308)     "vuln": "https://matomo.org/changelog/matomo-4-6-0/",
309)     "latest": "4.6.2",
Hanno Böck add json db

Hanno Böck authored 4 years ago

310)     "detection": [
311)       {
312)         "file": "Version.php",
313)         "variable": "const VERSION",
314)         "subdir": 1,
Hanno Böck matomo update

Hanno Böck authored 4 years ago

315)         "extra_match": "@link https://matomo.org"
316)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

317)       {
318)         "file": "Version.php",
319)         "variable": "const VERSION",
320)         "subdir": 1,
Hanno Böck matomo update

Hanno Böck authored 4 years ago

321)         "extra_match": "@link http://piwik.org",
322)         "note": "when it was called Piwik"
Hanno Böck add json db

Hanno Böck authored 4 years ago

323)       }
324)     ]
325)   },
326)   {
327)     "name": "phpWishlist",
328)     "url": "http://phpwishlist.sourceforge.net/",
329)     "safe": "0.1.15",
330)     "vuln": "CVE-2005-2203",
331)     "detection": [
332)       {
333)         "file": "header.inc.php",
334)         "variable": "$version",
335)         "subdir": 1,
336)         "extra_match": "* Wishlist -"
337)       }
338)     ]
339)   },
340)   {
341)     "name": "awstats",
Hanno Böck update some URLs

Hanno Böck authored 4 years ago

342)     "url": "https://awstats.sourceforge.io/",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

343)     "safe": "7.7",
344)     "vuln": "CVE-2017-1000501",
Hanno Böck add json db

Hanno Böck authored 4 years ago

345)     "detection": [
346)       {
347)         "file": "awstats.pl",
348)         "variable": "$VERSION  =",
349)         "subdir": 0
350)       }
351)     ]
352)   },
353)   {
354)     "name": "phpMyFAQ",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

355)     "url": "https://www.phpmyfaq.de/",
356)     "safe": "2.9.11",
357)     "vuln": "CVE-2018-16650",
Hanno Böck add json db

Hanno Böck authored 4 years ago

358)     "detection": [
359)       {
360)         "file": "phpmyfaq.spec",
361)         "variable": "version",
362)         "subdir": 1
363)       }
364)     ]
365)   },
366)   {
367)     "name": "Horde-webmail",
368)     "url": "http://www.horde.org/",
Hanno Böck update various URLs to http...

Hanno Böck authored 4 years ago

369)     "safe": "",
370)     "vuln": "CVE-2019-12094",
Hanno Böck add json db

Hanno Böck authored 4 years ago

371)     "detection": [
372)       {
373)         "file": "bundle.php",
374)         "variable": "BUNDLE_VERSION",
375)         "subdir": 1,
376)         "extra_match": "'Horde Groupware Webmail Edition'"
Hanno Böck update various URLs to http...

Hanno Böck authored 4 years ago

377)       },
378)       {
379)         "file": "Bundle.php",
380)         "variable": "VERSION",
381)         "subdir": 1,
382)         "extra_match": "'Horde Groupware Webmail Edition'"
Hanno Böck add json db

Hanno Böck authored 4 years ago

383)       }
384)     ]
385)   },
386)   {
387)     "name": "ResourceSpace",
Hanno Böck update some URLs

Hanno Böck authored 4 years ago

388)     "url": "https://www.resourcespace.com/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

389)     "safe": "4.2.2833",
390)     "vuln": "CVE-2011-4311",
391)     "latest": "4.3.2912",
392)     "detection": [
393)       {
394)         "file": "version.php",
395)         "variable": "$productname='ResourceSpace';$productversion",
396)         "subdir": 1
397)       }
398)     ]
399)   },
400)   {
401)     "name": "apc.php",
402)     "url": "http://pecl.php.net/package/APC",
403)     "safe": "301867",
404)     "vuln": "CVE-2010-3294",
405)     "note": "this does not contain it's \"real\" version number, using the CVS id instead - there's been an XSS pre 3.1.4.",
406)     "detection": [
407)       {
408)         "file": "apc.php",
409)         "variable": "$VERSION='$Id: apc.php",
410)         "subdir": 0
411)       }
412)     ]
413)   },
414)   {
415)     "name": "webtrees",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

416)     "url": "https://www.webtrees.net/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

417)     "safe": "1.2.4",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

418)     "vuln": "CVE-2014-100006",
419)     "latest": "1.5.2",
Hanno Böck add json db

Hanno Böck authored 4 years ago

420)     "detection": [
421)       {
422)         "file": "session.php",
423)         "variable": "define('WT_VERSION'",
424)         "subdir": 1
425)       }
426)     ]
427)   },
428)   {
429)     "name": "PhpGedView",
430)     "url": "http://phpgedview.sourceforge.net/",
Hanno Böck update some URLs

Hanno Böck authored 4 years ago

431)     "safe": "4.2.4",
Hanno Böck add json db

Hanno Böck authored 4 years ago

432)     "vuln": "CVE-2011-0405",
433)     "detection": [
434)       {
435)         "file": "session.php",
436)         "variable": "define('PGV_VERSION'",
437)         "subdir": 1
438)       }
439)     ]
440)   },
441)   {
442)     "name": "status.net",
443)     "url": "http://status.net",
444)     "safe": "0.9.9",
445)     "vuln": "CVE-2011-3370",
446)     "detection": [
447)       {
448)         "file": "common.php",
449)         "variable": "define('STATUSNET_BASE_VERSION'",
450)         "subdir": 1
451)       }
452)     ]
453)   },
454)   {
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

455)     "name": "limesurvey",
456)     "url": "https://www.limesurvey.org/",
Hanno Böck limesurvey xss

Hanno Böck authored 4 years ago

457)     "safe": "4.1.15",
458)     "vuln": "https://www.limesurvey.org/limesurvey-updates/2234-limesurvey-4-1-15-build-200402-released",
Hanno Böck add json db

Hanno Böck authored 4 years ago

459)     "detection": [
460)       {
461)         "file": "common.php",
462)         "variable": "$versionnumber",
463)         "subdir": 0,
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

464)         "extra_match": "LimeSurvey",
465)         "note": "1.8.x and earlier"
466)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

467)       {
468)         "file": "version.php",
469)         "variable": "$versionnumber",
470)         "subdir": 0,
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

471)         "extra_match": "$dbversionnumber",
472)         "note": "1.9.x"
473)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

474)       {
475)         "file": "version.php",
476)         "variable": "$config['versionnumber']",
477)         "subdir": 2,
Hanno Böck merge+update multidet limes...

Hanno Böck authored 4 years ago

478)         "extra_match": "LimeSurvey",
479)         "note": "2.x and above"
Hanno Böck add json db

Hanno Böck authored 4 years ago

480)       }
481)     ]
482)   },
483)   {
484)     "name": "webcalendar",
485)     "url": "http://www.k5n.us/webcalendar.php",
Hanno Böck webcalendar update

Hanno Böck authored 2 years ago

486)     "safe": "1.3.0",
487)     "vuln": "CVE-2016-10033",
Hanno Böck add json db

Hanno Böck authored 4 years ago

488)     "detection": [
489)       {
490)         "file": "config.php",
491)         "variable": "$PROGRAM_VERSION",
492)         "subdir": 1,
493)         "extra_match": "@package WebCalendar"
494)       }
495)     ]
496)   },
497)   {
498)     "name": "nextcloud",
499)     "url": "https://nextcloud.com",
Hanno Böck update nextcloud

Hanno Böck authored 4 months ago

500)     "safe": "27.1.3",
501)     "old_safe": "26.0.8,25.0.13",
Hanno Böck nextcloud update

Hanno Böck authored 5 months ago

502)     "latest": "27.1.3",
Hanno Böck update nextcloud

Hanno Böck authored 4 months ago

503)     "vuln": "CVE-2023-48239",
Hanno Böck add json db

Hanno Böck authored 4 years ago

504)     "detection": [
505)       {
506)         "file": "version.php",
507)         "variable": "$OC_VersionString",
508)         "subdir": 0,
509)         "extra_match": "$vendor = 'nextcloud';"
510)       }
511)     ]
512)   },
513)   {
514)     "name": "owncloud",
515)     "url": "https://owncloud.org/",
Hanno Böck owncloud update

Hanno Böck authored 4 months ago

516)     "safe": "10.13.1",
517)     "latest": "10.13.3",
518)     "vuln": "CVE-2023-49105",
Hanno Böck add json db

Hanno Böck authored 4 years ago

519)     "detection": [
Hanno Böck merge more multidetections

Hanno Böck authored 4 years ago

520)       {
521)         "file": "util.php",
522)         "variable": "return '",
523)         "subdir": 1,
524)         "extra_match": "class OC_Util",
525)         "note": "5.x and earlier"
526)       },
Hanno Böck add json db

Hanno Böck authored 4 years ago

527)       {
528)         "file": "version.php",
529)         "variable": "$OC_VersionString",
530)         "subdir": 0,
531)         "extra_nomatch": "nextcloud"
532)       }
533)     ]
534)   },
535)   {
536)     "name": "videodb",
537)     "url": "http://www.videodb.net/",
538)     "safe": "4.0",
Hanno Böck update various URLs to http...

Hanno Böck authored 4 years ago

539)     "vuln": "https://www.exploit-db.com/exploits/17660",
Hanno Böck add json db

Hanno Böck authored 4 years ago

540)     "detection": [
541)       {
542)         "file": "constants.php",
543)         "variable": "('VERSION',",
544)         "subdir": 1,
545)         "extra_match": "TBL_"
546)       }
547)     ]
548)   },
549)   {
550)     "name": "OpenX",
551)     "url": "http://www.openx.com/",
552)     "safe": "",
Hanno Böck update various URLs to http...

Hanno Böck authored 4 years ago

553)     "vuln": "https://www.kreativrauschen.com/blog/2013/12/18/zero-day-vulnerability-in-openx-source-2-8-11-and-revive-adserver-3-0-1/",
Hanno Böck add json db

Hanno Böck authored 4 years ago

554)     "detection": [
555)       {
556)         "file": "constants.php",
557)         "variable": "OA_VERSION",
558)         "subdir": 0,
559)         "extra_match": "OpenX"
560)       }
561)     ]
562)   },
563)   {
564)     "name": "revive",
565)     "url": "http://www.revive-adserver.com/",
566)     "safe": "3.0.5",
567)     "vuln": "CVE-2013-5954",
568)     "detection": [
569)       {
570)         "file": "constants.php",
571)         "variable": "VERSION",
572)         "subdir": 0,
573)         "extra_match": "Revive Adserver"
574)       }
575)     ]
576)   },
577)   {
578)     "name": "osTicket",
Hanno Böck update various in misc

Hanno Böck authored 4 years ago

579)     "url": "https://osticket.com/",
580)     "safe": "1.12.1",
581)     "old_safe": "1.10.7",
582)     "vuln": "CVE-2019-14750",
583)     "latest": "1.14.1",
Hanno Böck add json db

Hanno Böck authored 4 years ago

584)     "detection": [
585)       {
586)         "file": "bootstrap.php",
587)         "variable": "define('THIS_VERSION',",
588)         "subdir": 0
589)       }
590)     ]
591)   },
592)   {
593)     "name": "Gitlist",
594)     "url": "https://gitlist.org/",
595)     "safe": "0.7.0",
596)     "vuln": "CVE-2018-1000533",
597)     "latest": "1.0.2",
598)     "detection": [
599)       {
600)         "file": "footer.twig",
601)         "variable": "Powered by",
602)         "subdir": 3
Hanno Böck update gitlist detection fo...

Hanno Böck authored 2 years ago

603)       },
604)       {
605)         "file": "installed.php",
606)         "variable": "pretty_version",
607)         "subdir": 2,
608)         "extra_match": "klaussilveira/gitlist"
Hanno Böck add json db

Hanno Böck authored 4 years ago

609)       }
610)     ]
Hanno Böck add reveal.js

Hanno Böck authored 4 years ago

611)   },
612)   {
613)     "name": "reveal.js",
614)     "url": "https://revealjs.com/",
615)     "safe": "3.9.2",
Hanno Böck reveal url to cve

Hanno Böck authored 4 years ago

616)     "vuln": "CVE-2020-8127",
Hanno Böck add reveal.js

Hanno Böck authored 4 years ago

617)     "latest": "3.9.2",
618)     "detection": [
619)       {
620)         "file": "reveal.js",
621)         "variable": "var VERSION",
622)         "subdir": 1
623)       }
624)     ]
Hanno Böck add yourls

Hanno Böck authored 1 year ago

625)   },
626)   {
627)     "name": "YOURLS",
628)     "url": "https://yourls.org/",
629)     "safe": "1.9",
630)     "vuln": "https://github.com/YOURLS/YOURLS/releases/tag/1.9",
631)     "latest": "1.9.1",
632)     "detection": [
633)       {
634)         "file": "version.php",
635)         "variable": "YOURLS_VERSION",
636)         "subdir": 1
637)       }
638)     ]
Hanno Böck add json db

Hanno Böck authored 4 years ago

639)   }