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

23 lines
1019 B
JSON

{
"name": "Jasig-CAS",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Jasig Central Authentication Service (CAS) is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user.",
"website": "http://www.jasig.org/cas",
"matches": [
{
"offset": 1,
"regexp": "(?-mix:<p>Powered by <a href=\"http:\\/\\/www\\.ja-?sig\\.org\\/(products\\/)?cas\">Jasig Central Authentication Service ([^<^\\s]+)<\\/a><\\/p>)"
},
{
"text": "<title>CAS &#8211; Central Authentication Service</title>"
},
{
"text": "<!-- Congratulations on bringing CAS online! The default authentication handler authenticates where usernames equal passwords: go ahead, try it out. -->"
},
{
"text": "<p>Powered by <a href=\"http://www.jasig.org/cas\">Jasig Central Authentication Service</a></p>"
}
]
}