2023-05-10 21:54:19 -04:00

10 lines
248 B
Markdown

# 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
```