mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 03:53:03 +00:00
Update Vigilant.md
This commit is contained in:
parent
41285d5610
commit
c8d540ac48
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Modify the contents of `example.journey.ts` from the `journeys` directory
|
||||||
|
|
||||||
<img src="https://i.imgur.com/GoSDnSY.png"/>
|
<img src="https://i.imgur.com/GoSDnSY.png"/>
|
||||||
|
|
||||||
```node
|
```node
|
||||||
import { journey, step, expect } from '@elastic/synthetics';
|
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
|
From the filesystem, this seems like we are inside a docker container
|
||||||
|
|
||||||
<img src="https://i.imgur.com/I5f3hDz.png"/>
|
<img src="https://i.imgur.com/I5f3hDz.png"/>
|
||||||
|
|
||||||
## Breaking out of container via docker sock
|
## 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
|
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
|
||||||
|
|
Loading…
Reference in a new issue