Friday, August 19, 2022

Bandit12

 

Bandit12





bandit level12

ssh server: bandit.labs.overthewire.org port 2220

username: bandit12

password: 5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu




This time the data.txt file contains a hexdump of a file, 1st as the challenge advised we will create directory in the /tmp directory, and copy out data.txt file there to deal with it


Now convert back the hexdump to its original file using "xxd"


The original file is a gzip file, after extracting it we face a bzip2 file, then tar compressed file,.....




After a series of decompression we meet our target ascii text file "data8" which contains the password for the next level  bandit13
tell we meet there


Your comments and feedback are highly appreciated

Thank You












No comments:

Post a Comment

Bandit26

  Bandit26 bandit level26 ssh server: bandit.labs.overthewire.org port 2220 username:  bandit26 password:  c7GvcKlw9mC7aUQaPx7nwFstuAIBw1o1 ...