新增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
+21
View File
@@ -0,0 +1,21 @@
{
"name": "phpRemoteView",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpRemoteView - web backdoor - allows users to browse the filesystem, edit files on the server, execute PHP code, or Shell commands, etc. Works on Windows and Unix servers",
"website": "http://php.spb.ru/remview/",
"matches": [
{
"certainty": 75,
"regexp": "(?-mix:<title>phpRemoteView: ([^<]+)<\\/title>)"
},
{
"regexp": "(?-mix:<font size=1 style='Font: 8pt Verdana'>phpRemoteView &copy; Dmitry Borodin \\(version ([\\d]{4}-[\\d]{2}-[\\d]{2})\\)<br>)",
"offset": 1
},
{
"certainty": 75,
"text": "'><font face=fixedsys size=+2>*</font></a><font size=5><b>Index of</b></font>"
}
]
}