diff options
| author | Andrey Konovalov | 2018-08-13 17:07:59 +0200 |
|---|---|---|
| committer | GitHub | 2018-08-13 17:07:59 +0200 |
| commit | 1e07d357c24126ed1fbe22980f897d675448211d (patch) | |
| tree | 768e6df079dff3990736f3d9b38414c0ef9522d8 | |
| parent | 03af2638f204aee98f492d39a05991a6565dd9b9 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
| @@ -510,7 +510,7 @@ http://www.cs.columbia.edu/~vpk/research/ret2dir/ | |||
| 510 | 510 | ||
| 511 | ### CTF tasks | 511 | ### CTF tasks |
| 512 | 512 | ||
| 513 | CSAW CTF 2010: [writeup](https://jon.oberheide.org/blog/2010/11/02/csaw-ctf-kernel-exploitation-challenge/), [source](https://jon.oberheide.org/files/csaw.c) | 513 | CSAW CTF 2010: [writeup](https://jon.oberheide.org/blog/2010/11/02/csaw-ctf-kernel-exploitation-challenge/), [source](https://jon.oberheide.org/files/csaw.c), [source and exploit](https://github.com/0x3f97/pwn/tree/master/kernel/csaw-ctf-2010-kernel-exploitation-challenge) |
| 514 | 514 | ||
| 515 | CSAW CTF 2011: [writeup](https://jon.oberheide.org/blog/2011/11/27/csaw-ctf-2011-kernel-exploitation-challenge/), [source](https://jon.oberheide.org/files/SqueamishOssifrage.c) | 515 | CSAW CTF 2011: [writeup](https://jon.oberheide.org/blog/2011/11/27/csaw-ctf-2011-kernel-exploitation-challenge/), [source](https://jon.oberheide.org/files/SqueamishOssifrage.c) |
| 516 | 516 | ||
| @@ -528,10 +528,22 @@ PlaidCTF 2013 (Servr): [writeup](http://blog.frizn.fr/plaidctf-2013/pwn-400-serv | |||
| 528 | 528 | ||
| 529 | 0ctf2016: [writeup](http://dragonsector.pl/docs/0ctf2016_writeups.pdf), [exploit](https://gist.github.com/anonymous/83f96600c5ae851940d6) | 529 | 0ctf2016: [writeup](http://dragonsector.pl/docs/0ctf2016_writeups.pdf), [exploit](https://gist.github.com/anonymous/83f96600c5ae851940d6) |
| 530 | 530 | ||
| 531 | 0ctf2017: [source and exploit](https://github.com/lovelydream/0ctf2017_kernel_pwn) | 531 | 0ctf2017: [source and exploit 1](https://github.com/lovelydream/0ctf2017_kernel_pwn), [source and exploit 2](https://github.com/yifengyou/CTF/tree/master/2017/0ctf/pwn/knote) |
| 532 | 532 | ||
| 533 | 0ctf2018: [writeup 1](http://blog.eadom.net/writeups/0ctf-2018-zerofs-writeup/), [writeup 2](http://ddaa.tw/0ctf_pwnable_478_zer0fs.html) | 533 | 0ctf2018: [writeup 1](http://blog.eadom.net/writeups/0ctf-2018-zerofs-writeup/), [writeup 2](http://ddaa.tw/0ctf_pwnable_478_zer0fs.html) |
| 534 | 534 | ||
| 535 | QWB2018 (solid_core): [writeup](http://f0r1st.me/2018/04/02/QWB2018-solid-core-Write-Up/), [exploit 1](https://github.com/w0lfzhang/kernel_exploit/tree/master/2018-qwb-core), [exploit 2](https://github.com/sixstars/ctf/tree/master/2018/qiangwangbei/core), [exploit 3](https://github.com/o0xmuhe/PwnableLog/blob/master/CTFWP/qwb2018/core/exp.c) | ||
| 536 | |||
| 537 | Blaze2018 (blazeme): [source and exploit 1](https://github.com/vakzz/ctfs/tree/master/Blaze2018/blazeme), [soure and exploit 2](https://github.com/wangray/ctf_dump/tree/master/Blaze2018/blazeme) | ||
| 538 | |||
| 539 | TCTF 2017 (cred_jar): [writeup](http://ww9210.cn/2017/06/08/tctf-2017-final-cred_jar-linux-kernel-driver-pwn-write-up/) | ||
| 540 | |||
| 541 | N1CTF 2018: [writeup](http://r3ka.eu/2018/03/n1ctf-2018-network-card-writeup/) | ||
| 542 | |||
| 543 | Sharif CTF 2018 (kdb): [writeup](https://changochen.github.io/2018/02/07/sharif8/), [source and exploit](https://changochen.github.io/2018/02/07/sharif8/) | ||
| 544 | |||
| 545 | NCSTISC 2018 (babydriver): [writeup](http://f0r1st.me/2018/03/28/ROP-in-Linux-Kernel/], [source and exploit](https://github.com/w0lfzhang/kernel_exploit/tree/master/2017-ncstisc-babydriver) | ||
| 546 | |||
| 535 | 547 | ||
| 536 | ## Tools | 548 | ## Tools |
| 537 | 549 | ||
