docs: fixed mistake in docs

This commit is contained in:
Andrew Rioux 2023-04-28 18:26:46 -04:00
parent 9f974a81d6
commit bd0aa9dd3b

View File

@ -10,4 +10,7 @@ Follow the directions in the main README in order to pull in the libpcap depende
In order to build the example backdoor/client, generate public and private keys by going into ~/workspaces/sparse/examples/bind-shell/key-generator~ and run ~cargo run~ In order to build the example backdoor/client, generate public and private keys by going into ~/workspaces/sparse/examples/bind-shell/key-generator~ and run ~cargo run~
** Build the code ** Build the code
Once the previous steps are completed, open two shells. In one, run ~docker-compose up examples_bindshell_target~, and in the other run ~docker-compose run examples_bindshell_client~. It will be possible to type in commands to examples_bindshell_client and run them in the target container Once the previous steps are completed, run ~cargo build --release~ in a terminal.
* Running the code
First, open two shells. In one, run ~docker-compose up examples_bindshell_target~, and in the other run ~docker-compose run examples_bindshell_client~. It will be possible to type in commands to examples_bindshell_client and run them in the target container