We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313360e commit de5ef42Copy full SHA for de5ef42
README.md
@@ -16,8 +16,9 @@ A CTF framework(in flask) for HackTheBox style machines.
16
$ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
17
$ cd RTB-CTF-Framework/src/
18
$ virtualenv -p /usr/bin/python3 venv
19
- $ pip install -r requirements.txt
20
- $ python run.py
+ $ source venv/bin/activate
+ [venv]$ pip install -r requirements.txt
21
+ [venv]$ python run.py
22
23
Using this as simple as anything. Just configure your CTF settings in `config.py`.
24
0 commit comments