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

24 lines
1.1 KiB
JSON

{
"name": "JEUS",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "JEUS (Java Enterprise User Solution) is TmaxSoft's Java EE 5 certified e-Business Strategic Platform. It enables the efficient creation and implementation of a wide variety of rich user-oriented web applications, facilitates SOA concepts (Service Oriented Architecture), and provides a variety of enterprise system functions such as transaction control, session management, and distributed session clustering.",
"website": "http://us.tmaxsoft.com/jsp/product/detailcontents.jsp?psCd=00PD04&menuCd=00PDMSJE",
"matches": [
{
"regexp": "(?-mix:^Jeus WebContainer)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Jeus WebContainer\\/([\\d\\.]+)$)",
"offset": 1
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Jeus WebContainer\\/JEUS (.+)$)",
"offset": 1
}
]
}