Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Rvn0xsy/linux_dirty
更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程
https://github.com/Rvn0xsy/linux_dirty
Last synced: 22 days ago
JSON representation
更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程
- Host: GitHub
- URL: https://github.com/Rvn0xsy/linux_dirty
- Owner: Rvn0xsy
- Created: 2020-01-01T17:16:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T14:34:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T17:24:58.942Z (4 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 184
- Watchers: 8
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-hacking-lists - Rvn0xsy/linux_dirty - 更改后的脏牛提权代码,可以往任意文件写入任意内容,去除交互过程 (C)
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