Skip to content

Dirtycow exploit for both 32 and 64-bit

Notifications You must be signed in to change notification settings

sljfalewjlkf/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

  • C 100.0%