Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 497 Bytes

l4.md

File metadata and controls

19 lines (19 loc) · 497 Bytes

Level 4

First we connect to the server using ssh
Go inside inhere directory
Use file command to get file-type of all the files in the directory and print the appropriate one.

Commands-

ssh bandit4@bandit.labs.overthewire.org -p 2220

cd inhere

file ./*
* is used to get all the files in the current directory.
We find that only -file07 is of ASCII text
So next we do...

cat ./-file07

Flag - lrIWWI6bB37kxfiCQZqUdOIYfr6eEeqR