Closed firefart closed 4 months ago
This is because the go.mod
file requires a replace on the rdp library. Alternatively run these commands to install:
git clone https://github.com/x90skysn3k/brutespray.git
cd brutespray
go install
You can also just build it and move the binary wherever you'd like to install it. Another option is running it from the docker container as well.
I have fixed this by forking the grdp
module and renaming it removing the replace in the go.mod
file. Now you can use go install github.com/x90skysn3k/brutespray@dev
until I merge this into the main branch.