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

14 lines
343 B
JSON

{
"name": "Handlebars",
"website": "http://handlebarsjs.com",
"matches": [
{
"regexp": "<[^>]*type=[^>]text\\/x-handlebars-template"
},
{
"search": "script",
"regexp": "handlebars(?:\\.runtime)?(?:-v([\\d.]+?))?(?:\\.min)?\\.js",
"offset": 1
}
]
}