Files
OneForAll-mirror/data/rules/wappalyzer/impresscms.json
T
2020-07-29 00:02:06 +08:00

23 lines
504 B
JSON

{
"name": "ImpressCMS",
"website": "http://www.impresscms.org",
"matches": [
{
"search": "cookies[ICMSSession]",
"regexp": ".*"
},
{
"search": "cookies[ImpressCMS]",
"regexp": ".*"
},
{
"search": "meta[generator]",
"regexp": "ImpressCMS"
},
{
"search": "script",
"regexp": "include/linkexternal\\.js"
}
],
"implies": "PHP"
}