VNE
Descrição do Desafio:
Passo a Passo da Solução
1. Entendendo como o binário funciona
ctf-player@pico-chall$ ./bin
Error: SECRET_DIR environment variable is not setctf-player@pico-chall$ export SECRET_DIR=/challenge
ctf-player@pico-chall$ ./bin
Listing the content of /challenge as root:
config-box.py metadata.json profilectf-player@pico-chall$ export SECRET_DIR=---
ctf-player@pico-chall$ ./bin
Listing the content of --- as root:
ls: unrecognized option '---'
Try 'ls --help' for more information.
Error: system() call returned non-zero value: 5122. Solução
Flag
Autor da WriteUp
Atualizado