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
ssb — Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server | Kitploit
Tools/GitHubGitHub/pwnesia/ssb
Password AttacksPenetration Testing
GitHubpwnesia/ssb

ssb

Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server

View Repository
1.3k10334 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

SSB

Kitabisa SecLab License contributions made with Go Version

Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server.

Kitabisa SSB Demo

Installation

from Binary

Download a pre-built binary from releases page, unpack and run! Or:

root@kitploit:~
▶ (sudo) curl -sSfL 'https://git.io/kitabisa-ssb' | sh -s -- -b /usr/local/bin

from Source

Need go1.14+ compiler installed and configured, then:

root@kitploit:~
▶ GO111MODULE=on go get ktbs.dev/ssb

Usage

root@kitploit:~
▶ ssb [-p port] [-w wordlist.txt] [-t timeout]
      [-c concurrent] [-r retries] [-o output] [user@]hostname

Options:

root@kitploit:~
  -p port
     Port to connect to on the remote host (default 22).
  -w wordlist
     Path to wordlist file.
  -t timeout
     Connection timeout (default 30s).
  -c concurrent
     Concurrency/threads level (default 100).
  -r retries
     Specify the connection retries (default 1).
  -o output
     Save valid password to file.
  -v
     Verbose mode.

License

This program is free software: you can redistribute it and/or modify it under the terms of the Apache license. Kitabisa SSB and any contributions are Copyright © by Dwi Siswanto 2020.

Download Tool