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

19 lines
459 B
JSON

{
"name": "cgit",
"website": "http://git.zx2c4.com/cgit",
"matches": [
{
"regexp": "<[^>]+id='cgit'"
},
{
"regexp": "generated by <a href='http://git\\.zx2c4\\.com/cgit/about/'>cgit v([\\d.a-z-]+)</a>",
"offset": 1
},
{
"search": "meta[generator]",
"regexp": "^cgit v([\\d.a-z-]+)$",
"offset": 1
}
],
"implies": "git"
}