{"id":49972836,"url":"https://github.com/degun-osint/geo_challenges","last_synced_at":"2026-05-18T09:19:45.946Z","repository":{"id":286111322,"uuid":"960400985","full_name":"degun-osint/geo_challenges","owner":"degun-osint","description":"CTFd challenge type to use a map instead of GPD coordinates","archived":false,"fork":false,"pushed_at":"2026-04-17T08:21:00.000Z","size":168,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-17T10:29:12.647Z","etag":null,"topics":["ctfd","ctfd-plugin","geolocation","osint"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/degun-osint.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}},"created_at":"2025-04-04T11:21:03.000Z","updated_at":"2026-04-17T08:21:05.000Z","dependencies_parsed_at":"2025-10-01T06:02:27.658Z","dependency_job_id":null,"html_url":"https://github.com/degun-osint/geo_challenges","commit_stats":null,"previous_names":["degun-osint/geo_challenges"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/degun-osint/geo_challenges","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degun-osint%2Fgeo_challenges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degun-osint%2Fgeo_challenges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degun-osint%2Fgeo_challenges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degun-osint%2Fgeo_challenges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/degun-osint","download_url":"https://codeload.github.com/degun-osint/geo_challenges/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/degun-osint%2Fgeo_challenges/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33172310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["ctfd","ctfd-plugin","geolocation","osint"],"created_at":"2026-05-18T09:19:41.602Z","updated_at":"2026-05-18T09:19:45.940Z","avatar_url":"https://github.com/degun-osint.png","language":"JavaScript","funding_links":["https://ko-fi.com/D1D11CYJEY'"],"categories":[],"sub_categories":[],"readme":"# WARNING : This plugins has been refactored because of a previous security issue.\n\n(it is also now compatible with CTFd3.8)\n\n\n# CTFd Geo Challenges Plugin\n\nA geographic challenges plugin for CTFd that allows challenge creators to set location-based puzzles. Players must find specific geographic coordinates to solve challenges.\n\n## Overview\n\nThis plugin was originally developed for [Oscar Zulu](https://oscarzulu.org) to enhance Capture The Flag competitions with geographic elements, and is now being offered to the broader CTF creator community.\n\n## Features\n\n- Create challenges requiring users to find specific geographic locations\n- Set custom tolerance radius for accepting answers\n- Geocoding support for location search\n- Multilingual interface (English, French, Spanish)\n- Interactive map interface using Leaflet and OpenStreetMap\n- Coordinate selection via map click or search\n- Visual feedback showing tolerance zones\n- Mobile-friendly responsive design\n\n## Installation\n\n1. Clone this repository to your CTFd installation's `plugins/` directory:\n   ```bash\n   cd /path/to/CTFd/plugins\n   git clone https://github.com/yourusername/geo_challenges.git\n   ```\n\n2. Restart your CTFd instance to load the plugin.\n\n## Usage\n\n### Creating a Geo Challenge\n\n1. In the CTFd admin panel, go to Challenges → Create Challenge\n2. Select \"geo\" as the challenge type\n3. Fill in the standard fields (name, category, description, etc.)\n4. Set the point value and select the target location on the map\n5. Set a tolerance radius (in meters)\n6. Save your challenge\n\n### Solving a Geo Challenge\n\nPlayers will:\n1. See an interactive map when viewing the challenge\n2. Place a marker by clicking on the map or using the search box\n3. Submit their answer\n4. Receive points if their selected location is within the tolerance radius of the target\n\n## Configuration\n\nThe plugin works out of the box with OpenStreetMap, but you can customize the following aspects:\n\n- Tile server URLs in the JavaScript files if you prefer another map provider\n- Tolerance radius default values\n- UI text via the i18n.js file\n\n## Internationalization\n\nThe plugin supports multiple languages. Add additional translations to the `i18n.js` file.\n\n## Requirements\n\n- CTFd v3.0.0 or higher\n- Modern browser with JavaScript enabled\n\n## License\n\nThis project is licensed under the GPLv3 License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- [Leaflet](https://leafletjs.com/) for the map interface\n- [OpenStreetMap](https://www.openstreetmap.org) for the map tiles\n- [Leaflet Control Geocoder](https://github.com/perliedman/leaflet-control-geocoder) for geocoding functionality\n\n## Support the Developer\n\nIf you find this plugin useful for your CTF events, consider supporting the developer:\n\n\u003ca href='https://ko-fi.com/D1D11CYJEY' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegun-osint%2Fgeo_challenges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdegun-osint%2Fgeo_challenges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdegun-osint%2Fgeo_challenges/lists"}