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

14 lines
313 B
JSON

{
"name": "Hexo",
"website": "https://hexo.io",
"matches": [
{
"regexp": "Powered by <a href=\"https?://hexo\\.io/?\"[^>]*>Hexo</"
},
{
"search": "meta[generator]",
"regexp": "Hexo(?: v?([\\d.]+))?",
"offset": 1
}
]
}