Bandit Level 7 -> Level 8

The password for the next level is stored in the file data.txt next to the word millionth

🔧 Comandos usados

# Comando principal usado na fase
cat data.txt | grep millionth

Output

millionth	dfwvzFQi4mU0wfNbFOe9RoWskMLg7eEc

🧠 Explicação

Este foi facil, pois ja conhecia o comando grep, usei-o para encontrar a palavra millionth, que estaria junto da senha para o proximo nivel.

Last updated