Writeups OverTheWireBanditLinuxsortuniq

Bandit 8 Writeup - OverTheWire

Writeup for Bandit level 8 from OverTheWire: finding the unique line with sort and uniq.

Contents

Wargame: Bandit

Level: 8

Category: Linux Fundamentals

Description

data.txt contains many lines; the password is the only line that appears exactly once. All other lines are duplicates.

Overview

Solution

sort data.txt | uniq -u

Password

EN632PlfYiZbn3PhVK3XOGSlNInNE00t

← Back to Blog