zmap / zgrab2

Fast Go Application Scanner
Other
1.75k stars 304 forks source link

Update Documentation for Install #360

Open luciddr34m3r opened 2 years ago

luciddr34m3r commented 2 years ago

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

ghost commented 2 years ago

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

ryan910 commented 1 year ago

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/zgrab2@v0.1.7 go mod download github.com/stretchr/testify make ./zgrab2

rful011 commented 1 year ago

the clone request prompts for password...

rful011 commented 1 year ago

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