add a note about why this module is not an HttpClient module
git-svn-id: file:///home/svn/framework3/trunk@9798 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
16ff17c9d1
commit
4b5f4b896a
|
@ -15,6 +15,8 @@ require 'rex/proto/tftp'
|
||||||
class Metasploit3 < Msf::Exploit::Remote
|
class Metasploit3 < Msf::Exploit::Remote
|
||||||
Rank = ExcellentRanking
|
Rank = ExcellentRanking
|
||||||
|
|
||||||
|
# NOTE: This cannot be an HttpClient module since the resposne from the server
|
||||||
|
# is not a valid HttpResponse
|
||||||
include Msf::Exploit::Remote::Tcp
|
include Msf::Exploit::Remote::Tcp
|
||||||
include Msf::Exploit::CmdStagerTFTP
|
include Msf::Exploit::CmdStagerTFTP
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue