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

16 lines
344 B
JSON

{
"name": "Ghost",
"website": "http://ghost.org",
"matches": [
{
"search": "headers[x-ghost-cache-status]",
"regexp": ".*"
},
{
"search": "meta[generator]",
"regexp": "Ghost(?:\\s([\\d.]+))?",
"offset": 1
}
],
"implies": "Node.js"
}