Bandit Level 9 challenges you to find a password that's marked by a unique pattern. Learn to use `grep` with specific string matching to pinpoint exactly what you're looking for, even in a noisy file.
Bandit Level 8 challenges you to find a password that appears only once in a file. Learn how to combine the `sort` and `uniq` commands using the powerful pipe (`|`) to filter for unique lines.
Bandit Level 7 challenges you to find the password by searching for a specific word inside a file. Learn how to use the mighty `grep` command, your new best friend for text-based treasure hunts!
Bandit Level 6 is a true test of your `find` command prowess! Learn to search the entire file system for a file owned by a specific user, group, and of a precise size. Get ready for some serious detective work!
Bandit Level 5 challenges your file-finding skills! Learn to use the powerful `find` command to locate a file with specific properties: human-readable, a precise size, and not executable.
Bandit Level 4 challenges you to find the *only* human-readable file. Learn how to use the `file` command to identify text files versus weird binary blobs and get that elusive password!