aboutsummaryrefslogtreecommitdiff
path: root/posts/redpwn2021.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-17 23:13:54 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-17 23:13:54 +0200
commit5a1394c805cfe9035e984fa1df08ccd73e058843 (patch)
tree96bd1323bffe44393ef4320d6095b986e9bbfcd1 /posts/redpwn2021.md
parentb4f6190661623e322a8e96d45d210b8b687335e8 (diff)
dummy fixes + announcement
Diffstat (limited to 'posts/redpwn2021.md')
-rw-r--r--posts/redpwn2021.md8
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