GO
go get github.com/ffuf/ffuf
got get -u github/fatih/color@latest
go mod init <projectfolder>
go mod ini
go build
go run <code>
go mod tidy
go list -m all
Last updated
go get github.com/ffuf/ffuf
got get -u github/fatih/color@latest
go mod init <projectfolder>
go mod ini
go build
go run <code>
go mod tidy
go list -m all
Last updated