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

18 lines
394 B
JSON

{
"name": "LightMon Engine",
"website": "http://lightmon.ru",
"matches": [
{
"search": "cookies[lm_online]",
"regexp": ".*"
},
{
"regexp": "<!-- Lightmon Engine Copyright Lightmon"
},
{
"search": "meta[generator]",
"regexp": "LightMon Engine"
}
],
"implies": "PHP"
}