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,19 @@
|
||||
{
|
||||
"name": "ModLogAn",
|
||||
"author": "Brendan Coles <bcoles@gmail.com>",
|
||||
"version": "0.1",
|
||||
"description": "Modlogan is a modular logfile analyzer which is currently able to parse ftp-, webserver and squid logs.",
|
||||
"website": "http://modlogan.com/",
|
||||
"matches": [
|
||||
{
|
||||
"text": "<link rel=\"stylesheet\" href=\"modlogan.css\" type=\"text/css\" />"
|
||||
},
|
||||
{
|
||||
"text": "<LINK REL=STYLESHEET HREF=\"modlogan.css\" type=\"text/css\"></HEAD>"
|
||||
},
|
||||
{
|
||||
"offset": 1,
|
||||
"regexp": "(?-mix:Output generated by <a href=\"http:\\/\\/www\\.(modlogan\\.org|kneschke\\.de\\/projekte\\/modlogan\\/)\">modlogan ([^\\s^<]+)<\\/a>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user