You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
┌──(root💀kali)-[/home/kali/exploit-CVE-2015-3306-master]
└─# ./exploit.py --host 127.0.0.1 --path "/var/www/html/" --port 21 1 ⨯
[+] CVE-2015-3306 exploit by t0kx
[+] Exploiting 127.0.0.1:21
Traceback (most recent call last):
File "./exploit.py", line 62, in
main(args)
File "./exploit.py", line 53, in main
exploit.run()
File "./exploit.py", line 45, in run
self.__connect()
File "./exploit.py", line 19, in __connect
self.__sock.connect((self.__host, self.__port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 111] Connection refused
The text was updated successfully, but these errors were encountered:
┌──(root💀kali)-[/home/kali/exploit-CVE-2015-3306-master]
└─# ./exploit.py --host 127.0.0.1 --path "/var/www/html/" --port 21 1 ⨯
[+] CVE-2015-3306 exploit by t0kx
[+] Exploiting 127.0.0.1:21
Traceback (most recent call last):
File "./exploit.py", line 62, in
main(args)
File "./exploit.py", line 53, in main
exploit.run()
File "./exploit.py", line 45, in run
self.__connect()
File "./exploit.py", line 19, in __connect
self.__sock.connect((self.__host, self.__port))
File "/usr/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 111] Connection refused
The text was updated successfully, but these errors were encountered: