mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "StorageTek-NAS",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
||||
"version": "0.2",
|
||||
"description": "StorageTek Network Attached Storage (NAS) - StorageTek was founded in 1969 by four former IBM engineers: Jesse Awieda, Juan Rodriguez, Thomas S. Kavanagh, Zoltan Herger. StorageTek was puchased in 2005 by Sun Microsystems, Inc which was later purchased by Oracle Corporation in 2010.",
|
||||
"website": "http://www.oracle.com/technetwork/documentation/oracle-unified-ss-193371.html",
|
||||
"matches": [
|
||||
{
|
||||
"url": "/sedona.jnlp",
|
||||
"text": "<title>Sun StorageTek NAS OS Web Admin</title>"
|
||||
},
|
||||
{
|
||||
"regexp": "(?-mix:^StorageTek-HTTPD)",
|
||||
"search": "headers[server]"
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^StorageTek-HTTPD\\/([^\\s]+) \\([^\\s]+ NAS\\)$)",
|
||||
"offset": 1
|
||||
},
|
||||
{
|
||||
"search": "headers[server]",
|
||||
"regexp": "(?-mix:^StorageTek-HTTPD\\/[^\\s]+ \\(([^\\s]+) NAS\\)$)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user