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 17, 2015 | hacking, Uncategorized
There’s a reason why Digital Ocean is listed under my Recommended page. You can spin up a server in 60 seconds for less than a dollar a week. What this means to the aspiring hacker or network security professional is that a very minimal fee you can host a...
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...