doc: converting org mode to markdown
This commit is contained in:
10
examples/reverse-shell/README.md
Normal file
10
examples/reverse-shell/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
#+TITLE: Example reverse shell proof of concept
|
||||
|
||||
This bind shell works through local host firewalls on Linux systems using UDP to send and receive messages
|
||||
|
||||
* Setup
|
||||
** libpcap
|
||||
Follow the directions in the main README in order to pull in the libpcap dependency
|
||||
|
||||
** Build the code
|
||||
Once the previous step is completed, run ~cargo build --release~ in a terminal.
|
||||
|
||||
* Running the code
|
||||
First, open two shells. In one, run ~docker-compose up examples_reverseshell_target~, and in the other run ~docker-compose run examples_reverseshell_server~. It will be possible to type in commands to examples_bindshell_server and run them in the target container
|
||||
Reference in New Issue
Block a user