abs0lut3pwn4g3 / RTB-CTF-Framework

A fast, efficient and lightweight (~100 KB) Capture The Flag framework inspired by the HackTheBox platform. Built with Flask.
https://rtbctfframework.up.railway.app/
GNU Affero General Public License v3.0
107 stars 55 forks source link

Improving the admin controls interface #36

Open eshaan7 opened 4 years ago

eshaan7 commented 4 years ago

Describe the solution you'd like The "admin controls" are, at the moment, limited to just performing CRUD database operations along with some searching and filter options. These are inbuilt in Flask-admin. We should add some more features such as:

Note: If you are a GSSoC participant, please note that the difficulty level of this would vary depending on how many features you add (Medium to Hard).

amandhamija98 commented 4 years ago

Hi, I am a gssoc participant and new to this project, may I work on this issue please

amandhamija98 commented 4 years ago

Hi, could you please point me to the relevant files in the code base. Also could you please tell me where the admin control interface is? I am a bit unsure about that

eshaan7 commented 4 years ago

@amandhamija98, Admin GUI: https://rtblivedemo.herokuapp.com/admin/ (login with admin:admin first) In the codebase: admin/ As mentioned in the documentation and above, we are using Flask-admin package

amandhamija98 commented 4 years ago

Got it , thankyou, I'll take a look

amandhamija98 commented 4 years ago

Sorry, I won't be able to devote time to this, something has come up