Blood Bash
Challenge:
We've obtained access to a system maintained by bl0ody_mary. There are five flag files that we need you to read and submit. Submit the contents of
flag1.txt
.Username:
bl0ody_mary
Password:d34df4c3
bloodbash.deadface.io:22
Solution:
After accessing the server via SSH and running a simple find .
command, a flag file was identified:
$ find .
.
./De Monne Customer Portal.pdf
./.bash_history
./Videos
./.bash_logout
./.profile
./Downloads
./.bashrc
./Music
./Documents
./Documents/flag1.txt
./Documents/.demonne_info.txt
./Pictures
Dumping the contents of flag1.txt revealed the flag:
$ cat ./Documents/flag1.txt
flag{cd134eb8fbd794d4065dcd7cfa7efa6f3ff111fe}
Leave a comment