{"id":13341199,"url":"https://github.com/m4tx/hackthespace","last_synced_at":"2026-04-15T20:04:45.460Z","repository":{"id":41946331,"uuid":"171334060","full_name":"m4tx/hackthespace","owner":"m4tx","description":"A cyber security Wargame in the universe of space pirates","archived":false,"fork":false,"pushed_at":"2026-02-03T21:10:30.000Z","size":35456,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-04T10:13:48.027Z","etag":null,"topics":["ctf","django","wargame","wargame-challenges","wargame-platform","webapp"],"latest_commit_sha":null,"homepage":"https://hackthespace.sfi.pl/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m4tx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"m4tx"}},"created_at":"2019-02-18T18:23:03.000Z","updated_at":"2026-02-03T21:10:26.000Z","dependencies_parsed_at":"2024-10-24T02:06:29.946Z","dependency_job_id":"ffc8ea05-b374-465c-a40f-d036beac2765","html_url":"https://github.com/m4tx/hackthespace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m4tx/hackthespace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fhackthespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fhackthespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fhackthespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fhackthespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tx","download_url":"https://codeload.github.com/m4tx/hackthespace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tx%2Fhackthespace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31857628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ctf","django","wargame","wargame-challenges","wargame-platform","webapp"],"created_at":"2024-07-29T19:25:13.864Z","updated_at":"2026-04-15T20:04:45.455Z","avatar_url":"https://github.com/m4tx.png","language":"Python","funding_links":["https://github.com/sponsors/m4tx"],"categories":[],"sub_categories":[],"readme":"# hackthespace\n\nHack the Space is a cyber security CTF-like game created for the [15th SFI\nAcademic IT Festival](https://sfi.pl/). The game consists of 12 puzzles\nin the field of cryptanalysis, steganography, reverse engineering, and\nweb application security.\n\n![Screenshot of the homepage](docs/images/homepage.png)\n\n\n## Dependencies\n\n* Python 3.10 (dev package)\n* GCC, G++\n* ffmpeg\n* taglib (dev package)\n\n### Debian\n```\nsudo apt install python3 python3-dev gcc g++ ffmpeg libtag1-dev\n```\n\n### Arch Linux\n```\nsudo pacman -S python gcc ffmpeg taglib\n```\n\n\n## Quick Start\n\nIt is recommended to use `virtualenv`.\n\n```\npip install -r requirements.txt\ncp hackthespace/settings/local_settings.py{.example,}\npython manage.py migrate\npython manage.py generate_assets\npython manage.py runserver\n```\n\n\n## Deployment\n\nUse `production_settings.py.example` as the settings base. Remember to\ncompile the SCSSes before collecting the static files:\n\n```\npython manage.py compilescss\npython manage.py collectstatic\n```\n\nThen, use standard methods of deploying Django apps, e.g. using uwsgi\nand nginx.\n\n\n## Write-up\n\nThere is a short description of the puzzles available in\n[the docs/ directory](docs/README.md).\n\n\n## Attribution\n\n### First party\n\nOther people taking part in the development of the game, but not present\nas the authors of the commits:\n\n* Storyline\n  * [@mdymek](https://github.com/mdymek)\n* Graphics\n  * Maksymilian Szymczak\n  * Patrycja Kochan\n* Name, Terms of Service\n  * Jan Kubierecki\n* Testing, ideas\n  * [@apardyl](https://github.com/apardyl/)\n  * Marta Kondratowicz\n  * Mateusz Hordyński\n  * [@pitpo](https://github.com/pitpo)\n\n\n### Third party\n\nThe repository contains files of the following third-party projects:\n\n* [Bootstrap](https://github.com/twbs/bootstrap) licensed under the MIT license\n* [Neon Glow Theme](https://hackerthemes.com/bootstrap-themes/neon-glow/)\n    licensed under the MIT license \n* [jQuery Terminal Emulator](https://github.com/jcubic/jquery.terminal)\n    licensed under the MIT license\n* [Open Iconic](https://useiconic.com/open) licensed under the MIT license,\n    fonts licensed under the Open Font License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fhackthespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tx%2Fhackthespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tx%2Fhackthespace/lists"}