Hi,
I'm trying to generate a windows payload but not working:
1- I install the latest version of go rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.3.linux-amd64.tar.gz
2- Add /usr/local/go/bin to the PATH
3- I did clone the repo inside /usr/local/go/bin/src/github.com/sysdream (as the go get is not used anymore with then new version)
4- $ sudo make depends --> to generate ssl is done
$ sudo make windows64 LHOST=192.168.30.48 LPORT=1234 --> NOT WORKING
Hi, I'm trying to generate a windows payload but not working: 1- I install the latest version of go rm -rf /usr/local/go && tar -C /usr/local -xzf go1.21.3.linux-amd64.tar.gz 2- Add /usr/local/go/bin to the PATH 3- I did clone the repo inside /usr/local/go/bin/src/github.com/sysdream (as the go get is not used anymore with then new version) 4- $ sudo make depends --> to generate ssl is done
any idea what could be a problem?