2015-02-28 05:48:21 +00:00
#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.
2015-02-28 05:51:44 +00:00
_If you know a tool that isn't present here, feel free to open a pull request._
2015-03-19 08:42:06 +00:00
In case of tools/repos with huge code, I will add tool title and description to readme only.
2015-03-19 08:29:59 +00:00
# Requirements
2015-02-28 05:48:21 +00:00
- java
2015-03-19 08:29:59 +00:00
- python
2015-02-28 05:48:21 +00:00
2015-02-28 05:56:24 +00:00
## List
2015-02-28 05:48:21 +00:00
- Stegano
- Stegsolve
- Steganabara
2015-03-21 01:37:06 +00:00
- [Steghide ](http://steghide.sourceforge.net/ )
2015-02-28 05:48:21 +00:00
- Crypto
- XORTool
2015-03-19 08:29:59 +00:00
- Forensics
2015-03-19 08:48:17 +00:00
- [Volatility ](https://github.com/volatilityfoundation/volatility ) - To investigate memory dumps
- [Shellbags ](https://github.com/williballenthin/shellbags ) - Investigate NT\_USER.dat files
2015-03-19 08:29:59 +00:00
- Foremost - Extract particular kind of files using headers
2015-03-19 08:52:09 +00:00
- `apt-get install foremost
- Wireshark - Analyze the network dumps
- `apt-get install wireshark`
- Audacity - Analyze sound files (mp3, m4a, whatever)
- `apt-get install audacity`
2015-03-19 08:48:17 +00:00
- Reversing
- [Krakatau ](https://github.com/Storyyeller/Krakatau ) - Java decompiler and disassembler
2015-03-19 08:52:09 +00:00
- IDA Pro - Ultimate solution to reversing needs
2015-03-19 08:58:45 +00:00
- [Uncompyle ](https://github.com/williballenthin/shellbags ) - Decompile Python 2.7 binaries (.pyc)
2015-03-19 09:32:30 +00:00
- JavaScript Deobfustcators
- [Detox ](http://relentless-coding.org/projects/jsdetox/install )
- [Malzilla ](http://malzilla.sourceforge.net/downloads.html )
- [Revelo ](http://www.kahusecurity.com/tools/Revelo_v0.6.zip )
- Further you can put a breakpoint before return statement in debuggers to find the final code to be executed
2015-03-19 09:32:49 +00:00
### Tools used for creation
- JavaScript Obfustcators
- Metasploit JavaScript Obfustcator
- Uglify
- [Registry Dumper ](http://www.kahusecurity.com/tools/RegistryDumper_v0.1.zip ) - Dump your registry