nu0l / linux_dirty

更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

// Compile with:
//   gcc -pthread dirty.c -o dirty -lcrypt
//
// Then run the newly create binary by either doing:
//   "./dirty"
//
// Afterwards, you can either "su rooter" or "ssh rooter@..."
//
// DON'T FORGET TO RESTORE YOUR /etc/passwd AFTER RUNNING THE EXPLOIT!
//   mv /tmp/passwd.bak /etc/passwd
// Default Password: Hello@World
//

默认添加用户 rooter 密码 Hello@World

About

更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程


Languages

Language:C 100.0%