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
bpnd-libssh — Multi-threaded, reliable scanner for CVE-2018-10933. | Kitploit
Tools/GitHubGitHub/reanimat0r/bpnd-libssh
ReconnaissanceVulnerability ScannersPort ScanningExploitationNetwork SecurityPenetration Testing
GitHubreanimat0r/bpnd-libssh

bpnd-libssh

Multi-threaded, reliable scanner for CVE-2018-10933.

View Repository
127 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

bpnd-libssh

blueintel bpnd-libssh is a multi-threaded, remote scanner for CVE-2018-10933.

Requirements

  • python3
  • paramiko module

Install

Example:

root@kitploit:~
apt-get update
apt-get install -y libffi-dev libssl-dev
pip3 install paramiko

Install with docker

To build docker container:

root@kitploit:~
./dockerbuild.sh

To run docker container:

root@kitploit:~
./dockerrun.sh

Usage examples

Scan 192.168.0.1 on port 22:

root@kitploit:~
./bpnd-libssh 192.168.0.1 -p 22

Scan 192.168.0.0 network with netmask 255.255.255.0, checking ports 22, 2222 and 8022, with verbose output:

root@kitploit:~
./bpnd-libssh 192.168.0.0/24 -p 22,2222,8022 -v

Scan ip's from a file named ip.lst (using default ports 22 and 2222, and showing even more verbose output):

root@kitploit:~
./bpnd-libssh -f -v -v <ip.lst
Download Tool