From 595a089e60cf581b998931840683e84fd6d43eac Mon Sep 17 00:00:00 2001 From: Dhayalan Date: Wed, 22 May 2019 11:40:28 +0200 Subject: [PATCH] Update vsftpd.py Removed the unneccesary lines --- monkey/infection_monkey/exploit/vsftpd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monkey/infection_monkey/exploit/vsftpd.py b/monkey/infection_monkey/exploit/vsftpd.py index 5ecbcdd1d..10a5d94ec 100644 --- a/monkey/infection_monkey/exploit/vsftpd.py +++ b/monkey/infection_monkey/exploit/vsftpd.py @@ -134,7 +134,6 @@ class VSFTPDExploiter(HostExploiter): time.sleep(FTP_TIME_BUFFER) if backdoor_socket.send(run_monkey): LOG.info("Executed monkey '%s' on remote victim %r (cmdline=%r)", self._config.dropper_target_path_linux, self.host, run_monkey) - self._exploit_info['Vulnerability'] = {"Success":"True"} return True else: return False