We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a6b50 commit 6224034Copy full SHA for 6224034
README.md
@@ -6,3 +6,13 @@ eventually with writeups.
6
The exploits are written by me and my CTF team.
7
8
Inside every CTF challenge there is `extract.sh` to extract initramfs.
9
+
10
+## CTF
11
12
+| Challenge | Summary | Writeup |
13
+| --- | --- | --- |
14
+| [Klibrary](./ctf/3k-2021-klibrary) | UAF + race condition (SLUB) | :heavy_check_mark: |
15
+| [Pprofile](./ctf/line-2021-pprofile) | Unchecked copy_to_user | :heavy_check_mark: |
16
+| [Hashbrown](./ctf/dice-2021-hashbrown) | UAF + race condition (SLAB) | :x: |
17
+| [Kernel-Rop](./ctf/hxp-2020-kernel-rop) | ROP chain with KPTI+SMAP+SMEP+KASLR-FG | :x: |
18
+| [Atoms](./ctf/hitcon-2020-atoms) | Kernel deadlock | :x: |
0 commit comments