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

25 lines
1.2 KiB
JSON

{
"name": "Telligent-Community-Server",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Telligent Community (previously known as Community Server) is a community and collaboration software platform developed by Telligent Systems and was first released in 2004. Telligent Community is built on the Telligent Evolution platform, with a variety of core applications running on top of it such as blogs, forums, media galleries, and wikis. Telligent Community is built with ASP.NET, C#, and Microsoft SQL Server. The product used to be named Community Server before being rebranded as part of the 5.0 release.",
"website": "http://telligent.com/products/telligent_community/",
"matches": [
{
"search": "headers[communityserver]",
"regexp": "(?-mix:^([\\d\\.]+)$)",
"offset": 1
},
{
"regexp": "(?-mix:^CommunityServer-UserCookie[\\d\\.]+)",
"search": "headers[set-cookie]",
"name": "Cookies"
},
{
"regexp": "(?-mix:^CommunityServer-LastVisitUpdated-[\\d\\.]+)",
"search": "headers[set-cookie]",
"name": "Cookies"
}
]
}