Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c0d3z3r0/sudo-CVE-2017-1000367
https://github.com/c0d3z3r0/sudo-CVE-2017-1000367
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/c0d3z3r0/sudo-CVE-2017-1000367
- Owner: c0d3z3r0
- Created: 2017-05-30T18:12:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T19:53:35.000Z (over 7 years ago)
- Last Synced: 2024-08-05T17:24:09.298Z (4 months ago)
- Language: C
- Size: 79.1 KB
- Stars: 113
- Watchers: 11
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - c0d3z3r0/sudo-CVE-2017-1000367 - (C)
README
# sudo-CVE-2017-1000367
http://www.openwall.com/lists/oss-security/2017/05/30/16
- Compile: gcc -o sudopwn sudopwn.c -lutil
- Disclaimer: I had no clue what I was doing ;-)## Requirements
- System must be selinux-enabled
- sudo needs to be built with selinux support (sudo -r)
- User needs to have sudo permissions e.g. "toor ALL=(ALL) NOPASSWD: /usr/bin/sum"![](Screenshot_2017-06-05_21-40-38.png)