typo fixes

git-svn-id: file:///home/svn/framework3/trunk@10332 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-09-16 16:23:46 +00:00
parent 5c2717a189
commit 9dae361383
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ require 'rex/proto/tftp'
class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
# NOTE: This cannot be an HttpClient module since the resposne from the server
# NOTE: This cannot be an HttpClient module since the response from the server
# is not a valid HttpResponse
include Msf::Exploit::Remote::Tcp
include Msf::Exploit::CmdStagerTFTP

View File

@ -937,7 +937,7 @@ class Metasploit3 < Msf::Exploit::Remote
NDR.long(4097) +
NDR.long(0)
# NOTE: we don't bother waiting for a resposne here...
# NOTE: we don't bother waiting for a response here...
print_status("Attempting to trigger the vulnerability...")
dcerpc.call(0x1f, stub, false)