trustedsec / ptf

The Penetration Testers Framework (PTF) is a way for modular support for up-to-date tools.
5.14k stars 1.24k forks source link

build from source instead of using `go get` #581

Closed suksit closed 3 years ago

suksit commented 3 years ago

Installing gobuster from original script always results with gobuster 2.0.1 instead of the latest version (currently 3.1.0)

The original script doesn't make sense anyway because it pulls the code from git and then use go get to fetch and install the package separately. This should be the proper way to do it IMO.