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 edit summary |
||
| Line 1: | Line 1: | ||
[[File:Dir.PNG|thumb|Dir]] | |||
===Description=== | ===Description=== | ||
Quite often you need to read text from diffente folders or navigate around in a filesystem. | Quite often you need to read text from diffente folders or navigate around in a filesystem. | ||