mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
838 B
JSON
22 lines
838 B
JSON
{
|
|
"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>"
|
|
}
|
|
]
|
|
}
|