about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <HanEmile@users.noreply.github.com>2020-07-02 23:25:04 +0200
committerGitHub <noreply@github.com>2020-07-02 23:25:04 +0200
commit39516b76af390a107fa6bb0fae4e3b5cc01c75e1 (patch)
tree65040a10db1fb5c2c3092c1b94995bbaf211b0c7
parent96c464a1fc331ea36bc2bb3433b72127fc66483e (diff)
Update README.md
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index 878b195..a4956de 100644
--- a/README.md
+++ b/README.md
@@ -50,18 +50,20 @@ Downloading the files included in the challenges
 - 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 <ctfname>/<category>/<challengename>/README.md`
+Example `README.md`, `generated in cscmlctf/pwn/Strcmp/README.md`
 ```md
-# Leet
+# Strcmp
 
-Category: misc
+Category: pwn
 
 Files:
-- Challenge.awesome1337
+- chall
 
 ## Description
 
-Do you think you're l33t enough?
+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
 ```