Land #9937, enable autofilter on tp-link camera exploit

GSoC/Meterpreter_Web_Console
Jeffrey Martin 2018-04-26 16:08:09 -05:00
commit 54aaf1f718
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ class MetasploitModule < Msf::Exploit::Remote
])
end
# This module returns false positives for credentialed logins
def autofilter
true
end
def telnet_timeout
(datastore['TelnetTimeout'] || 10).to_i
end