Skip to content

Commit ab2a57a

Browse files
authored
Update README.MD
1 parent 0703401 commit ab2a57a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.MD

+10
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,16 @@ The currently available modules are:
7070
We created a dedicated [Kubernetes environment in KillerCoda](https://killercoda.com/cyberarklabs/scenario/kubesploit) for you to experiment with Kubesploit.
7171
It’s a full simulation with a complete set of automated instructions on how to use Kubesploit. We encourage you to explore it.
7272

73+
Run the server:
74+
```
75+
./kubesploitServer
76+
```
77+
78+
Run the agent:
79+
```
80+
./agent -url https://<server_ip>:443 &
81+
```
82+
7383
![kubesploit](https://github.com/cyberark/kubesploit/blob/assets/kubesploit_demo_with_progress_bar.gif)
7484

7585
## Build

0 commit comments

Comments
 (0)