awesome-ctf/README.md

82 lines
3.3 KiB
Markdown
Raw Normal View History

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._
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-03-21 04:30:43 +00:00
- pngtools - For various analysis related to PNGs
- `apt-get install pngtools`
- [SmartDeblur](https://github.com/Y-Vladimir/SmartDeblur) Used to deblur and fix defocused images
2015-02-28 05:48:21 +00:00
- Crypto
- XORTool
2015-03-19 08:29:59 +00:00
- Forensics
- [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-21 04:30:43 +00:00
- `apt-get install foremost
2015-03-19 08:52:09 +00:00
- Wireshark - Analyze the network dumps
2015-03-21 04:30:43 +00:00
- `apt-get install wireshark`
2015-03-19 08:52:09 +00:00
- Audacity - Analyze sound files (mp3, m4a, whatever)
2015-03-21 04:30:43 +00:00
- `apt-get install audacity`
2015-03-21 02:20:08 +00:00
- extundelete - Used for recovering lost data from mountable images
- fsck.ext4 - Used to fix corrupt filesystems
2015-03-21 04:47:28 +00:00
- [RegistryViewer](http://www.gaijin.at/en/getitpage.php?id=regview) - Used to view windows registries
2015-03-21 05:37:18 +00:00
- [More registry viewers](http://www.forensicswiki.org/wiki/Windows_Registry)
2015-03-21 05:38:03 +00:00
- bkhive and samdump2 - Dump SYSTEM and SAM files
2015-03-21 19:30:50 +00:00
- [creddump](https://code.google.com/p/creddump/) - Dump windows credentials
2015-03-21 04:56:58 +00:00
- [UsbForensics](http://www.forensicswiki.org/wiki/USB_History_Viewing) - Contains many tools for usb forensics
2015-03-21 19:30:05 +00:00
- Bruteforcers
- John The Ripper
- John The Jumbo
- Ophcrack
- Reversing
- [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler and disassembler
2015-03-21 04:30:43 +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-21 04:30:43 +00:00
2015-03-24 20:59:42 +00:00
- [BinWalk](https://github.com/devttys0/binwalk) - Analyze, reverse engineer, and extract firmware images.
2015-03-28 05:11:57 +00:00
- [Jadx](https://github.com/skylot/jadx) - Decompile Android files
2015-03-28 12:16:39 +00:00
- [ApkTool](ibotpeaches.github.io/Apktool/) - Android Decompiler
2015-03-22 14:15:55 +00:00
- Web
- [XSSer](http://xsser.sourceforge.net/) - Automated XSS testor
2015-03-22 14:20:35 +00:00
- [SQLMap](https://github.com/sqlmapproject/sqlmap) - Automatic SQL injection and database takeover tooli
2015-03-22 14:20:48 +00:00
- Exploits
- [Metasploit](http://www.metasploit.com/) - Most used penetration testing software
2015-03-23 16:20:23 +00:00
- [pwntools](https://github.com/Gallopsled/pwntools) - CTF Framework for writing exploits
2015-03-22 14:20:48 +00:00
2015-03-22 14:54:49 +00:00
### Services
- [Request Bin](http://requestb.in/) - Lets you inspect http requests to a particular url
2015-03-23 12:03:33 +00:00
- [CSWSH](http://ironwasp.org/cswsh.html) - Cross-Site WebSocket Hijacking Tester
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