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

32 lines
1.1 KiB
JSON

{
"name": "Novell-Groupwise",
"author": "Andrew Horton",
"version": "0.3",
"description": "Novell GroupWise collaboration software is a premier collaboration tool for large enterprise. GroupWise WebAccess was released as an add-on to Novell GroupWise, providing internet-based access to GroupWise from a web browser.",
"website": "http://www.novell.com/products/groupwise/",
"matches": [
{
"text": "<!-- START NOVELL SERVICES -->"
},
{
"text": "<!-- START GROUPWISE WEBACCESS -->"
},
{
"text": "<!-- ========== GroupWise WebAccess Form ========== -->"
},
{
"ghdb": "intitle:\"novell webaccess\" inurl:\"servlet/webacc\" -filetype:html"
},
{
"text": "<title>Novell Web Services</title>"
},
{
"text": "<TITLE>Novell WebAccess</TITLE>"
},
{
"regexp": "(?-mix:^&copy; Copyright 1993-20[\\d]{2} Novell, Inc. All rights reserved.[\\s]+<BR>Version ([\\d\\.]+)$)",
"offset": 1
}
]
}