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

14 lines
289 B
JSON

{
"name": "Raspbian",
"website": "https://www.raspbian.org/",
"matches": [
{
"search": "headers[server]",
"regexp": "Raspbian"
},
{
"search": "headers[x-powered-by]",
"regexp": "Raspbian"
}
]
}