increased leak attempts

MS-2855/keylogger-mettle-extension
zerosum0x0 2018-01-28 23:27:19 -07:00
parent 7b19951317
commit 42dbab763b
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]),
])