hershell icon indicating copy to clipboard operation
hershell copied to clipboard

Multiplatform reverse shell generator

Results 3 hershell issues
Sort by recently updated
recently updated
newest added

hello I would like to know how to reset the following error: root@kali:~/hershell# make windows64 LHOST=192.168.1.9 LPORT=7766 **GOOS=windows GOARCH=amd64 go build --ldflags "-s -w -X main.connectString=192.168.1.9:7766 -X main.fingerPrint=$(openssl x509 -fingerprint...

I'm receiving the same error/issue as seen here using the latest release: https://github.com/sysdream/hershell/issues/2 openssl s_server -cert server.pem -key server.key -accept 8083 Using default temp DH parameters ACCEPT -----BEGIN SSL SESSION...

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...