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

20 lines
708 B
JSON

{
"name": "Cerberus-Helpdesk",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Cerberus Helpdesk - fast and flexible web-based platform for business collaboration and automation",
"website": "http://www.cerberusweb.com/",
"matches": [
{
"search": "headers[set-cookie]",
"regexp": "(?-mix:CerberusPublicGUI=[a-f\\d]{32};)"
},
{
"text": "<!-- If you have your own stylesheet for HTML elements, you can remove the cerberus-html.css link -->"
},
{
"text": "<td width=\"519\" class=\"kb_most_viewed_articles\">Most Viewed Knowledgebase Articles</td>"
}
]
}