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

18 lines
519 B
JSON

{
"name": "Trac",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "Trac is an enhanced wiki and issue tracking system for software development projects.",
"website": "http://trac.edgewall.org/",
"matches": [
{
"ghdb": "\"Powered by Trac\" +intitle:Trac",
"certainty": 75
},
{
"regexp": "(?-mix:Powered by <a[^>]*><strong>Trac ([^<]+)<\\/strong><\\/a><br \\/>)",
"offset": 1
}
]
}