surely you can put the current session to the background and then start a new session with reverse_tcp connection.
An example will be:
msf exploit(ms08_067_netapi) > set PAYLOAD windows/meterpreter/reverse_tcp
Hi
Probably not what you are thinking :-)
I dont think there is, but if you knew you had an active meterpreter session on a target machine, is there a way to reverse the connection back to the attackers machine?
surely you can put the current session to the background and then start a new session with reverse_tcp connection.
An example will be:
msf exploit(ms08_067_netapi) > set PAYLOAD windows/meterpreter/reverse_tcp
sorry double posted hence deleted
Last edited by hannah; 05-08-2012 at 02:55 PM. Reason: double posted hence deleted
I think you misunderstand me - here's an example:
Attacker gains meterpreter shell on the Target with whatever method. Evil PDF, bruteforce, Evil Java, etc.
Target gets wind of this, and wants to utilise the active meterpreter session to attack the Attacker.
Possible?