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 23, 2024
1 parent ce6511f commit 46ea171
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ To build from source locally:
$ git clone https://github.com/runZeroInc/sshamble
$ cd sshamble
$ go build -o sshamble
$ ./sshamble -h
```

To enable experimental [badkeys](https://badkeys.info) support, run the generator first:
Expand All @@ -47,13 +48,14 @@ $ git clone https://github.com/runZeroInc/sshamble
$ cd sshamble
$ go generate ./...
$ go build -o sshamble
$ ./sshamble -h
```


## Usage

```console
$ sshamble -h
$ ./sshamble -h

▀██▄ ▀███████████████████████████████████████████████████████████████████████████████████████████
▀██▄
Expand All @@ -70,11 +72,11 @@ An exploration tool for (in)secure shell services.

Start a network scan using:

$ sshamble scan -o results.json 192.168.0.0/24
$ ./sshamble scan -o results.json 192.168.0.0/24

Analyze the results using:

$ sshamble analyze -o results-directory results.json
$ ./sshamble analyze -o results-directory results.json

Usage:
sshamble [command]
Expand All @@ -93,7 +95,7 @@ Use "sshamble [command] --help" for more information about a command.
## Scans

```console
$ sshamble -h
$ ./sshamble scan -h

Enumerates a set of targets for SSH capabilities and exposures

Expand Down

0 comments on commit 46ea171

Please sign in to comment.