Archivo mensual: junio 2013

Nebula level10 – Exploiting access() syscall TOCTOU Race Condition

Share it!

Share it! TweetIn this level, they provide the following C source code: #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <stdio.h> #include <fcntl.h> #include <errno.h> #include <sys/socket.h> #include <netinet/in.h> #include <string.h> int main(int argc, char **argv) { char *file; char *host; … Sigue leyendo

Share it!
Publicado en Privilege Escalation | Deja un comentario