Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
Secure Shell Bruteforcer — A faster & simpler way to bruteforce SSH server
- Host: GitHub
- URL: https://github.com/pwnesia/ssb
- Owner: pwnesia
- License: other
- Created: 2020-12-04T03:58:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T06:56:18.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T17:25:19.949Z (6 months ago)
- Topics: brute-force, bruteforce, go, golang, ssh, ssh-bruteforce, ssh-client, ssh-server
- Language: Shell
- Homepage:
- Size: 25.4 KB
- Stars: 1,215
- Watchers: 77
- Forks: 113
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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.
---
## 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.