Updated timeout to default to 45 seconds to wait for the print job to finish.

bug/bundler_fix
Peter Arzamendi 2014-10-28 15:45:28 -05:00
parent b17d6a661d
commit 604cad9fbb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class Metasploit3 < Msf::Auxiliary
[
OptPort.new('RPORT', [true, 'Web management console port for the printer', 80]),
OptPort.new('JPORT', [true, 'Jetdirect port', 9100]),
OptInt.new('TIMEOUT', [true, 'Timeout for printer probe', 20])
OptInt.new('TIMEOUT', [true, 'Timeout to wait for printer job to run', 45])
], self.class)
end