increased leak attempts
parent
7b19951317
commit
42dbab763b
|
@ -9,7 +9,7 @@ module Exploit::Remote::SMB::Client::Psexec_MS17_010
|
|||
super
|
||||
register_options([
|
||||
OptString.new('NAMEDPIPE', [false, 'A named pipe that can be connected to (leave blank for auto)', '']),
|
||||
OptInt.new('LEAKATTEMPTS', [true, 'How many times to try to leak transaction', 10]),
|
||||
OptInt.new('LEAKATTEMPTS', [true, 'How many times to try to leak transaction', 99]), # Win10 can get stubborn
|
||||
OptString.new('RPORT', [true, 'The Target port', 445]),
|
||||
OptBool.new('DBGTRACE', [ true, "Show extra debug trace info", false ]),
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue