From 6313ce79334ed040943ba0b259068571a1856366 Mon Sep 17 00:00:00 2001 From: Dhayalan Date: Tue, 12 Mar 2019 12:06:17 +0100 Subject: [PATCH] Update vsftpd.py --- monkey/infection_monkey/exploit/vsftpd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/infection_monkey/exploit/vsftpd.py b/monkey/infection_monkey/exploit/vsftpd.py index c2cfd003c..c66c2b15a 100644 --- a/monkey/infection_monkey/exploit/vsftpd.py +++ b/monkey/infection_monkey/exploit/vsftpd.py @@ -118,6 +118,6 @@ class VSFTPDExploiter(HostExploiter): except Exception: LOG.info('[!] Failed to connect to backdoor on %s:6200', self.host.ip_addr) - + return False return True