From 30130c44c51fec4efed3ba84cd4ef06db76124c8 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Fri, 9 Aug 2024 09:04:59 -0700 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40ca391..b2ed348 100644 --- a/README.md +++ b/README.md @@ -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 ▀██▄ ▀███████████████████████████████████████████████████████████████████████████████████████████ ▀██▄ @@ -52,4 +65,4 @@ Flags: -h, --help help for sshamble Use "sshamble [command] --help" for more information about a command. -``` \ No newline at end of file +```