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 edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:Hidden.png|thumb|Hidden]] | |||
===Description=== | ===Description=== | ||
Investigate your home directory in your kali. | Investigate your home directory in your kali. | ||
| Line 8: | Line 10: | ||
Find a flag from your home directory. | Find a flag from your home directory. | ||
===Solution=== | ===Solution=== | ||
Run <code>ls -la</code> to figure out what is in your home folder. You will find file named <code>.secret.txt</code. | 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. | Use <code>cat .secret.txt</code> to get the flag. | ||
| Line 15: | Line 17: | ||
*cat | *cat | ||
===Flag=== | ===Flag=== | ||
ctf-tech{535cf824-e3f8} | <code>ctf-tech{535cf824-e3f8}</code> | ||
===Links=== | ===Links=== | ||
*[[CTF Challenges | Back to CTF Challenges page]] | *[[CTF Challenges | Back to CTF Challenges page]] | ||
Latest revision as of 11:36, 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.
Use cat .secret.txt to get the flag.
Tools
- ls
- cat
Flag
ctf-tech{535cf824-e3f8}