lesnuages / hershell

Multiplatform reverse shell generator
BSD 3-Clause "New" or "Revised" License
581 stars 97 forks source link

Enable to create a payload #7

Open medharrak opened 1 year ago

medharrak commented 1 year ago

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

  1. $ sudo make windows64 LHOST=192.168.30.48 LPORT=1234 --> NOT WORKING image

any idea what could be a problem?