diff options
author | JJ | 2024-03-05 10:56:20 +0000 |
---|---|---|
committer | JJ | 2024-03-05 10:56:20 +0000 |
commit | 1dc006a661af72adfad9882ccb3c4dabe7a57659 (patch) | |
tree | d6819949571b00810e5ea6510e2d63996c80d075 /ctf | |
parent | fa1e6f75ceb4f2a99dc1c107bfe60434356cfe19 (diff) |
meow
Diffstat (limited to 'ctf')
-rw-r--r-- | ctf/index.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/ctf/index.md b/ctf/index.md index aaf7d94..0a30665 100644 --- a/ctf/index.md +++ b/ctf/index.md @@ -20,12 +20,10 @@ a list of past, present, and future ctfs can be found on [ctftime](https://ctfti while competing in ctfs can be group work: practice is overwhelmingly a solo activity. to get good at playing in ctfs, one must learn to be very comfortable learning on their own. -## [crypto](cryptography) - -## [rev](reverse-engineering) - -## [pwn](binary-exploitation) - -## [web](web-security) - -## [misc](miscellaneous-problems) +<ul style="display: flex; flex-direction: row;"> + <li><h2><a href="crypto">crypto</a></h2></li> + <li><h2><a href="rev">rev</a></h2></li> + <li><h2><a href="pwn">pwn</a></h2></li> + <li><h2><a href="web">web</a></h2></li> + <!-- <li><h2><a href="misc">misc</a></h2></li> --> +</ul> |