A collection of small web-security challenges for beginners to get awareness and train themselves with basics.
- Create your own challenges, hints, and flags from the Admin Interface
- Leaderboard - Ordering based on timestamps and points
- Unlockable hints
- OAuth for Email verification during signup
- Pagination for Home page and Leaderboard
- Dynamic Scoring of Challenges
-
Install all the required packages from the requirements.txt file using:
pip3 install -r requirements.txt
-
How to use PostgreSQL with the application
- Configure Django database settings
DATABASES = { 'default': dj_database_url.config(default='postgresql://anfanguser:anfangphase2_@localhost/anfang', conn_max_age=600) }
- Now that the Django settings are configured, we can migrate our data structures to our database and test out the server.
python manage.py makemigrations python manage.py migrate
- Configure Django database settings
-
For adding new challenges
Paul Babu Kadali
Binesh Munukurthi
Abhijeet Mahapatra
Vikranth Kumar Bala