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,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 © 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>"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user