You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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):
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):
But it doesn't seem to work.
Also if I try:
Any idea what I do wrong?
The text was updated successfully, but these errors were encountered: