Skip to content

Commit 9d03276

Browse files
changed description back
1 parent e89e2af commit 9d03276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/smb/smb_enumshares.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def initialize(info={})
4646
register_options(
4747
[
4848
OptBool.new('DIR_SHARE', [true, 'Show all the folders and files', false ]),
49-
OptBool.new('USE_SRVSVC_ONLY', [true, 'List shares with SRVSVC', false ])
49+
OptBool.new('USE_SRVSVC_ONLY', [true, 'List shares only with SRVSVC', false ])
5050
], self.class)
5151

5252
deregister_options('RPORT', 'RHOST')

0 commit comments

Comments
 (0)