Bind shell
A Bind Shell is a technique used to gain remote access to a victim's system by making it listen on a port and then connect to that listener. The shell sent to listen is attached to the target's shell on the target system letting us take control of the internal shell by connecting to it.
Basic script
Use and script that establishes a listening port on the target machine
Connect to the listening port we have set using Netcat
Using Python
Use this command to establish a listening port on the target machine with Python
Connect to the listening port we have set using Netcat
Using PowerShell
Use this command to establish a listening port on a Windows target machine using the PowerShell
Connect to the listening port we have set using Netcat
Last updated
Was this helpful?