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 b9d4a29 commit c8dc5acCopy full SHA for c8dc5ac
README.md
@@ -13,6 +13,12 @@ A CTF framework(in flask) for HackTheBox style machines.
13
14
## How To Use
15
16
+ $ git clone https://github.com/abs0lut3pwn4g3/RTB-CTF-Framework
17
+ $ cd RTB-CTF-Framework/
18
+ $ virtualenv -p /usr/bin/python3 venv
19
+ $ pip install -r requirements.txt
20
+ $ python run.py
21
+
22
Using this as simple as anything. Just configure your CTF settings in `config.py`.
23
24
#### Creating database instance file
0 commit comments