File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A CTF framework(in flask) for HackTheBox style machines.
1414## How To Use
1515
1616 $ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
17- $ cd RTB-CTF-Framework/
17+ $ cd RTB-CTF-Framework/src/
1818 $ virtualenv -p /usr/bin/python3 venv
1919 $ pip install -r requirements.txt
2020 $ python run.py
@@ -23,7 +23,7 @@ Using this as simple as anything. Just configure your CTF settings in `config.py
2323
2424#### Creating database instance file
2525
26- Locally or with docker,
26+ Locally or for docker,
2727
2828 $ source venv/bin/activate
2929 $ python3 # open python interpreter
@@ -41,6 +41,7 @@ For Heroku,
4141- [ ] isAdmin column in User table and Admin views (priority)
4242- [ ] Support for more hashes
4343- [ ] Testing Password reset functionality
44+ - [ ] Notifications
4445- [ ] More info for ` home.html `
4546- [ ] Need to implement ` account.html ` (not a priority)
4647
You can’t perform that action at this time.
0 commit comments