Skip to content

Commit

Permalink
Added more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Jan 12, 2017
1 parent 5679b08 commit 6ed9054
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -808,3 +808,18 @@
[submodule "Pentration Testing/Exploiting/rupture"]
path = Pentration Testing/Exploiting/rupture
url = https://github.com/dionyziz/rupture.git
[submodule "CTF Tools/CTFd"]
path = CTF Tools/CTFd
url = https://github.com/isislab/CTFd.git
[submodule "CTF Tools/fbctf"]
path = CTF Tools/fbctf
url = https://github.com/facebook/fbctf.git
[submodule "CTF Tools/mellivora"]
path = CTF Tools/mellivora
url = https://github.com/Nakiami/mellivora.git
[submodule "CTF Tools/NightShade"]
path = CTF Tools/NightShade
url = https://github.com/UnrealAkama/NightShade.git
[submodule "CTF Tools/scorebot"]
path = CTF Tools/scorebot
url = https://github.com/legitbs/scorebot.git
1 change: 1 addition & 0 deletions CTF Tools/CTFd
Submodule CTFd added at dc79f3
1 change: 1 addition & 0 deletions CTF Tools/NightShade
Submodule NightShade added at f177e8
1 change: 1 addition & 0 deletions CTF Tools/fbctf
Submodule fbctf added at ec35c7
1 change: 1 addition & 0 deletions CTF Tools/mellivora
Submodule mellivora added at 6ed776
1 change: 1 addition & 0 deletions CTF Tools/scorebot
Submodule scorebot added at 14e4b3
5 changes: 5 additions & 0 deletions _pages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ Cryptography
CTF Tools
=========

- `CTFd <https://ctfd.io>`_ - CTF in a can. Easily modifiable and has everything you need to run a jeopardy style CTF.
- `FBCTF <https://github.com/facebook/fbctf>`_ - Platform to host Capture the Flag competitions.
- `Mellivora <https://github.com/Nakiami/mellivora>`_ - A CTF engine written in PHP.
- `NightShade <https://github.com/UnrealAkama/NightShade>`_ - A simple security CTF framework.
- `Pwntools <https://github.com/Gallopsled/pwntools>`_ - CTF framework and exploit development library.
- `Scorebot <https://github.com/legitbs/scorebot>`_ - Platform for CTFs by Legitbs (Defcon).

Docker
======
Expand Down

0 comments on commit 6ed9054

Please sign in to comment.