Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 17 additions & 18 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,34 @@
## android-kernel-exploits

Android 漏洞利用代码集合,**均未测试**
A collection of Android kernel vulnerability exploit code, **none tested**.

## 漏洞列表
## Vulnerability List

### 通用 - Google
### General – Google

* [CVE-2016-5195 - dirtycow proof of concept for Android](general-kernel/CVE-2016-5195)
* [CVE-2016-5195 - Dirty COW proof of concept for Android](general-kernel/CVE-2016-5195)

### 高通 - Qualcomm
### Qualcomm

* [CVE-2016-2431 - The Qualcomm TrustZone component in Android before 2016-05-01 on Nexus 5, Nexus 6, Nexus 7 (2013), and Android One devices allows attackers to gain privileges via a crafted application, aka internal bug 24968809](qualcomm/CVE-2016-2431)
* [CVE-2016-5342 - Heap-based buffer overflow in the wcnss_wlan_write function](qualcomm/CVE-2016-5342)

### 华为 - Huawei
### Huawei

待整理
* To be organized

### 三星 - Samsung
### Samsung

* [SVE-2017-10086 - PoC exploit for arbitrary file read/write in locked Samsung Android device via MTP](samsung/SVE-2017-10086)
* [SVE-2017-10086 - PoC exploit for arbitrary file read/write on locked Samsung Android devices via MTP](samsung/SVE-2017-10086)

## 第三方列表
## Third-Party Lists

* [ScottyBauer/Android_Kernel_CVE_POCs - A list of my CVE's with POCs](https://github.com/ScottyBauer/Android_Kernel_CVE_POCs)
* [ele7enxxh/poc-exp - poc or exp of android vulnerability](https://github.com/ele7enxxh/poc-exp)
* [jiayy/android_vuln_poc-exp - This project contains pocs and exploits for android vulneribilities](https://github.com/jiayy/android_vuln_poc-exp)
* [ScottyBauer/Android_Kernel_CVE_POCs - A list of my CVEs with PoCs](https://github.com/ScottyBauer/Android_Kernel_CVE_POCs)
* [ele7enxxh/poc-exp - PoCs or exploits for Android vulnerabilities](https://github.com/ele7enxxh/poc-exp)
* [jiayy/android_vuln_poc-exp - This project contains PoCs and exploits for Android vulnerabilities](https://github.com/jiayy/android_vuln_poc-exp)

## 第三方工具

* [chainfire - 主要是三星设备](https://autoroot.chainfire.eu/)
* [kingroot - 一键root工具](https://kingroot.net/)
* [SunShine - bootloader 解锁 / root 工具](http://theroot.ninja/download.html)
## Third-Party Tools

* [chainfire - Mainly for Samsung devices](https://autoroot.chainfire.eu/)
* [kingroot - One-click root tool](https://kingroot.net/)
* [SunShine - Bootloader unlock / root tool](http://theroot.ninja/download.html)