linux_dirty
2022-1-6 16:23:19 Author: github.com(查看原文) 阅读量:13 收藏

// 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 [email protected]"
//
// DON'T FORGET TO RESTORE YOUR /etc/passwd AFTER RUNNING THE EXPLOIT!
//   mv /tmp/passwd.bak /etc/passwd
// Default Password: [email protected]
//

文章来源: https://github.com/y35uishere/linux_dirty
如有侵权请联系:admin#unsafe.sh