awesome-ctf/README.md
2015-03-19 14:22:09 +05:30

1.1 KiB

#CTF Tools

Since I lost my laptop a month back, with that I lost all the collection of my important CTF solving softwares and tools. It takes time to build up the collection. So I am adding them all here, just in case.

If you know a tool that isn't present here, feel free to open a pull request.

In case of tools/repos with huge code, I will add tool title and description to readme only.

Requirements

  • java
  • python

List

  • Stegano

    • Stegsolve
    • Steganabara
  • Crypto

    • XORTool
  • Forensics

    • Volatility - To investigate memory dumps
    • Shellbags - Investigate NT_USER.dat files
    • Foremost - Extract particular kind of files using headers
      • `apt-get install foremost
    • Wireshark - Analyze the network dumps
      • apt-get install wireshark
    • Audacity - Analyze sound files (mp3, m4a, whatever)
      • apt-get install audacity
  • Reversing

    • Krakatau - Java decompiler and disassembler
    • IDA Pro - Ultimate solution to reversing needs