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

21 lines
493 B
JSON

{
"name": "SPIP",
"website": "http://www.spip.net",
"matches": [
{
"search": "headers[composed-by]",
"regexp": "SPIP ([\\d.]+) @",
"offset": 1
},
{
"search": "headers[x-spip-cache]",
"regexp": ".*"
},
{
"search": "meta[generator]",
"regexp": "(?:^|\\s)SPIP(?:\\s([\\d.]+(?:\\s\\[\\d+\\])?))?",
"offset": 1
}
],
"implies": "PHP"
}