Skip to content

Commit 66f06cd

Browse files
committed
Fix small typos in comments
1 parent 965915e commit 66f06cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/msf/core/exploit/smb/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def smb_srvsvc_netshareenumall
750750
raise RuntimeError, "Invalid DCERPC response: count != count max (#{share_count}/#{share_max_count})"
751751
end
752752

753-
# RerenceID / Type / ReferenceID of Comment
753+
# ReferenceID / Type / ReferenceID of Comment
754754
types = res.slice!(0, share_count * 12).scan(/.{12}/n).map{|a| a[4,2].unpack("v")[0]}
755755

756756
share_count.times do |t|

modules/exploits/linux/samba/is_known_pipename.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def setup
105105
#
106106
}
107107

108-
# Architectures we don't offiically support but can shell anyways with interact
108+
# Architectures we don't offically support but can shell anyways with interact
109109
@@payload_arch_bonus = %W{
110110
mips64el sparc64 s390x
111111
}

0 commit comments

Comments
 (0)