Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm authored Aug 9, 2024
1 parent 5ae73e8 commit 30130c4
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ You can reach our team via research[α𝓽]runZero.com.

https://SSHamble.com/


## Installation

SSHamble requires a recent version of Go (1.22.6+)

$ go install github.com/runZeroInc/sshamble@latest

To build from source locally:

$ git clone https://github.com/runZeroInc/sshamble
$ cd sshamble
$ go build -o sshamble

## Usage

```
$ go run main.go -h
$ sshamble scan -h
▀██▄ ▀███████████████████████████████████████████████████████████████████████████████████████████
▀██▄
Expand Down Expand Up @@ -52,4 +65,4 @@ Flags:
-h, --help help for sshamble
Use "sshamble [command] --help" for more information about a command.
```
```

0 comments on commit 30130c4

Please sign in to comment.