2015-02-28 11:18:21 +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.
2015-02-28 11:21:44 +05:30
_If you know a tool that isn't present here, feel free to open a pull request._
2015-03-19 14:12:06 +05:30
In case of tools/repos with huge code, I will add tool title and description to readme only.
2015-03-19 13:59:59 +05:30
# Requirements
2015-02-28 11:18:21 +05:30
- java
2015-03-19 13:59:59 +05:30
- python
2015-02-28 11:18:21 +05:30
2015-02-28 11:26:24 +05:30
## List
2015-02-28 11:18:21 +05:30
- Stegano
- Stegsolve
- Steganabara
- Crypto
- XORTool
2015-03-19 13:59:59 +05:30
- Forensics
2015-03-19 14:18:17 +05:30
- [Volatility ](https://github.com/volatilityfoundation/volatility ) - To investigate memory dumps
- [Shellbags ](https://github.com/williballenthin/shellbags ) - Investigate NT\_USER.dat files
2015-03-19 13:59:59 +05:30
- Foremost - Extract particular kind of files using headers
2015-03-19 14:22:09 +05:30
- `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 14:18:17 +05:30
- Reversing
- [Krakatau ](https://github.com/Storyyeller/Krakatau ) - Java decompiler and disassembler
2015-03-19 14:22:09 +05:30
- IDA Pro - Ultimate solution to reversing needs
2015-03-19 13:59:59 +05:30