2015-08-06 09:24:09 +05:30
# Awesome CTF [![Build Status](https://travis-ci.org/apsdehal/awesome-ctf.svg?branch=master)](https://travis-ci.org/apsdehal/awesome-ctf) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2015-02-28 11:18:21 +05:30
2016-05-13 18:29:28 +05:30
A curated list of [Capture The Flag ](https://en.wikipedia.org/wiki/Capture_the_flag#Computer_security ) (CTF) frameworks, libraries, resources, softwares and tutorials. This list aims to help starters as well as seasoned CTF players to find everything related to CTFs at one place.
2015-02-28 11:18:21 +05:30
2015-04-26 11:20:19 +05:30
### Contributing
2015-02-28 11:21:44 +05:30
2015-04-26 12:03:39 +05:30
Please take a quick look at the [contribution guidelines ](https://github.com/apsdehal/ctf-tools/blob/master/CONTRIBUTING.md ) first.
2015-04-26 11:20:19 +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
2015-04-26 11:57:07 +05:30
### Why?
It takes time to build up collection of tools used in ctf and remember them all. This repo helps to keep all these scattered tools at one place.
2015-04-26 11:20:45 +05:30
### Contents
2015-04-27 01:32:50 +05:30
- [Awesome CTF ](#awesome-ctf )
2015-04-26 11:20:45 +05:30
- [Create ](#create )
2015-04-28 03:56:04 +05:30
- [Forensics ](#forensics )
2016-05-11 19:54:23 +02:00
- [Platforms ](#platforms )
2016-06-10 23:31:55 +05:30
- [Steganography ](#steganography )
2015-04-28 03:56:04 +05:30
- [Web ](#web )
2015-04-26 11:20:45 +05:30
- [Solve ](#solve )
2015-04-28 03:56:04 +05:30
- [Attacks ](#attacks )
- [Bruteforcers ](#bruteforcers )
- [Cryptography ](#crypto )
- [Exploits ](#exploits )
- [Forensics ](#forensics-1 )
2016-09-28 22:15:13 +02:00
- [Networking ](#networking )
2015-04-28 03:56:04 +05:30
- [Reversing ](#reversing )
- [Services ](#services )
2016-09-29 20:11:47 +02:00
- [Steganography ](#steganography-1 )
2015-04-28 03:56:04 +05:30
- [Web ](#web-1 )
2015-04-26 11:21:01 +05:30
2015-04-26 11:27:15 +05:30
- [Resources ](#resources )
2016-09-28 09:48:08 +02:00
- [Operating Systems ](#operating-systems )
2015-09-08 18:26:17 +00:00
- [Starter Packs ](#starter-packs )
2015-04-28 03:56:04 +05:30
- [Tutorials ](#tutorials )
- [Wargames ](#wargames )
- [Websites ](#websites )
- [Wikis ](#wikis )
2015-09-08 18:26:17 +00:00
- [Writeups Collections ](#writeups-collections )
2015-04-26 11:27:15 +05:30
2015-04-26 11:22:43 +05:30
# Create
2015-04-26 11:21:01 +05:30
*Tools used for creating CTF challenges*
## Forensics
*Tools used for creating Forensics challenges*
2017-02-15 04:54:29 +01:00
- [Dnscat ](https://wiki.skullsecurity.org/Dnscat ) - Hosts communication through DNS
2017-03-17 01:11:49 +08:00
- [Registry Dumper ](http://www.kahusecurity.com/downloads/RegistryDumper_v0.2.7z ) - Dump your registry
2015-04-26 11:21:01 +05:30
2016-05-11 19:54:23 +02:00
## Platforms
2016-05-13 18:29:28 +05:30
*Projects that can be used to host a CTF*
2016-05-12 14:02:36 +05:30
- [CTFd ](https://github.com/isislab/CTFd ) - Platform to host jeopardy style CTFs from ISISLab, NYU Tandon
2016-09-29 20:11:47 +02:00
- [FBCTF ](https://github.com/facebook/fbctf ) - Platform to host Capture the Flag competitions from Facebook
2017-02-14 21:58:14 -06:00
- [HackTheArch ](https://github.com/mcpa-stlouis/hack-the-arch ) - CTF scoring platform
2016-05-12 14:02:36 +05:30
- [Mellivora ](https://github.com/Nakiami/mellivora ) - A CTF engine written in PHP
2016-09-28 09:44:53 +02:00
- [NightShade ](https://github.com/UnrealAkama/NightShade ) - A simple security CTF framework
2017-04-09 19:20:32 +02:00
- [OpenCTF ](https://github.com/easyctf/openctf ) - CTF in a box. Minimal setup required
2017-04-09 18:49:04 +02:00
- [PicoCTF Platform 2 ](https://github.com/picoCTF/picoCTF-Platform-2 ) - A genericized version of picoCTF 2014 that can be easily adapted to host CTF or programming competitions.
2017-04-09 13:21:43 -04:00
- [PyChallFactory ](https://github.com/pdautry/py_chall_factory ) - Small framework to create/manage/package jeopardy CTF challenges
2017-11-14 18:52:58 +01:00
- [RootTheBox ](https://github.com/moloch--/RootTheBox ) - A Game of Hackers (CTF Scoreboard & Game Manager)
2016-05-12 14:02:36 +05:30
- [Scorebot ](https://github.com/legitbs/scorebot ) - Platform for CTFs by Legitbs (Defcon)
2017-08-22 01:00:04 +04:00
- [SecGen ](https://github.com/cliffe/SecGen ) - Security Scenario Generator. Creates randomly vulnerable virtual machines
2016-05-11 19:54:23 +02:00
2016-09-28 09:44:53 +02:00
2016-06-10 23:31:55 +05:30
## Steganography
*Tools used to create stego challenges*
Check solve section for steganography.
2015-04-26 11:21:01 +05:30
## Web
*Tools used for creating Web challenges*
*JavaScript Obfustcators*
2015-04-26 12:17:33 +05:30
- [Metasploit JavaScript Obfustcator ](https://github.com/rapid7/metasploit-framework/wiki/How-to-obfuscate-JavaScript-in-Metasploit )
- [Uglify ](http://marijnhaverbeke.nl//uglifyjs )
2015-04-26 11:21:01 +05:30
2015-04-26 11:22:43 +05:30
# Solve
2015-04-26 11:21:19 +05:30
*Tools used for solving CTF challenges*
2015-04-26 11:41:06 +05:30
## Attacks
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
*Tools used for performing various kinds of attacks*
2015-04-26 11:21:19 +05:30
2015-10-28 23:28:42 +05:30
- [Bettercap ](https://github.com/evilsocket/bettercap ) - Framework to perform MITM (Man in the Middle) attacks.
2015-04-26 11:41:06 +05:30
- [Layer 2 attacks ](https://github.com/tomac/yersinia ) - Attack various protocols on layer 2
2015-04-26 11:21:19 +05:30
## Crypto
*Tools used for solving Crypto challenges*
2016-10-30 22:12:11 -04:00
- [FeatherDuster ](https://github.com/nccgroup/featherduster ) - An automated, modular cryptanalysis tool
2017-09-25 14:43:08 -04:00
- [Hash Extender ](https://github.com/iagox86/hash_extender ) - A utility tool for performing hash length extension attacks
2015-11-10 19:17:51 -05:00
- [PkCrack ](https://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack.html ) - A tool for Breaking PkZip-encryption
2017-10-20 01:14:25 +07:00
- [RSACTFTool ](https://github.com/Ganapati/RsaCtfTool ) - A tool for recovering RSA private key with various attack
2015-04-26 11:21:19 +05:30
- [RSATool ](https://github.com/ius/rsatool ) - Generate private key with knowledge of p and q
2015-04-26 13:35:02 +05:30
- [XORTool ](https://github.com/hellman/xortool ) - A tool to analyze multi-byte xor cipher
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
## Bruteforcers
*Tools used for various kind of bruteforcing (passwords etc.)*
2017-02-15 04:53:58 +01:00
- [Hashcat ](https://hashcat.net/hashcat/ ) - Password Cracker
2015-04-26 12:17:33 +05:30
- [John The Jumbo ](https://github.com/magnumripper/JohnTheRipper ) - Community enhanced version of John the Ripper
2015-04-26 13:35:02 +05:30
- [John The Ripper ](http://www.openwall.com/john/ ) - Password Cracker
2017-03-22 00:38:18 -04:00
- [Nozzlr ](https://github.com/intrd/nozzlr ) - Nozzlr is a bruteforce framework, trully modular and script-friendly.
2015-04-26 12:17:33 +05:30
- [Ophcrack ](http://ophcrack.sourceforge.net/ ) - Windows password cracker based on rainbow tables.
2017-03-22 00:38:18 -04:00
- [Patator ](https://github.com/lanjelot/patator ) - Patator is a multi-purpose brute-forcer, with a modular design.
2015-04-26 11:41:06 +05:30
## Exploits
*Tools used for solving Exploits challenges*
2016-07-01 16:26:26 +05:30
- [DLLInjector ](https://github.com/OpenSecurityResearch/dllinjector ) - Inject dlls in processes
2017-02-15 04:55:01 +01:00
- [libformatstr ](https://github.com/hellman/libformatstr ) - Simplify format string exploitation.
2015-04-26 12:17:33 +05:30
- [Metasploit ](http://www.metasploit.com/ ) - Penetration testing software
2017-06-12 03:46:05 +02:00
- [one_gadget ](https://github.com/david942j/one_gadget ) - A tool to find the one gadget `execve('/bin/sh', NULL, NULL)` call
- `gem install one_gadget`
2016-09-29 20:11:47 +02:00
- [Pwntools ](https://github.com/Gallopsled/pwntools ) - CTF Framework for writing exploits
- [Qira ](https://github.com/BinaryAnalysisPlatform/qira ) - QEMU Interactive Runtime Analyser
2015-10-28 10:28:48 +05:30
- [ROP Gadget ](https://github.com/JonathanSalwan/ROPgadget ) - Framework for ROP exploitation
2016-11-20 10:07:11 -05:00
- [V0lt ](https://github.com/P1kachu/v0lt ) - Security CTF Toolkit
2015-04-26 11:41:06 +05:30
2015-04-26 11:21:19 +05:30
## Forensics
*Tools used for solving Forensics challenges*
2015-04-30 18:28:43 +05:30
- [Aircrack-Ng ](http://www.aircrack-ng.org/ ) - Crack 802.11 WEP and WPA-PSK keys
- `apt-get install aircrack-ng`
2015-04-26 11:55:12 +05:30
- [Audacity ](http://sourceforge.net/projects/audacity/ ) - Analyze sound files (mp3, m4a, whatever)
2015-04-26 11:21:19 +05:30
- `apt-get install audacity`
2016-09-29 20:11:47 +02:00
- [Bkhive and Samdump2 ](http://sourceforge.net/projects/ophcrack/files/samdump2/ ) - Dump SYSTEM and SAM files
2015-04-26 11:55:12 +05:30
- `apt-get install samdump2 bkhive`
2015-04-26 11:21:19 +05:30
- [CFF Explorer ](http://www.ntcore.com/exsuite.php ) - PE Editor
2016-09-29 20:11:47 +02:00
- [Creddump ](https://github.com/moyix/creddump ) - Dump windows credentials
2015-09-19 20:05:00 +00:00
- [DVCS Ripper ](https://github.com/kost/dvcs-ripper ) - Rips web accessible (distributed) version control systems
2015-07-18 02:52:30 -07:00
- [Exif Tool ](http://www.sno.phy.queensu.ca/~phil/exiftool/ ) - Read, write and edit file metadata
2016-09-29 20:11:47 +02:00
- [Extundelete ](http://extundelete.sourceforge.net/ ) - Used for recovering lost data from mountable images
2016-06-20 18:46:14 +02:00
- [Fibratus ](https://github.com/rabbitstack/fibratus ) - Tool for exploration and tracing of the Windows kernel
2015-04-26 11:55:12 +05:30
- [Foremost ](http://foremost.sourceforge.net/ ) - Extract particular kind of files using headers
2015-04-26 11:48:50 +05:30
- `apt-get install foremost`
2016-09-29 20:11:47 +02:00
- [Fsck.ext4 ](http://linux.die.net/man/8/fsck.ext3 ) - Used to fix corrupt filesystems
2015-04-26 11:45:02 +05:30
- [Malzilla ](http://malzilla.sourceforge.net/ ) - Malware hunting tool
2015-07-18 03:02:00 -07:00
- [NetworkMiner ](http://www.netresec.com/?page=NetworkMiner ) - Network Forensic Analysis Tool
2015-04-26 11:45:02 +05:30
- [PDF Streams Inflater ](http://malzilla.sourceforge.net/downloads.html ) - Find and extract zlib files compressed in PDF files
2015-04-26 11:55:12 +05:30
- [ResourcesExtract ](http://www.nirsoft.net/utils/resources_extract.html ) - Extract various filetypes from exes
2015-04-26 11:48:50 +05:30
- [Shellbags ](https://github.com/williballenthin/shellbags ) - Investigate NT\_USER.dat files
- [UsbForensics ](http://www.forensicswiki.org/wiki/USB_History_Viewing ) - Contains many tools for usb forensics
- [Volatility ](https://github.com/volatilityfoundation/volatility ) - To investigate memory dumps
2016-09-28 22:15:13 +02:00
2015-04-26 11:48:50 +05:30
*Registry Viewers*
- [RegistryViewer ](http://www.gaijin.at/en/getitpage.php?id=regview ) - Used to view windows registries
2015-04-26 13:35:02 +05:30
- [Windows Registry Viewers ](http://www.forensicswiki.org/wiki/Windows_Registry ) - More registry viewers
2015-04-26 11:21:19 +05:30
2016-09-28 22:15:13 +02:00
## Networking
*Tools used for solving Networking challenges*
- [Masscan ](https://github.com/robertdavidgraham/masscan ) - Mass IP port scanner, TCP port scanner
2016-12-21 01:28:06 -05:00
- [Nipe ](https://github.com/GouveaHeitor/nipe ) - Nipe is a script to make Tor Network your default gateway.
2016-09-28 22:15:13 +02:00
- [Nmap ](https://nmap.org/ ) - open source utility for network discovery and security auditing
- [Wireshark ](https://www.wireshark.org/ ) - Analyze the network dumps
- `apt-get install wireshark`
- [Zmap ](https://zmap.io/ ) - an open-source network scanner
2015-04-26 11:21:19 +05:30
## Reversing
*Tools used for solving Reversing challenges*
2015-04-26 11:41:06 +05:30
- [Androguard ](https://github.com/androguard/androguard ) - Reverse engineer Android applications
2016-09-29 20:11:47 +02:00
- [Angr ](https://github.com/angr/angr ) - platform-agnostic binary analysis framework
2015-04-26 11:41:06 +05:30
- [Apk2Gold ](https://github.com/lxdvs/apk2gold ) - Yet another Android decompiler
- [ApkTool ](http://ibotpeaches.github.io/Apktool/ ) - Android Decompiler
2016-06-07 14:01:28 +05:30
- [Barf ](https://github.com/programa-stic/barf-project ) - Binary Analysis and Reverse engineering Framework
2016-10-31 10:58:10 +09:00
- [Binary Ninja ](https://binary.ninja/ ) - Binary analysis framework
2015-04-30 18:28:43 +05:30
- [BinUtils ](http://www.gnu.org/software/binutils/binutils.html ) - Collection of binary tools
2015-04-26 11:48:50 +05:30
- [BinWalk ](https://github.com/devttys0/binwalk ) - Analyze, reverse engineer, and extract firmware images.
- [Boomerang ](https://github.com/nemerle/boomerang ) - Decompile x86 binaries to C
2017-01-02 23:36:43 -08:00
- [ctf_import ](https://github.com/docileninja/ctf_import ) – run basic functions from stripped binaries cross platform
2015-10-30 00:06:20 +05:30
- [GDB ](https://www.gnu.org/software/gdb/ ) - The GNU project debugger
2016-10-31 10:58:10 +09:00
- [GEF ](https://github.com/hugsy/gef ) - GDB plugin
2016-06-10 23:28:39 +05:30
- [Hopper ](http://www.hopperapp.com/ ) - Reverse engineering tool (disassembler) for OSX and Linux
2015-04-26 12:17:33 +05:30
- [IDA Pro ](https://www.hex-rays.com/products/ida/ ) - Most used Reversing software
2015-04-26 11:48:50 +05:30
- [Jadx ](https://github.com/skylot/jadx ) - Decompile Android files
2016-10-30 22:06:31 -04:00
- [Java Decompilers ](http://www.javadecompilers.com ) - An online decompiler for Java and Android APKs
2015-04-26 11:41:06 +05:30
- [Krakatau ](https://github.com/Storyyeller/Krakatau ) - Java decompiler and disassembler
2016-10-31 10:58:10 +09:00
- [PEDA ](https://github.com/longld/peda ) - GDB plugin (only python2.7)
2017-10-22 23:49:51 -04:00
- [Pin ](https://software.intel.com/en-us/articles/pin-a-dynamic-binary-instrumentation-tool ) A dynamic binary instrumentaion tool by Intel
2016-12-04 14:39:15 -05:00
- [Plasma ](https://github.com/joelpx/plasma ) - An interactive disassembler for x86/ARM/MIPS which can generate indented pseudo-code with colored syntax.
2017-02-08 19:59:29 -05:00
- [Pwndbg ](https://github.com/pwndbg/pwndbg ) - A GDB plugin that provides a suite of utilities to hack around GDB easily.
2015-10-10 18:51:27 -07:00
- [radare2 ](https://github.com/radare/radare2 ) - A portable reversing framework
2015-04-26 13:08:16 +05:30
- [Uncompyle ](https://github.com/gstarnberger/uncompyle ) - Decompile Python 2.7 binaries (.pyc)
2015-10-28 10:23:34 +05:30
- [WinDbg ](http://www.windbg.org/ ) - Windows debugger distributed by Microsoft
2017-09-25 14:40:45 -04:00
- [Xocopy ](http://reverse.lostrealm.com/tools/xocopy.html ) - Program that can copy executables with execute, but no read permission
2016-09-29 20:11:47 +02:00
- [Z3 ](https://github.com/Z3Prover/z3 ) - a theorem prover from Microsoft Research
2015-04-26 11:41:06 +05:30
*JavaScript Deobfustcators*
2015-04-26 12:17:33 +05:30
- [Detox ](http://relentless-coding.org/projects/jsdetox/install ) - A Javascript malware analysis tool
- [Revelo ](http://www.kahusecurity.com/tools/Revelo_v0.6.zip ) - Analyze obfuscated Javascript code
2015-04-26 11:21:19 +05:30
2015-07-18 03:02:00 -07:00
*SWF Analyzers*
2015-07-18 03:03:42 -07:00
- [RABCDAsm ](https://github.com/CyberShadow/RABCDAsm ) - Collection of utilities including an ActionScript 3 assembler/disassembler.
2016-09-29 20:11:47 +02:00
- [Swftools ](http://www.swftools.org/ ) - Collection of utilities to work with SWF files
- [Xxxswf ](https://bitbucket.org/Alexander_Hanel/xxxswf ) - A Python script for analyzing Flash files.
2015-07-18 03:02:00 -07:00
2015-04-26 11:41:06 +05:30
## Services
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
*Various kind of useful services available around the internet*
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
- [CSWSH ](http://ironwasp.org/cswsh.html ) - Cross-Site WebSocket Hijacking Tester
2015-04-26 11:48:50 +05:30
- [Request Bin ](http://requestb.in/ ) - Lets you inspect http requests to a particular url
2015-04-26 11:21:19 +05:30
2016-09-29 20:11:47 +02:00
## Steganography
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
*Tools used for solving Steganography challenges*
2015-04-26 11:21:19 +05:30
2016-06-10 23:28:39 +05:30
- [Convert ](http://www.imagemagick.org/script/convert.php ) - Convert images b/w formats and apply filters
2016-09-29 20:11:47 +02:00
- [Exif ](http://manpages.ubuntu.com/manpages/trusty/man1/exif.1.html ) - Shows EXIF information in JPEG files
- [Exiftool ](https://linux.die.net/man/1/exiftool ) - Read and write meta information in files
- [Exiv2 ](http://www.exiv2.org/manpage.html ) - Image metadata manipulation tool
2016-06-10 23:28:39 +05:30
- [ImageMagick ](http://www.imagemagick.org/script/index.php ) - Tool for manipulating images
2016-09-29 20:11:47 +02:00
- [Outguess ](https://www.freebsd.org/cgi/man.cgi?query=outguess+&apropos=0&sektion=0&manpath=FreeBSD+Ports+5.1-RELEASE&format=html ) - Universal steganographic tool
- [Pngtools ](http://www.stillhq.com/pngtools/ ) - For various analysis related to PNGs
2015-04-26 11:41:06 +05:30
- `apt-get install pngtools`
2015-04-26 12:17:33 +05:30
- [SmartDeblur ](https://github.com/Y-Vladimir/SmartDeblur ) - Used to deblur and fix defocused images
- [Steganabara ](https://www.openhub.net/p/steganabara ) - Tool for stegano analysis written in Java
2016-09-29 20:11:47 +02:00
- [Stegbreak ](https://linux.die.net/man/1/stegbreak ) - Launches brute-force dictionary attacks on JPG image
2015-04-26 12:17:33 +05:30
- [Steghide ](http://steghide.sourceforge.net/ ) - Hide data in various kind of images
- [Stegsolve ](http://www.caesum.com/handbook/Stegsolve.jar ) - Apply various steganography techniques to images
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
## Web
2015-04-26 11:21:19 +05:30
2015-04-26 11:41:06 +05:30
*Tools used for solving Web challenges*
2016-11-17 14:30:56 +02:00
- [Commix ](https://github.com/commixproject/commix ) - Automated All-in-One OS Command Injection and Exploitation Tool.
2016-10-30 22:15:41 -04:00
- [Hackbar ](https://addons.mozilla.org/en-US/firefox/addon/hackbar/ ) - Firefox addon for easy web exploitation
2017-02-14 22:52:42 -05:00
- [OWASP ZAP ](https://www.owasp.org/index.php/Projects/OWASP_Zed_Attack_Proxy_Project ) - Intercepting proxy to replay, debug, and fuzz HTTP requests and responses
2016-10-30 22:15:41 -04:00
- [Postman ](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en ) - Add on for chrome for debugging network requests
2015-04-26 11:41:06 +05:30
- [SQLMap ](https://github.com/sqlmapproject/sqlmap ) - Automatic SQL injection and database takeover tooli
2016-09-29 20:11:47 +02:00
- [W3af ](https://github.com/andresriancho/w3af ) - Web Application Attack and Audit Framework.
2015-04-26 11:48:50 +05:30
- [XSSer ](http://xsser.sourceforge.net/ ) - Automated XSS testor
2015-04-26 11:27:15 +05:30
# Resources
2015-04-26 11:35:05 +05:30
*Where to discover about CTF*
2016-09-28 22:48:26 +02:00
## Operating Systems
*Penetration testing and security lab Operating Systems*
2016-09-29 20:11:47 +02:00
- [BackBox ](https://backbox.org/ ) - Based on Ubuntu
- [BlackArch Linux ](https://blackarch.org/ ) - Based on Arch Linux
- [Fedora Security Lab ](https://labs.fedoraproject.org/security/ ) - Based on Fedora
- [Kali Linux ](https://www.kali.org/ ) - Based on Debian
- [Parrot Security OS ](https://www.parrotsec.org/ ) - Based on Debian
- [Pentoo ](http://www.pentoo.ch/ ) - Based on Gentoo
- [URIX OS ](http://urix.us/ ) - Based on openSUSE
- [Wifislax ](http://www.wifislax.com/ ) - Based on Slackware
2016-09-28 22:48:26 +02:00
*Malware analysts and reverse-engineering*
2016-09-29 20:11:47 +02:00
- [REMnux ](https://remnux.org/ ) - Based on Debian
2016-09-28 22:48:26 +02:00
2015-09-08 18:20:52 +00:00
## Starter Packs
*Collections of installer scripts, useful tools*
- [CTF Tools ](https://github.com/zardus/ctf-tools ) - Collection of setup scripts to install various security research tools.
2016-10-30 21:58:41 -04:00
- [LazyKali ](https://github.com/jlevitsk/lazykali ) - A 2016 refresh of LazyKali which simplifies install of tools and configuration.
2015-09-08 18:20:52 +00:00
2015-04-27 21:55:32 +05:30
## Tutorials
*Tutorials to learn how to play CTFs*
- [CTF Field Guide ](https://trailofbits.github.io/ctf/ ) - Field Guide by Trails of Bits
2015-04-29 04:19:40 +05:30
- [CTF Resources ](http://ctfs.github.io/resources/ ) - Start Guide maintained by community
2016-10-30 22:01:59 -04:00
- [Damn Vulnerable Web Application ](http://www.dvwa.co.uk/ ) PHP/MySQL web application that is damn vulnerable
2015-06-29 14:17:28 +07:00
- [How to Get Started in CTF ](https://www.endgame.com/blog/how-get-started-ctf ) - Short guideline for CTF beginners by Endgame
2015-09-02 13:28:35 +00:00
- [MIPT CTF ](https://github.com/xairy/mipt-ctf ) - A small course for beginners in CTFs (in Russian)
2015-04-27 21:55:32 +05:30
## Wargames
*Always online CTFs*
2015-10-26 20:28:44 -04:00
- [Backdoor ](https://backdoor.sdslabs.co/ ) - Security Platform by SDSLabs.
2016-03-30 01:14:16 -05:00
- [Ctfs.me ](http://ctfs.me ) - CTF All the time
2015-10-26 20:28:44 -04:00
- [Exploit Exercises ](https://exploit-exercises.com/ ) - Variety of VMs to learn variety of computer security issues.
2016-06-07 14:01:28 +05:30
- [Gracker ](http://gracker.org ) - Binary challenges having a slow learning curve, and write-ups for each level.
2017-10-12 19:41:12 +05:30
- [Hack The Box ](https://www.hackthebox.eu ) - Weekly CTFs for all types of security enthusiasts.
2015-04-27 21:55:32 +05:30
- [Hack This Site ](https://www.hackthissite.org/ ) - Training ground for hackers.
2016-06-07 14:01:28 +05:30
- [IO ](http://io.netgarage.org/ ) - Wargame for binary challenges.
2015-04-27 21:55:32 +05:30
- [Over The Wire ](http://overthewire.org/wargames/ ) - Wargame maintained by OvertheWire Community
2017-03-15 13:33:34 -04:00
- [Pwnable.kr ](http://pwnable.kr/ ) - Pwn Game
2015-11-10 19:17:51 -05:00
- [Ringzer0Team ](https://ringzer0team.com/ ) - Ringzer0 Team Online CTF
2017-10-25 13:31:08 -04:00
- [ROP Wargames ](https://game.rop.sh/ ) - ROP Wargames
2015-10-27 11:20:35 +05:30
- [SmashTheStack ](http://smashthestack.org/ ) - A variety of wargames maintained by the SmashTheStack Community.
2015-07-18 02:52:30 -07:00
- [VulnHub ](https://www.vulnhub.com/ ) - VM-based for practical in digital security, computer application & network administration.
2016-05-13 18:29:28 +05:30
- [WebHacking ](http://webhacking.kr ) - Hacking challenges for web.
2015-10-26 20:28:44 -04:00
- [WeChall ](https://www.wechall.net/ ) - Always online challenge site.
2017-09-07 23:18:16 -04:00
- [WTHack OnlineCTF ](https://onlinectf.com ) - CTF Practice platform for every level of cyber security enthusiasts.
2017-11-14 12:54:56 -05:00
- [W3challs ](https://w3challs.com ) - Wargames, forensics, reversing, and web hacking
2015-10-27 11:18:24 +05:30
2017-02-03 22:40:06 +01:00
*Self-hosted CTFs*
- [Juice Shop CTF ](https://github.com/bkimminich/juice-shop-ctf ) - Scripts and tools for hosting a CTF on [OWASP Juice Shop ](https://www.owasp.org/index.php/OWASP_Juice_Shop_Project ) easily.
2015-04-26 11:27:15 +05:30
## Websites
2015-04-26 11:35:05 +05:30
*Various general websites about and on ctf*
- [CTF Time ](https://ctftime.org/ ) - General information on CTF occuring around the worlds
2015-04-27 21:55:32 +05:30
- [Reddit Security CTF ](http://www.reddit.com/r/securityctf ) - Reddit CTF category
## Wikis
*Various Wikis available for learning about CTFs*
2016-03-03 00:11:51 +08:00
- [Bamboofox ](https://bamboofox.torchpad.com/ ) - Chinese resources to learn CTF
2015-04-27 21:55:32 +05:30
- [ISIS Lab ](https://github.com/isislab/Project-Ideas/wiki ) - CTF Wiki by Isis lab
2016-05-12 05:10:28 -05:00
- [OpenToAll ](http://wiki.opentoallctf.com/ ) - Open To All Knowledge Base
2016-05-13 18:29:28 +05:30
2015-04-26 11:35:05 +05:30
## Writeups Collections
2015-04-28 05:07:58 +00:00
*Collections of CTF write-ups*
2015-04-26 11:35:05 +05:30
2015-06-29 14:17:28 +07:00
- [Captf ](http://captf.com/ ) - Dumped CTF challenges and materials by psifertex
2015-04-28 05:07:58 +00:00
- [CTF write-ups (community) ](https://github.com/ctfs/ ) - CTF challenges + write-ups archive maintained by the community
2017-08-30 12:10:09 -04:00
- [CTFTime Scrapper ](https://github.com/abdilahrf/CTFWriteupScrapper ) - Scraps all writeup from ctf time and organize which to read first
2015-04-29 02:39:32 +05:30
- [pwntools writeups ](https://github.com/Gallopsled/pwntools-write-ups ) - A collection of CTF write-ups all using pwntools
2015-04-28 05:07:58 +00:00
- [Shell Storm ](shell-storm.org/repo/CTF/ ) - CTF challenge archive maintained by Jonathan Salwan
- [Smoke Leet Everyday ](https://github.com/smokeleeteveryday/CTF_WRITEUPS ) - CTF write-ups repo maintained by SmokeLeetEveryday team.
2015-04-26 11:27:15 +05:30
2015-04-26 12:05:02 +05:30
### LICENSE
2016-07-09 23:11:46 +05:30
CC0 :)