Skip to content

Commit 4f6b797

Browse files
authored
travis and LGTM badge (#45)
1 parent 7ed7685 commit 4f6b797

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

README.md

+25-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
11
# RootTheBox CTF Framework
22

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>
511

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/>.
829

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/>
1230
You can login and mess around as 2 users: `admin:admin` and `test:test`(i.e. username:password combinations)
1331

1432
## Features

0 commit comments

Comments
 (0)