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

22 lines
901 B
JSON

{
"name": "iGiveTest",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "iGiveTest is a comprehensive solution for creating, administering, and providing thorough analysis of tests on the Internet and Intranet. It is a quick and professional way to create and organize tests for employees, students, and people in training.",
"website": "http://igivetest.com/",
"matches": [
{
"regexp": "(?-mix:Powered by <a href=\"http:\\/\\/iGiveTest\\.com\" target=_blank>iGiveTest v([\\d\\.]+)<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:<tr><td colspan=[\\d] align=right>Powered by iGiveTest v([\\d\\.]+)<\\/a><\\/td><\\/tr>)",
"offset": 1
},
{
"certainty": 25,
"text": "<form action=\"index.php\" method=post name=signinform>"
}
]
}