Bandit 10
bandit 10
Nice "base64 -d" is the command we need. "-d" here obviously stands for 'decode'
bandit10@bandit:~$ ls
data.txt
bandit10@bandit:~$ cat data.txt
VGhlIHBhc3N3b3JkIGlzIElGdWt3S0dzRlc4TU9xM0lSRnFyeEUxaHhUTkViVVBSCg==
bandit10@bandit:~$ base64 -d data.txt
The password is IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR
Nice "base64 -d" is the command we need. "-d" here obviously stands for 'decode'
Comments
Post a Comment