Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 256 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 256 Bytes

DirtyCow - Exploit

Below code takes advantage of a known vulnerability [Dirty COW (CVE-2016-5195)] to escalate privileges and get root access.

Before running, uncomment sc for your platform within main.c.

Compilation: gcc main.c -o dirtycow -lpthread