4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / hello.c C
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>

int main() {
    uid_t uid = getuid();
    printf("Hello uid=%d\n", uid);
}