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

15 lines
306 B
JSON

{
"name": "Etherpad",
"website": "https://etherpad.org",
"matches": [
{
"search": "headers[server]",
"regexp": "^Etherpad"
},
{
"search": "script",
"regexp": "/ep_etherpad-lite/"
}
],
"implies": "Node.js"
}