hershell icon indicating copy to clipboard operation
hershell copied to clipboard

Enable to create a payload

Open medharrak opened this issue 2 years ago • 0 comments

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 image 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 5. $ sudo make windows64 LHOST=192.168.30.48 LPORT=1234 --> NOT WORKING image

any idea what could be a problem?

medharrak avatar Nov 04 '23 19:11 medharrak