Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Badges for this project resolved - 1 #45

Merged
merged 1 commit into from
Apr 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
# RootTheBox CTF Framework

[![Rawsec's CyberSecurity Inventory](https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg)](https://inventory.rawsec.ml/)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
<p align="center">
<a href="https://lgtm.com/projects/g/abs0lut3pwn4g3/RTB-CTF-Framework/context:python">
<img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/abs0lut3pwn4g3/RTB-CTF-Framework.svg?logo=lgtm&logoWidth=18"/>
</a>
<a href="https://travis-ci.com/abs0lut3pwn4g3/RTB-CTF-Framework">
<img alt="Build Status" src="https://travis-ci.com/abs0lut3pwn4g3/RTB-CTF-Framework.svg?branch=gssoc20-dev"/>
</a>
</p>

A lightweight, easy to deploy CTF framework(in Flask) for HackTheBox style machines. <br/>
The main purpose of this project is to serve as a scoring engine and CTF manager.<br/>
<p align="center">
<a href="https://inventory.rawsec.ml/">
<img alt="Rawsec's CyberSecurity Inventory" src="https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_for-the-badge.svg">
</a>
</p>

<p align="center">
<img src="https://forthebadge.com/images/badges/made-with-python.svg">
</p>

A lightweight, easy to deploy CTF framework(in Flask) for HackTheBox style machines.

The main purpose of this project is to serve as a scoring engine and CTF manager.

**Want to see it in action?**

A live demo of the app is available at: <https://rtblivedemo.herokuapp.com/>.

<b>Want to see it in action ?</b>

A live demo of the app is available at: https://rtblivedemo.herokuapp.com/. <br/>
You can login and mess around as 2 users: `admin:admin` and `test:test`(i.e. username:password combinations)

## Features
Expand Down