00. What is the contents of the file /root/flag.txt on the VM?

50 puntos


  • Seguir tutorial de plataforma para descargar la máquina virtual, realizar instalación e ingresar.

  • Credenciales

user:user
  • Elevar privelegios a usuario root

sudo su
  • Ver contenido del fichero flag.txt del directorio root

cd /root && ls -lsa
cat flag.txt

RESUELTO