ServMon

@LexRespec said:

Hey guys,

I have user and I’m pretty sure I know what to do to get root. But I think I’m having issues with making a connection from the victim machine to my machine. I can’t seem to get a reverse shell to work with NC or set up ‘tunnel vision’. To do a simpler test of my networking I: (i) turned off the firewall on my host machine (running Kali on a VM with NAT); (ii) used python to host a simple http server on 4445 on the attacking machine; (iii) checked my IP address with ifconfig; (iv) tried to curl the http server on 4445 from the n****e account on the victim machine. But I get a failed to connect message. The http server works fine if curling it from my own machine. Any ideas?

You have a couple of choices - for example SSH Port Forwarding might be an option.

You can also just issue the curl commands from the server instead of your endpoint.