新增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
+19
View File
@@ -0,0 +1,19 @@
{
"name": "PHP121",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "PHP121 is a web based instant messenger - written entirely in PHP. This means that it will work in any browser on any operating system including Windows and Linux, anywhere! If traditional messaging programs like MSN Messenger or Yahoo! Messenger are blocked at your school or workplace, PHP121 will still work.",
"website": null,
"matches": [
{
"text": "<title>PHP121 - Please login or register</title>"
},
{
"text": "<title>PHP121 - New User</title>"
},
{
"regexp": "(?-mix:<center>Powered by <a target=\"_blank\" style=\"TEXT-DECORATION: none; COLOR: #000066; FONT-SIZE: 10px\" href=\"http:\\/\\/www.php121.com\"><U>PHP121<\\/U><\\/a> v([\\d\\.]+)<\\/center>)",
"offset": 1
}
]
}