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

25 lines
601 B
JSON

{
"name": "RainLoop",
"website": "https://www.rainloop.net/",
"matches": [
{
"search": "headers[server]",
"regexp": "^RainLoop"
},
{
"regexp": "<link[^>]href=\"rainloop/v/([0-9.]+)/static/apple-touch-icon\\.png/>",
"offset": 1
},
{
"search": "meta[rlAppVersion]",
"regexp": "^([0-9.]+)$",
"offset": 1
},
{
"search": "script",
"regexp": "^rainloop/v/([0-9.]+)/",
"offset": 1
}
],
"implies": "PHP"
}