Hidden: Difference between revisions
From Pessin randon wiki
Created page with "===Description=== Investigate your home directory in your kali. There is a flag in a text file. 50pts ===Question=== Find a flag from your home directory. ===Solution=== Run <code>ls -la</code> to figure out what is in your home folder. You will find file named <code>.secret.txt</code. Use <code>cat .secret.txt</code> to get the flag. ===Tools=== *ls *cat ===Flag=== ctf-tech{535cf824-e3f8} ===Links=== * Back to CTF Challenges page" |
(No difference)
|
Revision as of 11:34, 26 September 2022
Description
Investigate your home directory in your kali.
There is a flag in a text file.
50pts
Question
Find a flag from your home directory.
Solution
Run ls -la to figure out what is in your home folder. You will find file named .secret.txt</code.
Use cat .secret.txt to get the flag.
Tools
- ls
- cat
Flag
ctf-tech{535cf824-e3f8}
Links