All Projects → kitabisa → Ssb

kitabisa / Ssb

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

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
golang
3204 projects

Projects that are alternatives of or similar to Ssb

Wolfssh
wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
Stars: ✭ 142 (-82.93%)
Mutual labels:  ssh, ssh-client, ssh-server
Bastillion Ec2
A web-based SSH console to execute commands and manage multiple EC2 instances simultaneously running on Amazon Web Services (AWS).
Stars: ✭ 410 (-50.72%)
Mutual labels:  ssh, ssh-client, ssh-server
Ssh Mitm
ssh mitm server for security audits supporting public key authentication, session hijacking and file manipulation
Stars: ✭ 335 (-59.74%)
Mutual labels:  ssh, ssh-client, ssh-server
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+228.13%)
Mutual labels:  ssh, ssh-client, ssh-server
Wssh
WSSH Is a tool for brute forcing servers that has port 22 open via ssh, wssh is probably the fastest ssh brute forcer available
Stars: ✭ 21 (-97.48%)
Mutual labels:  ssh, bruteforce, ssh-server
Shodan-RPi
A simple SSH bruteforce script targeting (not necessarily) Raspbian devices.
Stars: ✭ 13 (-98.44%)
Mutual labels:  ssh, bruteforce, brute-force
Kitty
💻 KiTTY, a free telnet/ssh client for Windows
Stars: ✭ 791 (-4.93%)
Mutual labels:  ssh, ssh-client
Sshoogr
A Groovy-based DSL for working with remote SSH servers.
Stars: ✭ 327 (-60.7%)
Mutual labels:  ssh, ssh-client
Bruteforce Database
Bruteforce database
Stars: ✭ 806 (-3.12%)
Mutual labels:  bruteforce, brute-force
Instahack
Instagram bruteforce tool
Stars: ✭ 265 (-68.15%)
Mutual labels:  bruteforce, brute-force
Jwt Cracker
Simple HS256 JWT token brute force cracker
Stars: ✭ 365 (-56.13%)
Mutual labels:  bruteforce, brute-force
Plutus
An automated bitcoin wallet collider that brute forces random wallet addresses
Stars: ✭ 404 (-51.44%)
Mutual labels:  bruteforce, brute-force
Autossh
Password-free automatic login SSH(免密登陆SSH)
Stars: ✭ 294 (-64.66%)
Mutual labels:  ssh, ssh-client
Docker Sshd
Minimal Alpine Linux Docker image with sshd exposed and rsync installed
Stars: ✭ 291 (-65.02%)
Mutual labels:  ssh, ssh-server
Socialbox Termux
SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi Edit By init__0 for termux on android
Stars: ✭ 324 (-61.06%)
Mutual labels:  bruteforce, brute-force
Autossh
No password ssh client for Mac/Linux, one key login remote server. 一个SSH远程客户端,可一键登录远程服务器,主要用来弥补Mac/Linux Terminal SSH无法保存密码的不足。
Stars: ✭ 273 (-67.19%)
Mutual labels:  ssh, ssh-client
Sshw
🐝 ssh client wrapper for automatic login
Stars: ✭ 636 (-23.56%)
Mutual labels:  ssh, ssh-client
Thc Hydra
hydra
Stars: ✭ 5,645 (+578.49%)
Mutual labels:  bruteforce, brute-force
Ansible Ssh Hardening
This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.
Stars: ✭ 746 (-10.34%)
Mutual labels:  ssh, ssh-server
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+770.91%)
Mutual labels:  bruteforce, brute-force

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:

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

from Source

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

GO111MODULE=on go get ktbs.dev/ssb

Usage

▶ ssb [-p port] [-w wordlist.txt] [-t timeout]
      [-c concurrent] [-r retries] [-o output] [[email protected]]hostname

Options:

  -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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].