Land #9658 spelling and grammar fixes
parent
e57a1fbd43
commit
2731b91036
|
@ -652,7 +652,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
# Sets common SMB1 Header values used by the various
|
||||
# packets in the exploit.
|
||||
#
|
||||
# @rturn [RubySMB::GenericPacket] the modified version of the packet
|
||||
# @return [RubySMB::GenericPacket] the modified version of the packet
|
||||
def set_smb1_headers(packet,tree_id,user_id)
|
||||
packet.smb_header.flags2.read("\x07\xc0")
|
||||
packet.smb_header.tid = tree_id
|
||||
|
@ -664,7 +664,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
|
||||
|
||||
# Returns the value to be passed to SMB clients for
|
||||
# the password. If the user hs not supplied a password
|
||||
# the password. If the user has not supplied a password
|
||||
# it returns an empty string to trigger an anonymous
|
||||
# logon.
|
||||
#
|
||||
|
@ -678,7 +678,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
# Returns the value to be passed to SMB clients for
|
||||
# the username. If the user hs not supplied a username
|
||||
# the username. If the user has not supplied a username
|
||||
# it returns an empty string to trigger an anonymous
|
||||
# logon.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue