You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image contains xinetd to provide remote access services for pwn challenges, and also contains tcpdump to dump network traffics into pcap file.
6
6
7
-
Notice: we use a modified xinetd version from our team to restrict syscalls called by xinetd services. ~~In order to use this feature, docker container must run with `--privileged` option.~~ No more `--privileged` needed now.
7
+
Notice:
8
+
1. we use a modified [xinetd](https://github.com/Asuri-Team/xinetd-kafel) version from our team to restrict syscalls called by xinetd services. ~~In order to use this feature, docker container must run with `--privileged` option.~~ No more `--privileged` needed now.
9
+
2. This docker image will produce docker volume each you create container from it. Better specify one using `-v your_dump_volume:/var/lib/tcpdump`.
8
10
9
-
10
-
# Usage
11
+
## Usage
11
12
Please check Dockerfile.example
12
13
13
-
# Env Vars
14
+
##Env Vars
14
15
| Key | Default Value | Description |
15
16
| --- | ------------- | ----------- |
16
17
| TCPDUMP_ENABLE | (empty) | Whether enable tcpdump or not |
|TCPDUMP_ROTATE_SEC|600|Rotate time interval of capture file |
19
20
| CTF_PORT | 20000 | Port to capture traffic from |
20
21
21
-
# CAUTION!
22
+
##CAUTION!
22
23
1. Please DO NOT use your own start CMD or entrypoint for this docker image. If you really need to change it, please check [phusion/baseimage](https://github.com/phusion/baseimage-docker) for more details.
0 commit comments