Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
かんたんな実行例追加
  • Loading branch information
gpp committed Sep 21, 2019
1 parent 495245f commit 90ba3dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To start, run the following commands.
$ vi docker.conf
$ cat docker.conf
IMAGE_NAME=pwn-pf
VM_NAME=pwn3
VM_NAME=pwnpf
TAG=3.1
CTF_DATA_DIR=/opt/docker/pwnpf-data

Expand All @@ -21,6 +21,12 @@ To start, run the following commands.
$ sh docker.sh build
$ sh docker.sh run # docker run -v ${CTF_DATA_DIR}:/opt/ctf/data ...(snip)
$ sh docker.sh status

$ docker exec -it pwnpf bash
# cd /opt/ctf/tools/Zeratool
# python zeratool.py challenges/bof1
[+] Flag found:
flag{y0u_g0t_1t}

Links
--------
Expand Down

0 comments on commit 90ba3dd

Please sign in to comment.