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

20 lines
868 B
JSON

{
"name": "osTicket",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "osTicket is a widely-used open source support ticket system - Requires: PHP and MySQL",
"website": "http://www.osticket.com/",
"matches": [
{
"regexp": "(?-mix:<div id=\"nav\">[\\s]+<ul id=\"sub_nav\">[\\s]+<li>osTicket version ([^\\-^<]+) - Basic installation<\\/li>[\\s]+<\\/ul>[\\s]+<\\/div>)",
"offset": 1
},
{
"regexp": "(?-mix:<title>osTicket Installer<\\/title>[\\s]+<link rel=\"stylesheet\" href=\"style\\.css\" media=\"screen\">)"
},
{
"regexp": "(?-mix:<a id=\"powered_by\" href=\"http:\\/\\/osticket\\.com\"><img src=\"\\.\\/images\\/poweredby\\.jpg\" width=\"126\" height=\"23\" alt=\"Powered by osTicket\"><\\/a><\\/div>)"
}
]
}