Windows Remote Management

we can use the jump command to lateraly move across the network.

First let’s create our beacon.

image.png

now let’s jump to another machine.

jump winrm64 web.dev.cyberbotic.io Jumper

image.png

Now let’s see the graph.

image.png

and we jumped to web machine.

PsExec

we can use also PsExec to jump to another targets.

First create a listner.

image.png

Now let’s jump to another target using PsExec.

image.png

and we are running as system on the target.