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

20 lines
707 B
JSON

{
"name": "Oracle-WebDB",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Oracle WebDB is a complete solution for building, deploying, and proactively monitoring Web database applications and content-driven Web sites.",
"website": "http://download.oracle.com/docs/cd/A81042_01/DOC/webdb.816/index.htm",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^Oracle_WebDb_Listener\\/([^\\s]+))",
"offset": 1
},
{
"search": "headers[location]",
"regexp": "(?-mix:^(https?:\\/\\/[^\\/]+)?\\/WebDB\\/WEBDB\\.home$)",
"certainty": 75
}
]
}