## https://sploitus.com/exploit?id=785B8C75-66EF-5780-A17C-F2F5488FEC42
PoC exploit for CVE-2018-10933, a vulnerability in libSSH that allows authentication bypass. The target product/service is libSSH, a free and open-source implementation of the Secure Shell protocol. The vulnerability class/vector is authentication bypass, allowing an attacker to spawn a shell without any credentials. The probable entry point is the libsshauthbypass.py script, which is invoked using Python. The script connects to the libSSH server, sends a fake authentication success message, and then executes a command on the server. The expected impact is remote code execution, allowing an attacker to execute arbitrary commands on the server. The preconditions for this exploit are a vulnerable version of libSSH (0.6 <= 0.7.5 and lower versions of 0.7.5), and the exploit can be detected by checking the server version using the checkversionofserver.py script.