{"id":22034859,"url":"https://github.com/pengbomb/solveme","last_synced_at":"2025-06-17T23:37:20.903Z","repository":{"id":201572906,"uuid":"87005451","full_name":"pengbomb/solveme","owner":"pengbomb","description":"SolveMe - Jeopardy CTF Platform","archived":false,"fork":false,"pushed_at":"2023-10-27T02:33:38.000Z","size":358,"stargazers_count":51,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T19:01:48.817Z","etag":null,"topics":["bootstrap3","css3","ctf","ctf-challenges","ctf-framework","ctf-platform","html5","javascript","jeopardy-style-wargame","jquery","mysql","php7","solveme","wargame","wargame-platform"],"latest_commit_sha":null,"homepage":"https://solveme.kr","language":"PHP","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/pengbomb.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}},"created_at":"2017-04-02T18:09:36.000Z","updated_at":"2025-01-06T01:51:13.000Z","dependencies_parsed_at":"2023-10-20T17:17:30.310Z","dependency_job_id":"1baa19f1-1032-4dda-8e89-60c8340e9972","html_url":"https://github.com/pengbomb/solveme","commit_stats":null,"previous_names":["plzdonotsay/solveme","pengdrop/solveme","pengbomb/solveme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pengbomb/solveme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengbomb%2Fsolveme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengbomb%2Fsolveme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengbomb%2Fsolveme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengbomb%2Fsolveme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pengbomb","download_url":"https://codeload.github.com/pengbomb/solveme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengbomb%2Fsolveme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260458715,"owners_count":23012499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap3","css3","ctf","ctf-challenges","ctf-framework","ctf-platform","html5","javascript","jeopardy-style-wargame","jquery","mysql","php7","solveme","wargame","wargame-platform"],"created_at":"2024-11-30T10:14:16.625Z","updated_at":"2025-06-17T23:37:15.880Z","avatar_url":"https://github.com/pengbomb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.raw.pm/ctf_platforms.html#Solve%20Me)\n[![GitHub stars](https://img.shields.io/github/stars/safflower/solve-me.svg)](https://github.com/safflower/solve-me/stargazers)\n[![GitHub license](https://img.shields.io/github/license/safflower/solve-me.svg)](https://github.com/safflower/solve-me/blob/master/LICENSE)\n\n# SolveMe\n\n![main](https://i.imgur.com/JaxGpfV.png)\n\nIt's jeopardy style wargame website called SolveMe.\n\nThis source code tested on `PHP 7.2` and `MariaDB 10.1.40`.\n\n~Official Website: \u003chttp://solveme.kr/\u003e~\n\n~Demo Website: \u003chttp://211.239.124.233:20813/\u003e~\n\n\n## How to set-up?\n\n```\n# in main server\ndocker run -it -p {website_port}:80 --name solveme ubuntu /bin/bash\n```\n\n```\n# in docker container\napt update\napt install -y vim lrzsz unzip\n\n# apache\napt install -y apache2\napache2 -t\na2enmod rewrite\nvim /etc/apache2/sites-available/000-default.conf\n\u003e\u003e \u003cDirectory /var/www/\u003e\n\u003e\u003e     Options Indexes FollowSymLinks MultiViews\n\u003e\u003e     AllowOverride All\n\u003e\u003e     Order allow,deny\n\u003e\u003e     allow from all\n\u003e\u003e \u003c/Directory\u003e\nservice apache2 start\n\n# php\napt install -y php7.2 php-mbstring php-pdo-mysql\nphp -v\nvim /etc/php/7.2/apache2/php.ini\n# plz enable `mbstring` and `pdo-mysql`\n\n# mysql\napt install -y mariadb-server\nservice mysql start\nmysql_secure_installation\nmysql -u root -p\n\u003e\u003e grant all privileges on *.* to root@localhost identified by '{mysql_password}';\n\u003e\u003e create database `solveme`;\n\u003e\u003e flush privileges;\n\u003e\u003e exit;\n\n# download source code\ncd /var/www/html\nrz\nunzip solveme.zip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengbomb%2Fsolveme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpengbomb%2Fsolveme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengbomb%2Fsolveme/lists"}