DIR: Difference between revisions
From Pessin randon wiki
Created page with "===Description=== Quite often you need to read text from diffente folders or navigate around in a filesystem. 50pts ===Question=== Read a flag from <code>/var/log/system/dir.txt</code> ===Solution=== Use command <code>cat /var/log/system/dir.txt</code> ===Tools=== *cat ===Flag=== <code>ctf-tech{ccfe7ce3-5499}</code> ===Links=== * Back to CTF Challenges page" |
(No difference)
|
Revision as of 11:38, 26 September 2022
Description
Quite often you need to read text from diffente folders or navigate around in a filesystem.
50pts
Question
Read a flag from /var/log/system/dir.txt
Solution
Use command cat /var/log/system/dir.txt
Tools
- cat
Flag
ctf-tech{ccfe7ce3-5499}