• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H08-Jan-2021-127109

internal/runner/H08-Jan-2021-260209

pkg/ssb/H08-Jan-2021-3124

vendor/H03-May-2022-362,972301,036

.gitignoreH A D08-Jan-202111 22

.goreleaser.yamlH A D08-Jan-2021312 2120

CODEOWNERSH A D08-Jan-202114 11

LICENSEH A D08-Jan-202111.1 KiB205171

README.mdH A D08-Jan-20211.9 KiB5741

go.modH A D08-Jan-2021234 118

go.sumH A D08-Jan-20213.1 KiB3332

main.goH A D08-Jan-2021109 96

README.md

1# SSB
2
3[![Kitabisa SecLab](https://img.shields.io/badge/kitabisa-security%20project-blue)](#)
4[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen)](https://github.com/kitabisa/ssb/blob/master/LICENSE)
5[![contributions](https://img.shields.io/badge/contributions-welcome-magenta.svg?style=flat)](https://github.com/kitabisa/ssb/issues)
6[![made with Go](https://img.shields.io/badge/made%20with-Go-brightgreen)](http://golang.org)
7[![Version](https://img.shields.io/badge/version-0.1.0-blueviolet)](https://github.com/kitabisa/ssb/releases)
8
9**S**_ecure_ **S**_hell_ **B**_ruteforcer_ — A faster & simpler way to bruteforce SSH server.
10
11<img src="https://user-images.githubusercontent.com/25837540/102938182-61d96e00-44de-11eb-81c9-2e37cdcfba8d.png" width="680px;" alt="Kitabisa SSB Demo"/>
12
13---
14
15## Installation
16
17### from Binary
18
19Download a pre-built binary from [releases page](https://github.com/kitabisa/ssb/releases), unpack and run!
20
21### from Source
22
23Need [go1.14+](https://golang.org/doc/install#download) compiler installed and configured, then:
24
25```bash
26▶ GO111MODULE=on go get ktbs.dev/ssb
27```
28
29## Usage
30
31```bash
32▶ ssb [-p port] [-w wordlist.txt] [-t timeout]
33      [-c concurrent] [-r retries] [-o output] [user@]hostname
34```
35
36### Options:
37
38```txt
39  -p port
40     Port to connect to on the remote host (default 22).
41  -w wordlist
42     Path to wordlist file.
43  -t timeout
44     Connection timeout (default 30s).
45  -c concurrent
46     Concurrency/threads level (default 100).
47  -r retries
48     Specify the connection retries (default 1).
49  -o output
50     Save valid password to file.
51  -v
52     Verbose mode.
53```
54
55## License
56
57This 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.