Hey everyone! I'm trying to remember the name of this online Linux learning game where you need to piece together command lines to unlock the password for each level. I think it involves logging into different hosts and using tools like grep, tr, and sed to solve challenges. Any ideas?
4 Answers
If you're interested in more stuff like that, you might also want to look at clmystery on GitHub. It's not the exact game you're describing, but it's pretty neat!
Not exactly what you asked for, but have you checked out sadservers.com? They offer some interesting challenges that could be fun too!
I think you might be looking for OverTheWire's Bandit! It's a fantastic game that has you SSHing into different hosts and using various Linux commands to get passwords for the next levels. Definitely check it out!
Bingo! THANK YOU!
There are lots of good puzzles out there if you search for "code golf shell bash". You might find some cool challenges to try out!
This looks pretty cool. Gonna check it out.