Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
LibSSH-Authentication-Bypass — LibSSH Authentication Bypass CVE-2018-10933 | Kitploit
Tools/GitHubGitHub/nikhil1232/libssh-authentication-bypass
Vulnerability AnalysisExploitationWeb Application ExploitationNetwork SecurityPenetration Testing
GitHubnikhil1232/libssh-authentication-bypass

LibSSH-Authentication-Bypass

LibSSH Authentication Bypass CVE-2018-10933

View Repository
6217 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

LibSSH-Authentication-Bypass

LibSSH Authentication Bypass CVE-2018-10933

Usage:

To use this script type in: python3 LibAuth.py –help to see all the options and parameters we need to use.

So we need to specify the victim’s IP address, port no and finally the command that we want to execute in the victim machine.

The Final command would be

python3 LibAuth.py –host 192.168.0.100 -p 22 -c “uname -a”

alt text

References:

https://pentesterlab.com/exercises/cve-2018-10933/course

https://github.com/kn6869610/CVE-2018-10933

https://www.youtube.com/watch?v=ZSWQjmfcn4g

http://docs.paramiko.org

Download Tool