# Example reverse shell proof of concept This bind shell works through local host firewalls on Linux systems using UDP to send and receive messages ## Running the code In a dev containers terminal, run: ```sh cargo make examples-revshell-run ```