mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
GitBook: [master] one page modified
This commit is contained in:
parent
7e69f1d80b
commit
28c1c67f32
1 changed files with 1 additions and 1 deletions
|
@ -114,6 +114,6 @@ If you wan to make sure that **some binary doesn't work inside a a docker contai
|
|||
In the following example the **syscalls** of `uname` are discovered:
|
||||
|
||||
```bash
|
||||
ocker run -it --security-opt seccomp=default.json modified-ubuntu strace uname
|
||||
docker run -it --security-opt seccomp=default.json modified-ubuntu strace uname
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue