Skip to content

Commit

Permalink
(doc) add go install example
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjza committed Sep 19, 2024
1 parent bbdccbe commit d430730
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ The main goal of `gowitness` is to take website screenshots (**and do that well!

## quick start

Grab a platform specific release binary, or compile from source. Then, scan your first target writing the results to a SQLite database and the screenshot to `./screenshots` with:
There are a few ways to get gowitness, the simplest (assuming your `$GOBIN` path is in your shell `$PATH`) will be to use `go install`:

```text
go install github.com/sensepost/gowitness@latest
```

Otherwise, grab a platform specific release binary or compile from source. Then, scan your first target writing the results to a SQLite database and the screenshot to `./screenshots` with:

```text
gowitness scan single --url "https://sensepost.com" --write-db
Expand Down

0 comments on commit d430730

Please sign in to comment.