forked from p34709852/monkey
Update vsftpd.py
This commit is contained in:
parent
0706bddda5
commit
6313ce7933
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue