Land #9937, enable autofilter on tp-link camera exploit
commit
54aaf1f718
|
@ -55,6 +55,11 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# This module returns false positives for credentialed logins
|
||||||
|
def autofilter
|
||||||
|
true
|
||||||
|
end
|
||||||
|
|
||||||
def telnet_timeout
|
def telnet_timeout
|
||||||
(datastore['TelnetTimeout'] || 10).to_i
|
(datastore['TelnetTimeout'] || 10).to_i
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue