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

15 lines
311 B
JSON

{
"name": "PyroCMS",
"website": "http://pyrocms.com",
"matches": [
{
"search": "cookies[pyrocms]",
"regexp": ".*"
},
{
"search": "headers[x-streams-distribution]",
"regexp": "PyroCMS"
}
],
"implies": "Laravel"
}