Sha256: 5df16871ce0b94b33702f310c79b675de6529f020f306b1de0432ffbdfecae67
Contents?: true
Size: 1.19 KB
Versions: 6
Compression:
Stored size: 1.19 KB
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "phpRemoteView" do @author = "Brendan Coles <bcoles@gmail.com>" # 2011-05-24 @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/" # Google results as at 2011-05-24 # # 72 for intitle:"phpRemoteView: " +perms # Dorks # @dorks = [ 'intitle:"phpRemoteView: " "perms"' ] # Matches # @matches = [ # Filepath Detection { certainty: 75, filepath: /<title>phpRemoteView: ([^<]+)<\/title>/ }, # Version Detection { version: /<font size=1 style='Font: 8pt Verdana'>phpRemoteView © Dmitry Borodin \(version ([\d]{4}-[\d]{2}-[\d]{2})\)<br>/ }, # Index of HTML { certainty: 75, text: "'><font face=fixedsys size=+2>*</font></a><font size=5><b>Index of</b></font>" }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems