rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
908 stars 134 forks source link

"go get" command is depreciated in new GO versions , Write "Go install" in installing notes #63

Closed danzee1 closed 1 year ago

danzee1 commented 1 year ago

go install -v github.com/rverton/webanalyze/cmd/webanalyze@latest

rverton commented 1 year ago

Fixed