i have a computer sitting on another network,i managed to exploit the system and uploaded a netcat backdoor on target system.
Target computer has a dynamic ip,ip address changes every time router restarts... so trying to connect to backdoor doesnt work.
my question is what do i do in other to maintain persistence using netcat even if ip changes???
Tried meterpreter persistence,didnt work either..
Thanks
4 Responses
Try to put your public ip when you run the persistence script.
im using my public ip, im talking about the target public ip,which keeps changing
Uhm , try a reverse shell . This will make the target communicate with you instead of you having to communicate with the target , meaning instead of you having to know targets IP every time you connect the target will just connect to you regardless if its IP has changed and whenever it can ( persistent ) , you also need to use port-forwarding on your router if its across a network and i would suggest using bdfproxy for practise which puts all the backdoors traffic through a proxy or proxies .... I'm not sure if im right ...
thanks for responding,will give it a try
Share Your Thoughts