Writeups OverTheWireBanditLinuxBase64

Bandit 10 Writeup - OverTheWire

Writeup for Bandit level 10 from OverTheWire: base64 decoding.

Contents

Wargame: Bandit

Level: 10

Category: Linux Fundamentals

Description

data.txt contains base64-encoded data. Decoding it reveals the password.

Overview

Solution

base64 -d data.txt

Password

6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM

← Back to Blog