Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moloch--/RootTheBox
A Game of Hackers (CTF Scoreboard & Game Manager)
https://github.com/moloch--/RootTheBox
ctf scoring-engine security
Last synced: about 7 hours ago
JSON representation
A Game of Hackers (CTF Scoreboard & Game Manager)
- Host: GitHub
- URL: https://github.com/moloch--/RootTheBox
- Owner: moloch--
- License: apache-2.0
- Created: 2012-03-11T06:30:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T14:02:56.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:49:09.131Z (5 days ago)
- Topics: ctf, scoring-engine, security
- Language: Python
- Homepage: http://root-the-box.com/
- Size: 70.1 MB
- Stars: 932
- Watchers: 50
- Forks: 294
- Open Issues: 59
-
Metadata Files:
- Readme: README.development.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ctf-resources - RootTheBox - CTF scoring engine for wargames. (Platforms)
- awesome-hacking-lists - moloch--/RootTheBox - A Game of Hackers (CTF Scoreboard & Game Manager) (Python)
README
# First time we start developing with visual studio
-Clone repo
`git clone https://github.com/pedcremo/RootTheBox.git`
-Install dependencies
`sudo ./setup/depends.sh`
-Create config file (PATH files/rootthebox.cfg)
`./rootthebox.py --update`
Edit files/rootthebox.cfg to set locale (i18n) and database. Sqlite to develop
sql_dialect = "sqlite"
-Create database schema
`./rootthebox.py --setup=prod`# Every time we start to develop
`./rootthebox.py --start`Cal fer còpia de:
files/game_materials
files/rootthebox.cfg
files/botnet.db
rootthebox.dbMORE INFO: https://github.com/moloch--/RootTheBox/wiki/Installation