-
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
8 additions
and
8 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# djangoctf | ||
A basic platform for jeopardy CTF (capture-the-flag) competitions written in Django. | ||
# djangoctf v1.0 | ||
A 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: | ||
After the success of high-school CTF games like picoCTF, we, the members of Montgomery Blair High School's Cybersecurity Club, decided to run our own CTF competition called [angstromCTF](https://angstromctf.com). | ||
angstromCTF consists of questions ranging from trivial to extremely difficult in various categories: | ||
|
||
* Binary exploitation | ||
* Reverse engineering | ||
* Cryptography | ||
* Web exploitation | ||
* Forensics | ||
* A combination of these | ||
* Master challenges | ||
|
||
This platform was written for [angstromCTF](https://angstromctf.com), a high school cybersecurity competition created | ||
by students. | ||
Participants will login, read and answer questions, receive updates, and ask for help through this platform. | ||
Using this platform, participants will login, read and answer challenges, and receive updates. Teams can be created and joined by participants. The platform is designed to be extensible and re-usable for other CTFs and competitions. | ||
|
||
This platform is actively maintained by Noah Singer ([email protected]), as well as other members of the project, including Artemis Tosini ([email protected]) and Chris Wang ([email protected]). Montgomery Blair High School is located in Silver Spring, Maryland, USA. This project is licensed under the GNU General Public License (GPL), version 3. |