Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pwnesia/ssb

Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server
https://github.com/pwnesia/ssb

brute-force bruteforce go golang ssh ssh-bruteforce ssh-client ssh-server

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# SSB

[![Kitabisa SecLab](https://img.shields.io/badge/kitabisa-security%20project-blue)](#)
[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/ssb/blob/master/LICENSE)
[![contributions](https://img.shields.io/badge/contributions-welcome-magenta.svg?style=flat)](https://github.com/kitabisa/ssb/issues)
[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
[![Version](https://img.shields.io/badge/version-0.1.0-blueviolet)](https://github.com/kitabisa/ssb/releases)

**S**_ecure_ **S**_hell_ **B**_ruteforcer_ — A faster & simpler way to bruteforce SSH server.

Kitabisa SSB Demo

---

## Installation

### from Binary

Download a pre-built binary from [releases page](https://github.com/kitabisa/ssb/releases), unpack and run! Or:

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

### from Source

Need [go1.14+](https://golang.org/doc/install#download) compiler installed and configured, then:

```bash
▶ GO111MODULE=on go get ktbs.dev/ssb
```

## Usage

```bash
▶ ssb [-p port] [-w wordlist.txt] [-t timeout]
[-c concurrent] [-r retries] [-o output] [user@]hostname
```

### Options:

```txt
-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](https://github.com/kitabisa/ssb/blob/master/LICENSE). Kitabisa SSB and any contributions are Copyright © by Dwi Siswanto 2020.