This repository aims to hold suggestions (and hopefully/eventually code) for CTF challenges. The "project" is nicknamed Katana.
Go to file
John Hammond a4911883e1 First commit, starting list! 2018-02-02 00:40:53 -05:00
README.md First commit, starting list! 2018-02-02 00:40:53 -05:00

README.md

CTF-Katana

John Hammond | February 1st, 2018


This repository, at the time of writing, will just host a listing of tools and commands that may help with CTF challenges. I hope to keep it as a "live document," and ideally it will not die out like the old "tools" page I had made (https://github.com/USCGA/tools).

Hopefully, at some point I will develop software that will run through a lot of the low-hanging fruit and simple command-line tools, generate a report and have all the output in one place.


Steganography

  • steghide

    A command-line tool typically used alongside a password or key, that could be uncovered some other way when solving a challenge.

  • [zsteg][zsteg]

  • Morse Code

    Always test for this if you are seeing two distinct values... it may not always be binary!

  • Whitespace

    Tabs and spaces could be representing 1's and 0's and treating them as a binary message... or, they could be whitespace done with snow or

  • snow

    A tool for whitespace steganography (see above)

Cryptography