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

16 lines
350 B
JSON

{
"name": "Shopfa",
"website": "https://shopfa.com",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "^ShopFA ([\\d.]+)$",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "^ShopFA ([\\d.]+)$",
"offset": 1
}
]
}