新增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
+18
View File
@@ -0,0 +1,18 @@
{
"name": "Synchronet-BBS",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Synchronet Multinode BBS Software - Open source BBS that works on the DOS, Windows, or OS/2 operating system and supports multiple simultaneous users with hierarchical message and file areas, multi-user chat, and the ever-popular BBS door games.",
"website": "http://www.synchro.net/",
"matches": [
{
"regexp": "(?-mix:^Synchronet BBS)",
"search": "headers[server]"
},
{
"search": "headers[server]",
"regexp": "(?-mix:^Synchronet BBS for .+ Version ([^\\s]+)$)",
"offset": 1
}
]
}