about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhanemile <mail@emile.space>2020-07-29 22:32:11 +0200
committerhanemile <mail@emile.space>2020-07-29 22:32:11 +0200
commit282b56fba6037660abbd37f8ff7de2989a997c90 (patch)
treebbb2bed9ab91639f0362dbbccd705d9020ad24a2
parent2bcd4787efc970902d5e7156d087838359e74d88 (diff)
parent39516b76af390a107fa6bb0fae4e3b5cc01c75e1 (diff)
Merge branch 'master' of github.com:HanEmile/ctfdget
-rw-r--r--README.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5117533..a4956de 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,28 @@ Downloading the files included in the challenges
 ## Features
 
 - Dump all files from all challenges
-- A simple directory structure get's created sorting the challenges into the corresponding categories (<ctfname>/<category>/<challengename>/<challengefiles>)
+- A simple directory structure get's created sorting the challenges into the corresponding categories (`<ctfname>/<category>/<challengename>/<challengefiles>`)
+- README.md generation containing the challenge description and some other info:
+
+Example `README.md`, `generated in cscmlctf/pwn/Strcmp/README.md`
+```md
+# Strcmp
+
+Category: pwn
+
+Files:
+- chall
+
+## Description
+
+Oh jeez, this is the first time I wrote code, I really hope its good and the stack overflow guys won't be too harsh
+
+nc ctf.cscml.zenysec.com 20005
+
+## Writeup
+```
+
+(Writeup section included to encourage you to publish writeups :D)
 
 ## Contribution