Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Rvn0xsy/linux_dirty

更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程
https://github.com/Rvn0xsy/linux_dirty

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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