1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "$schema": "https://schemas.premid.app/metadata/1.12",
- "apiVersion": 1,
- "author": {
- "id": "605894319408283678",
- "name": "eljooker"
- },
- "service": "CTFtime",
- "description": {
- "en": "CTFtime is a website that tracks cybersecurity competitions known as Capture The Flag (CTF) events. These contests challenge participants to solve a variety of tasks, ranging from scavenger hunts on Wikipedia to basic programming exercises and even hacking into servers to steal data."
- },
- "url": "ctftime.org",
- "version": "1.0.3",
- "logo": "https://cdn.rcd.gg/PreMiD/websites/C/CTFtime/assets/logo.png",
- "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/C/CTFtime/assets/thumbnail.png",
- "color": "#bf040d",
- "category": "other",
- "tags": [
- "cybersecurity",
- "competetion",
- "ctf",
- "study"
- ],
- "settings": [
- {
- "id": "timestamp",
- "title": "Show Timestamps",
- "icon": "fad fa-stopwatch",
- "value": true
- },
- {
- "id": "images",
- "title": "Show Covers",
- "icon": "fad fa-images",
- "value": true
- },
- {
- "id": "buttons",
- "title": "Show Buttons",
- "icon": "fas fa-compress-arrows-alt",
- "value": true
- }
- ]
- }
|