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

14 lines
309 B
JSON

{
"name": "Trac",
"website": "http://trac.edgewall.org",
"matches": [
{
"regexp": "<a id=\"tracpowered"
},
{
"regexp": "Powered by <a href=\"[^\"]*\"><strong>Trac(?:[ /]([\\d.]+))?",
"offset": 1
}
],
"implies": "Python"
}