Inside: Revision history

From Pessin randon wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 September 2022

  • curprev 11:4911:49, 26 September 2022 Exf talk contribs 567 bytes +34 No edit summary Tag: Visual edit
  • curprev 11:4811:48, 26 September 2022 Exf talk contribs 533 bytes +533 Created page with "===Description=== Sometimes you only know the contents of the file but not the location or name. 50pts ===Question=== Find a file from the system that has following line in it <code>The cake is a lie</code> It is located inn one of the subfolders of <code>/usr/</code> ===Solution=== With <code>grep</code> tool you can find strings inside files. Lets use <code>grep -r "The cake is a lie" /urs/</code> ===Tools=== *grep ===Flag=== <code>ctf-tech{f62cf6d8-f27f}</code> ===..." Tag: Visual edit: Switched