by InCIDRthreat | Jan 20, 2015 | overthewire
Recap of Level 10: We pulled information out of a data file using the ‘strings’ command. Bandit Level 11 Objective: Find the password to the next level Intel Given: The password is stored in the file data.txt The password is encoded with base64 How...
by InCIDRthreat | Jan 16, 2015 | overthewire, tutorials
Recap of Level 9: Learned about the sort and uniq commands and went a little further into how to use I/O redirection. Bandit Level 10 Objective: Find the password to the next level Intel Given: Password is in data.txt Password is among the few lines of...
by InCIDRthreat | Jan 14, 2015 | overthewire, Uncategorized
Recap of Level 8: Used grep to search for our password from a large text file. Bandit Level 9 Objective: Find the password to the next level Intel Given: The password is located in data.txt The password is the only line that occurs once How to: Reading the file...
by InCIDRthreat | Jan 11, 2015 | overthewire
Recap of Level 7: Searching for file types using owners, groups and file size Bandit Level 8 Objective: Find the password to the next level Intel Given: The password for the next level is stored in the file data.txt next to the word millionth How to: This is...
by InCIDRthreat | Jan 10, 2015 | overthewire, Uncategorized
Recap of Level 6: Went over finding files by their extension types and very briefly went over I/O operators. Bandit Level 7 Objective: Find the password to the next level Intel Given: The password for the next level is stored somewhere on the server Has the...
by InCIDRthreat | Jan 9, 2015 | overthewire
Recap of Level 5: We learned about the file command and how to use it to find filetypes. Bandit Level 6 Objective: Find the password to the next level Intel Given: File is stored in the inhere directory File has the properties of ‘human-readable and is...