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

11 lines
212 B
JSON

{
"name": "git",
"website": "http://git-scm.com",
"matches": [
{
"search": "meta[generator]",
"regexp": "\\bgit/([\\d.]+\\d)",
"offset": 1
}
]
}