https://github.com/frohoff/java-suid-exec
Break glass in case of suid java executable.
https://github.com/frohoff/java-suid-exec
Last synced: about 1 month ago
JSON representation
Break glass in case of suid java executable.
- Host: GitHub
- URL: https://github.com/frohoff/java-suid-exec
- Owner: frohoff
- Created: 2014-10-28T16:59:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-28T21:04:55.000Z (over 11 years ago)
- Last Synced: 2025-01-11T05:16:10.726Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
gcc -I"/tmp/jdk1.8.0_25/include/" -I"/tmp/jdk1.8.0_25/include/linux/" UID.c -o uid.so -shared -fPIC -m32
javac *.java -source 1.4 -target 1.4
```