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: 30 days 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-09-15T15:25:14.634Z (about 2 months ago)
- Topics: ctf, scoring-engine, security
- Language: Python
- Homepage: http://root-the-box.com/
- Size: 70.1 MB
- Stars: 915
- Watchers: 49
- Forks: 292
- Open Issues: 55
-
Metadata Files:
- Readme: README.development.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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