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

19 lines
415 B
JSON

{
"name": "Bubble",
"website": "http://bubble.is",
"matches": [
{
"search": "headers[x-bubble-capacity-limit]",
"regexp": ".*"
},
{
"search": "headers[x-bubble-capacity-used]",
"regexp": ".*"
},
{
"search": "headers[x-bubble-perf]",
"regexp": ".*"
}
],
"implies": "Node.js"
}