Update vsftpd.py

This commit is contained in:
Dhayalan 2019-03-12 12:06:17 +01:00
parent 0706bddda5
commit 6313ce7933
1 changed files with 1 additions and 1 deletions

View File

@ -118,6 +118,6 @@ class VSFTPDExploiter(HostExploiter):
except Exception: except Exception:
LOG.info('[!] Failed to connect to backdoor on %s:6200', self.host.ip_addr) LOG.info('[!] Failed to connect to backdoor on %s:6200', self.host.ip_addr)
return False
return True return True