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

29 lines
673 B
JSON

{
"name": "Methode",
"website": "https://www.eidosmedia.com/",
"matches": [
{
"regexp": "<!-- Methode uuid: \"[a-f\\d]+\" ?-->"
},
{
"search": "meta[eomportal-id]",
"regexp": "\\d+"
},
{
"search": "meta[eomportal-instanceid]",
"regexp": "\\d+"
},
{
"search": "meta[eomportal-lastUpdate]",
"regexp": ".*"
},
{
"search": "meta[eomportal-loid]",
"regexp": "[\\d.]+"
},
{
"search": "meta[eomportal-uuid]",
"regexp": "[a-f\\d]+"
}
]
}