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

19 lines
804 B
JSON

{
"name": "UseResponse",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "UseResponse is a fully customizable, open-source, self-hosted customer feedback software and support system",
"website": "http://www.useresponse.com/",
"matches": [
{
"text": "title=\"Customer Feedback Software, Community Support System\" target=\"_blank\" href=\"http://www.useresponse.com\" class=\"popup-logo\">"
},
{
"regexp": "(?-mix:<!-- DO NOT MODIFY (ABOVE|BELOW) THIS LINE UNLESS PURCHASED BRANDING REMOVAL -->)"
},
{
"text": "<form id=\"system-form-registration\" enctype=\"application/x-www-form-urlencoded\" class=\"system-form-registration\" accept-charset=\"utf-8\""
}
]
}