-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# djangoctf | ||
A basic platform for jeopardy CTF (capture-the-flag) competitions written in Django. | ||
|
||
CTF cybersecurity competitions have become an increasingly popular form of challenges for aspiring cybersecurity students. | ||
After the success of high-school CTF games like picoCTF, we decided to run our own CTF competition called angstromCTF. | ||
angstromCTF will consist of questions ranging from trivial to extremely difficult in various categories: | ||
|
||
* Binary exploitation | ||
* Reverse engineering | ||
* Cryptography | ||
* Web exploitation | ||
* Forensics | ||
* Hardware | ||
* Combination | ||
|
||
This repository contains Django code for the public web interface of angstromCTF. | ||
Participants will login, read and answer questions, receive updates, and ask for help through this platform. |