chvancooten / BugBountyScanner

A Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.
MIT License
872 stars 120 forks source link

Change go get to go install #44

Closed romanpeters closed 2 years ago

romanpeters commented 2 years ago

go get is deprecated. Using it would throw errors, however those are silenced by piping to /dev/null.

This PR replaces go get with go install to prevent any further issues.

chvancooten commented 2 years ago

Thanks! Hacktoberfest credit well-deserved 💯