Improve writeups
authorChristoph Werner <christoph@chrztoph.com>
Thu, 2 Jan 2020 17:54:39 +0000 (18:54 +0100)
committerChristoph Werner <christoph@chrztoph.com>
Thu, 2 Jan 2020 17:54:39 +0000 (18:54 +0100)
writeups/chrztoph/hxp36C3CTF.md
writeups/chrztoph/overTheWire2019.md

index cf3ea8bd7f4d343ca85d546c17e2edde9ab4ff64..3b5c3e8d7257f18d9087a0fba81dda7fd17cf09b 100644 (file)
@@ -1,5 +1,9 @@
 # hxp 36C3 CTF
 
+## CTF Retrospective
+
+The challenges are really good made and I had a lot of fun at trying them even though I found them very hard. I would love if the CTF would last longer so you have more time to try the different challenges.
+
 ## Challenge 1337 skills
 
 Time: about 4h (with all the Android stuff setup maybe more) without writeup
@@ -131,6 +135,10 @@ Chrztoph
 
 The flag is included in the "certificate".
 
+### Conclusion
+
+I really liked the challenge. It is solveable in a feasible amount of time and is a good intro into Android challenges.
+
 
 
 
@@ -173,3 +181,7 @@ So there can't be done much because the CSP blocks all kind of stuff which is in
 After setting up the server locally I found that there is an `admin.py` script. This script starts a browser and clicks the element which matches the following selector: `input[@id="like"]` which means it will click an element like this one `<input id="like" />`.
 
 It was clear that the input element is clicked for a reason but I couldn't find any further ways in exploiting this.
+
+### Conclusion
+
+The challenge overall was fun even though I haven't solved it. It is also nice to see how they realized the challenge and that it is possible to set it up locally for testing.
index 07262610dfb4c4cb53bfb6982c48ff479c764461..42248ecf81dc9e9bb18943bdcf2ac61891bd1c68 100644 (file)
@@ -1,5 +1,9 @@
 # OverTheWire Advent Bonanza 2019
 
+## CTF Retrospective
+
+I know the Advent of Code but didn't knew that something like that also exists as a CTF. The challenges were really funny designed and there were challenges from easy to hard. I had a lot of fun solving them together with the people on Mattermost.
+
 ## Challenge 1
 
 Time: about 4h without writeup