summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbsauce2021-08-29 10:09:32 +0800
committerAndrey Konovalov2021-08-29 16:29:21 +0200
commit5ff25e64c10b71cc1d3a2f690fdf94e94a330f26 (patch)
tree97ebdbb7c4cb4e7447530bda4bdec6cf7087f0e2 /README.md
parent27671124395acb2c5d0871dd7754b7031fa2a1d2 (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.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04d7114..3527ea5 100644
--- a/README.md
+++ b/README.md
@@ -806,6 +806,8 @@ Follow [@andreyknvl](https://twitter.com/andreyknvl) on Twitter to be notified o
806 806
807## Exploits 807## Exploits
808 808
809https://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
811https://www.exploit-db.com/search/?action=search&description=linux+kernel 813https://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
1099https://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]