新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,18 @@
{
"name": "Netscape-FastTrack",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "This product version has been EOL'd and is beyond its end of support life (EOSL) date. Customers should migrate to a currently supported version of Sun ONE Web Server",
"website": "https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=NSC-FT-2.01C-G-F@CDS-CDS_SMI",
"matches": [
{
"regexp": "(?-mix:^Netscape-FastTrack)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Netscape-FastTrack\\/(.+)$)",
"offset": 1
}
]
}