linux_dirty
linux_dirty copied to clipboard
更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程
// 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