Files
OneForAll-mirror/data/rules/whatweb/modx-cms.json
T
2020-07-29 00:02:06 +08:00

16 lines
372 B
JSON

{
"name": "ModxCMS",
"author": "Andrew Horton",
"version": "0.2",
"description": "OpenSource CMS written in PHP.",
"website": "http://modxcms.com/",
"matches": [
{
"text": "<meta name=\"generator\" content=\"ModX"
},
{
"text": "<script type=\"text/javascript\">var MODX_MEDIA_PATH"
}
]
}