zgrab2 icon indicating copy to clipboard operation
zgrab2 copied to clipboard

Update Documentation for Install

Open luciddr34m3r opened this issue 3 years ago • 4 comments

As of Go 17, go get will not install this package and go install fails, so you must build it from source currently.

luciddr34m3r avatar Jul 09 '22 20:07 luciddr34m3r

this helped me https://www.digitalocean.com/community/tutorials/how-to-build-and-install-go-programs

Also comments on THIS issue on the current repo, helps since the documentation does not mention that failure to part multiple.ini as it says it must

ghost avatar Sep 21 '22 07:09 ghost

FYI here are the instructions for GO above version 1.17

git clone https://github.com/zmap/zrab2.git cd zgrab2 go build cd into build directory, example: /home/user/go/pkg/mod/github.com/zmap/[email protected] go mod download github.com/stretchr/testify make ./zgrab2

ryan910 avatar Feb 13 '23 23:02 ryan910

the clone request prompts for password...

rful011 avatar Apr 05 '23 19:04 rful011

Ah! typo in the filename in the clone request: "zrab2.git"

rful011 avatar Apr 05 '23 19:04 rful011