diff options
-rw-r--r-- | posts/redpwn2021.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/posts/redpwn2021.md b/posts/redpwn2021.md index 9ac8e29..97ee0a9 100644 --- a/posts/redpwn2021.md +++ b/posts/redpwn2021.md @@ -1,6 +1,6 @@ [meta]: <title> (redpwnCTF 2021) [meta]: <subtitle> (A noob's perspective) -[meta]: <author> (Loek) +[meta]: <author> (Loek, Willem) [meta]: <date> (July 13 2021) [meta]: <tags> (hacking, CTF, writeup) [meta]: <cover> (/img/redpwn2021.png) @@ -14,6 +14,10 @@ programming. Willem solved most of the challenges, and I helped solve 3 more. Apart from those challenges, basically all my hacking knowledge comes from computerphile videos, liveoverflow videos and making applications myself. +> epic announcement!!! +> +> Willem has added explanations of the challenges he solved, so go read them! + ## Challenges ### web/pastebin-1 @@ -684,7 +688,7 @@ real flag: ``` username: admin';-- password: -flag{sqli_overused_again_0b4f6} +flag{this_is_a_dummy_flag_go_solve_it_yourself} ``` We had planned to use github's projects to track progress on challenges, but |