Skip to content

Commit da845c7

Browse files
committed
Changed default VERBOSE option to false.
1 parent 555e6c9 commit da845c7

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('SpiderShares', [false, 'Spider shares recursively', false]),
49-
OptBool.new('VERBOSE', [true, 'Show detailed information when spidering', true]),
49+
OptBool.new('VERBOSE', [true, 'Show detailed information when spidering', false]),
5050
OptBool.new('SpiderProfiles', [false, 'Spider only user profiles when share = C$', true]),
5151
OptEnum.new('LogSpider', [false, '0 = disabled, 1 = CSV, 2 = table (txt), 3 = one liner (txt)', 3, [0,1,2,3]]),
5252
OptInt.new('MaxDepth', [true, 'Max number of subdirectories to spider', 999]),

0 commit comments

Comments
 (0)