Skip to content

Commit 0ad548a

Browse files
committed
I expect people to know what a share is.
1 parent 9415e55 commit 0ad548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/smb/smb_relay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module is not able to clean up after itself. The service and payload
9595
register_options(
9696
[
9797
OptAddress.new('SMBHOST', [ false, "The target SMB server (leave empty for originating system)"]),
98-
OptString.new('SHARE', [ true, "The share to connect to, can be an admin share (ADMIN$,C$,...) or a normal read/write folder share", 'ADMIN$' ])
98+
OptString.new('SHARE', [ true, "The share to connect to", 'ADMIN$' ])
9999
], self.class )
100100
end
101101

0 commit comments

Comments
 (0)