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

16 lines
454 B
JSON

{
"name": "wpQuiz",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "wpQuiz is a fully-featured quiz script.",
"website": "http://www.wireplastik.com/",
"matches": [
{
"regexp": "(?-mix:<title>[^>]*>> [Register|Login]+ - wp[q|Q]+uiz<\\/title>)"
},
{
"text": "<div class='small' style='text-align: center;'>Powered by wpQuiz</div>\n"
}
]
}