Awesome
Android Kernel Exploitation
Objective
The objective of this workshop is to get started with kernel vulnerability analsysis and exploitation in Android platform.
Usage
Clone the repository
git clone https://github.com/cloudfuzz/android-kernel-exploitation ~/workshop
Github Pages URL
https://cloudfuzz.github.io/android-kernel-exploitation/
Workshop Stream
<div align="center"> <a href="https://www.youtube.com/watch?v=8ySHpVCYcbk"><img src="https://img.youtube.com/vi/8ySHpVCYcbk/0.jpg" alt="Android Kernel Exploitation" /></a> </div>Docker for building kernel
# Build the docker image
docker build -t and-build-env .
# Run the docker
docker run -d --rm -it and-build-env
# Get shell in docker image to do further work
Author
Ashfaq Ansari (@HackSysTeam) of CloudFuzz.
<p align="center"> <img src="gitbook/images/cloudfuzz-logo-white.png" alt="CloudFuzz" title="CloudFuzz"/> </p>