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

16 lines
399 B
JSON

{
"name": "YouTrack",
"website": "http://www.jetbrains.com/youtrack/",
"matches": [
{
"regexp": "no-title=\"YouTrack\">"
},
{
"regexp": "data-reactid=\"[^\"]+\">youTrack ([0-9.]+)<",
"offset": 1
},
{
"regexp": "type=\"application/opensearchdescription\\+xml\" title=\"YouTrack\"/>"
}
]
}