No description
Find a file
Amanpreet Singh 4290328eb9 Add steghide
2015-03-21 07:07:06 +05:30
steganabara Add Steganabara 2015-02-28 11:18:50 +05:30
stegsolve Add Stegsolve 2015-02-28 11:18:29 +05:30
xortool Add XOR Tool with all files 2015-02-28 11:24:58 +05:30
README.md Add steghide 2015-03-21 07:07:06 +05:30

#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

  • 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
    • Uncompyle - Decompile Python 2.7 binaries (.pyc)
    • JavaScript Deobfustcators
      • Detox
      • Malzilla
      • Revelo
      • Further you can put a breakpoint before return statement in debuggers to find the final code to be executed

Tools used for creation

  • JavaScript Obfustcators

    • Metasploit JavaScript Obfustcator
    • Uglify
  • Registry Dumper - Dump your registry