Archivo mensual: enero 2013
Nebula level08
Share it! Tweet El enunciado del nivel 8 dice lo siguiente : «World readable files strike again. Check what that user was up to, and use it to log into flag08 account.» Nos logueamos y vamos al directorio de … Sigue leyendo
Nebula level 06
Share it! Tweet En este post vamos a elevar privilegios hasta el user flag06, el enunciado dice lo siguiente : «The flag06 account credentials came from a legacy unix system.» Mmmm legacy unix system… suena a ir directo a hacer … Sigue leyendo
Nebula level 07
Share it! TweetEste nivel me resultó muy divertido y me recordó a tiempos de Slackware 7.2 por lo menos, veamos. En el directorio /home/flag07/ hacia cuyo usuario queremos elevar privilegios, nos encontramos varios ficheros: – index.cgi #!/usr/bin/perl use … Sigue leyendo
Nebula level 05
Share it! TweetEl nivel 5 reza lo siguiente : «Check the flag05 home directory. You are looking for weak directory permissions » No source code Bien, vamos a nuestro home, y hacemos un ls -shal y podemos comprobar … Sigue leyendo
Nebula level 04
Share it! TweetEn este nivel se nos presenta el siguiente binario compilado cuyo source code es el siguiente : #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <stdio.h> #include <fcntl.h> int main(int argc, char **argv, char **envp) { char … Sigue leyendo