Update Vigilant.md

This commit is contained in:
ARZ 2024-04-30 23:01:40 +03:00 committed by GitHub
parent 41285d5610
commit c8d540ac48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -266,6 +266,7 @@ At initializing the project, we'll be asked to provide the API key, generating t
Modify the contents of `example.journey.ts` from the `journeys` directory
<img src="https://i.imgur.com/GoSDnSY.png"/>
```node
import { journey, step, expect } from '@elastic/synthetics';
@ -301,6 +302,7 @@ Wait for few minutes for the monitor to be triggered having netcat listener and
From the filesystem, this seems like we are inside a docker container
<img src="https://i.imgur.com/I5f3hDz.png"/>
## Breaking out of container via docker sock
By running `capsh` we can list down the capabilities of the container but from the output it doesn't seem like it has a capability that we can abuse