Land #9658 spelling and grammar fixes

4.x
h00die 2018-03-04 06:24:59 -05:00 committed by Metasploit
parent e57a1fbd43
commit 2731b91036
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
1 changed files with 3 additions and 3 deletions

View File

@ -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.
#