Skip to content

Latest commit

 

History

History

secure_shell

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Secure Shell

Points: 50

Admin forgot something in the shell, can you figure it out?

Author: dxler


right off the bat ls was working

you could do ls /bin to see the available commands. Most weren't available, however you had ls and echo

solve was just echo $(/readflag) if i remember correctly.


wwf{os_c0mm4nd_1nj3ct10n}