Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

Misc

Grab bag of handy tools for oddball CTF tasks.

Quick wins

  • Check for visual obfuscation (pixelation, QR distortion) with specialized tools.
  • For audio/tones, use DTMF or spectrogram helpers.
  • Keep keyboard layout references for substitution-style puzzles.

Tools and references

Git

  • Show full history
    • git log --patch --follow -- text.txt > full_history.txt

LaTeX