From 4789cdc5962a730000ff4efd3afe6ce9253f4e9d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 26 Apr 2018 14:56:39 -0500 Subject: [PATCH] enable autofilter on tp-link camera exploit --- .../http/tp_link_sc2020n_authenticated_telnet_injection.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/exploits/linux/http/tp_link_sc2020n_authenticated_telnet_injection.rb b/modules/exploits/linux/http/tp_link_sc2020n_authenticated_telnet_injection.rb index 9b53214fe1..6a58db5362 100644 --- a/modules/exploits/linux/http/tp_link_sc2020n_authenticated_telnet_injection.rb +++ b/modules/exploits/linux/http/tp_link_sc2020n_authenticated_telnet_injection.rb @@ -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