DIR

From Pessin randon wiki
Revision as of 11:38, 26 September 2022 by Exf (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}