From 4e90c58c3bbb6f516e410520d47da333b1cf4c6a Mon Sep 17 00:00:00 2001
From: Emile <HanEmile@users.noreply.github.com>
Date: Thu, 2 Jul 2020 23:22:03 +0200
Subject: Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5117533..7c5c4ce 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ 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>`)
 
 ## Contribution
 
-- 
cgit 1.4.1


From 96c464a1fc331ea36bc2bb3433b72127fc66483e Mon Sep 17 00:00:00 2001
From: Emile <HanEmile@users.noreply.github.com>
Date: Thu, 2 Jul 2020 23:24:10 +0200
Subject: Update README.md

---
 README.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/README.md b/README.md
index 7c5c4ce..878b195 100644
--- a/README.md
+++ b/README.md
@@ -48,6 +48,25 @@ Downloading the files included in the challenges
 
 - Dump all files from all 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`
+```md
+# Leet
+
+Category: misc
+
+Files:
+- Challenge.awesome1337
+
+## Description
+
+Do you think you're l33t enough?
+
+## Writeup
+```
+
+(Writeup section included to encourage you to publish writeups :D)
 
 ## Contribution
 
-- 
cgit 1.4.1


From 39516b76af390a107fa6bb0fae4e3b5cc01c75e1 Mon Sep 17 00:00:00 2001
From: Emile <HanEmile@users.noreply.github.com>
Date: Thu, 2 Jul 2020 23:25:04 +0200
Subject: Update README.md

---
 README.md | 12 +++++++-----
 1 file 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
 ```
-- 
cgit 1.4.1