6
0
mirror of https://github.com/threatland/TL-BOTS synced 2024-06-20 22:09:50 +00:00
TL-BOTS/TL.EXPLOIT_SCAN/EXPLOIT.Unsorted/nbrute_commands.85a388.txt
2019-10-02 16:41:26 -04:00

10 lines
385 B
Plaintext

yum install golang -y
cd /tmp
wget https://storage.googleapis.com/golang/go1.10.1.linux-amd64.tar.gz -q
tar -xzf go1.10.1.linux-amd64.tar.gz
mv go /usr/local
export GOROOT=/usr/local/go; export GOPATH=$HOME/Projects/Proj1; export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
go get golang.org/x/crypto/ssh
Edit nbrute.go accordingly then build with following command
go build nbrute.go