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

22 lines
869 B
JSON

{
"name": "eTicket",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "eTicket is a PHP-based electronic support ticket system that can receive tickets via email (pop3/pipe) or a web form.",
"website": "http://www.eticketsupport.com/",
"matches": [
{
"regexp": "(?-mix:<td><a href=\"(http:\\/\\/)?www\\.eticketsupport\\.com\" target=\"_blank\">Powered by eTicket<\\/a><\\/td>)"
},
{
"text": "<div class=\"pre-footer\">Support Ticket System</div>"
},
{
"text": "<link rel=\"stylesheet\" href=\"themes/eticket/style.css\" type=\"text/css\">"
},
{
"text": "<p><strong>Note:</strong> &quot;/path/to/automail.pl&quot; should be the <a href=\"http://en.wikipedia.org/wiki/Full_path\">full path</a>"
}
]
}