Files
OneForAll-mirror/data/rules/whatweb/phpremoteview.json
T
2020-07-29 00:02:06 +08:00

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 &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>"
}
]
}