10 lines
248 B
Markdown
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
|
|
``` |