An open API service indexing awesome lists of open source software.

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.

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
```