File tree 1 file changed +25
-7
lines changed
1 file changed +25
-7
lines changed Original file line number Diff line number Diff line change 1
1
# RootTheBox CTF Framework
2
2
3
- [ ![ Rawsec's CyberSecurity Inventory] ( https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg )] ( https://inventory.rawsec.ml/ )
4
- [ ![ forthebadge] ( https://forthebadge.com/images/badges/made-with-python.svg )] ( https://forthebadge.com )
3
+ <p align =" center " >
4
+ <a href =" https://lgtm.com/projects/g/abs0lut3pwn4g3/RTB-CTF-Framework/context:python " >
5
+ <img alt =" Language grade: Python " src =" https://img.shields.io/lgtm/grade/python/g/abs0lut3pwn4g3/RTB-CTF-Framework.svg?logo=lgtm&logoWidth=18 " />
6
+ </a >
7
+ <a href =" https://travis-ci.com/abs0lut3pwn4g3/RTB-CTF-Framework " >
8
+ <img alt="Build Status" src="https://travis-ci.com/abs0lut3pwn4g3/RTB-CTF-Framework.svg?branch=gssoc20-dev"/>
9
+ </a >
10
+ </p >
5
11
6
- A lightweight, easy to deploy CTF framework(in Flask) for HackTheBox style machines. <br />
7
- The main purpose of this project is to serve as a scoring engine and CTF manager.<br />
12
+ <p align =" center " >
13
+ <a href =" https://inventory.rawsec.ml/ " >
14
+ <img alt="Rawsec's CyberSecurity Inventory" src="https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg">
15
+ </a >
16
+ </p >
17
+
18
+ <p align =" center " >
19
+ <img src =" https://forthebadge.com/images/badges/made-with-python.svg " >
20
+ </p >
21
+
22
+ A lightweight, easy to deploy CTF framework(in Flask) for HackTheBox style machines.
23
+
24
+ The main purpose of this project is to serve as a scoring engine and CTF manager.
25
+
26
+ ** Want to see it in action?**
27
+
28
+ A live demo of the app is available at: < https://rtblivedemo.herokuapp.com/ > .
8
29
9
- <b >Want to see it in action ?</b >
10
-
11
- A live demo of the app is available at: https://rtblivedemo.herokuapp.com/ . <br />
12
30
You can login and mess around as 2 users: ` admin:admin ` and ` test:test ` (i.e. username: password combinations)
13
31
14
32
## Features
You can’t perform that action at this time.
0 commit comments