Post

Overthewire-Bandit Level 8 - Sort-Uniq

image


Ref:


Bandit Level 8

Level Goal The password for the next level is stored in the file data.txt and is the only line of text that occurs only once

Commands you may need to solve this level grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd

Helpful Reading Material Piping and Redirection

SSH

1
2
ssh bandit8@bandit.labs.overthewire.org -p 2220
dfwvzFQi4mU0wfNbFOe9RoWskMLg7eEc

Commands:

1
2
sort data.txt | uniq -u
4CKMh1JI91bUIZZPXDqGanal4xvAg0JM
This post is licensed under CC BY 4.0 by the author.