modx 1.x and 2.x versions detection
Hanno Böck

Hanno Böck commited on 2013-11-28 16:08:45
Zeige 1 geänderte Dateien mit 19 Einfügungen und 2 Löschungen.

... ...
@@ -106,13 +106,30 @@ extra_match=w-agora version $v
106 106
 
107 107
 [MODx]
108 108
 url=http://www.modxcms.com/
109
-safe=0.9.6.3
110
-vuln=http://modxcms.com/about/blog/rthrash/another-year-for-modx-and-a-new-release.html
109
+safe=1.0.12
110
+vuln=http://modx.com/blog/2013/09/13/evolution-1.0.12-released/
111 111
 file=version.inc.php
112 112
 variable=$version
113 113
 subdir=2
114 114
 extra_match=$full_appname = 'MODx'
115 115
 
116
+[MODX-1.x]
117
+url=http://www.modxcms.com/
118
+safe=1.0.12
119
+vuln=http://modx.com/blog/2013/09/13/evolution-1.0.12-released/
120
+file=version.inc.php
121
+variable=$modx_version
122
+subdir=2
123
+
124
+[MODX-2.x]
125
+url=http://www.modxcms.com/
126
+safe=2.2.10
127
+vuln=http://forums.modx.com/thread/87080/revolution-2-2-10-out-now
128
+file=changelog.txt
129
+variable=MODX Revolution
130
+subdir=2
131
+extra_match=MODX
132
+
116 133
 [PostNuke]
117 134
 # This one is a hell to detect, not sure for how many versions this works
118 135
 url=http://www.postnuke.com
119 136