change rank / add http fingerprint

git-svn-id: file:///home/svn/framework3/trunk@12100 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-03-23 16:02:53 +00:00
parent dd5e7f9286
commit efd7b84cc5
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = GreatRanking
HttpFingerPrint = { :method => 'HEAD', :uri => '/OvCgi/OpenView.exe', :pattern => /Hewlett-Packard Development Company/ }
include Msf::Exploit::Remote::HttpClient