Creating a Reverse shell

I Have to establish a reverse shell with target machine in order to complete further tasks. There is no netcat or python available on machine for me to use. I have to use Command injection attack

Using reverse shell generator to create a connection with the Kubernetes service pod and my intended IP.

The connection was successful and I was able to establish a reverse shell.

Last updated