diff options
| author | bsauce | 2021-08-29 10:09:32 +0800 |
|---|---|---|
| committer | Andrey Konovalov | 2021-08-29 16:29:21 +0200 |
| commit | 5ff25e64c10b71cc1d3a2f690fdf94e94a330f26 (patch) | |
| tree | 97ebdbb7c4cb4e7447530bda4bdec6cf7087f0e2 /README.md | |
| parent | 27671124395acb2c5d0871dd7754b7031fa2a1d2 (diff) | |
add 2 repositories on kernel security and recent CVE exploits
The repository named kernel-security-learning contains anything about kernel security, like CTF kernel pwn & kernel exploit, kernel fuzz and kernel defense paper & kernel debugging technique & kernel CVE debug.
The repository named kernel-exploit-factory contains recent Linux kernel CVE exploit analysis report and relative debug environment. You don't need to compile Linux kernel and configure your environment anymore.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -806,6 +806,8 @@ Follow [@andreyknvl](https://twitter.com/andreyknvl) on Twitter to be notified o | |||
| 806 | 806 | ||
| 807 | ## Exploits | 807 | ## Exploits |
| 808 | 808 | ||
| 809 | https://github.com/bsauce/kernel-exploit-factory | ||
| 810 | |||
| 809 | [Project Zero bug reports](https://bugs.chromium.org/p/project-zero/issues/list?can=1&q=linux%20kernel&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&cells=ids&sort=-id) | 811 | [Project Zero bug reports](https://bugs.chromium.org/p/project-zero/issues/list?can=1&q=linux%20kernel&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&cells=ids&sort=-id) |
| 810 | 812 | ||
| 811 | https://www.exploit-db.com/search/?action=search&description=linux+kernel | 813 | https://www.exploit-db.com/search/?action=search&description=linux+kernel |
| @@ -1094,6 +1096,8 @@ https://github.com/crowell/old_blog/blob/source/source/_posts/2014-11-24-hosting | |||
| 1094 | 1096 | ||
| 1095 | ## Misc | 1097 | ## Misc |
| 1096 | 1098 | ||
| 1099 | https://github.com/bsauce/kernel-security-learning | ||
| 1100 | |||
| 1097 | [2021: "The Complicated History of a Simple Linux Kernel API"](https://www.grsecurity.net/complicated_history_simple_linux_kernel_api) [article] | 1101 | [2021: "The Complicated History of a Simple Linux Kernel API"](https://www.grsecurity.net/complicated_history_simple_linux_kernel_api) [article] |
| 1098 | 1102 | ||
| 1099 | [2021: "On the Feasibility of Stealthily Introducing Vulnerabilities in Open-Source Software via Hypocrite Commit"](https://github.com/QiushiWu/QiushiWu.github.io/blob/main/papers/OpenSourceInsecurity.pdf) [paper] | 1103 | [2021: "On the Feasibility of Stealthily Introducing Vulnerabilities in Open-Source Software via Hypocrite Commit"](https://github.com/QiushiWu/QiushiWu.github.io/blob/main/papers/OpenSourceInsecurity.pdf) [paper] |
