{"id":25435559,"url":"https://github.com/csivitu/ctf-write-ups","last_synced_at":"2025-11-01T02:30:33.059Z","repository":{"id":45837195,"uuid":"271607379","full_name":"csivitu/CTF-Write-ups","owner":"csivitu","description":"Write-ups for CTF challenges.","archived":false,"fork":false,"pushed_at":"2021-10-04T12:38:51.000Z","size":36173,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-21T17:13:08.270Z","etag":null,"topics":["cryptography","csivitu","ctf","ctf-challenges","ctf-writeups","cybersecurity","forensics","hackthebox","hacktoberfest","hacktoberfest2021","pwn","reverse-engineering","steganography","web"],"latest_commit_sha":null,"homepage":"","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/csivitu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-11T17:29:48.000Z","updated_at":"2024-02-02T16:32:46.000Z","dependencies_parsed_at":"2022-07-19T12:58:27.229Z","dependency_job_id":null,"html_url":"https://github.com/csivitu/CTF-Write-ups","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csivitu%2FCTF-Write-ups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csivitu%2FCTF-Write-ups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csivitu%2FCTF-Write-ups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csivitu%2FCTF-Write-ups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csivitu","download_url":"https://codeload.github.com/csivitu/CTF-Write-ups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239252049,"owners_count":19607766,"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":["cryptography","csivitu","ctf","ctf-challenges","ctf-writeups","cybersecurity","forensics","hackthebox","hacktoberfest","hacktoberfest2021","pwn","reverse-engineering","steganography","web"],"created_at":"2025-02-17T07:30:22.094Z","updated_at":"2025-11-01T02:30:33.018Z","avatar_url":"https://github.com/csivitu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![csivit][csivitu-shield]][csivitu-url]\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[![Issues][issues-shield]][issues-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/github_username/repo\"\u003e\n    \u003cimg src=\"https://csivit.com/images/favicon.png\" alt=\"Logo\" width=\"80\"\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eCTF Write-ups\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n    Write-ups for CTF Challenges.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/csivitu/CTF-Write-ups\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/csivitu/CTF-Write-ups\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/csivitu/CTF-Write-ups/issues\"\u003eReport Bug\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/csivitu/CTF-Write-ups/issues\"\u003eRequest Feature\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n## Table of Contents\n\n* [Format](#format)\n* [License](#license)\n* [Contributors](#contributors)\n\n## Format\n\n### Directory Structure\n\n```\n- CTF Name\n  - README.md\n  - Category\n    - Challenge Name\n     - static (for images)\n     - binaries, etc\n     - README.md (solution)\n```\n\n### Challenge Solution\n\n```\n# Challenge Name\n\nAuthor: [author](https://github.com/author)\n\nBrief Description\n\n# Requirements\n\n- List of requirements\n\n# Source\n\n- Links to source code and other files (if applicable).\n\n# Exploitation\n\nDetailed Exploit with images (if any).\n```\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\u003c!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --\u003e\n[csivitu-shield]: https://img.shields.io/badge/csivitu-csivitu-blue\n[csivitu-url]: https://csivit.com\n[issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square\n[issues-url]: https://github.com/csivitu/CTF-Write-ups/issues\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/roerohan\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/42958812?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRohan Mukherjee\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=roerohan\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/thebongy\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7080652?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRishit Bansal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=thebongy\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Mannan-Goyal\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72966340?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMannan Goyal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=Mannan-Goyal\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/salt57\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/45989024?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esalt57\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=salt57\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Rakesh1772\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/77398468?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRakesh1772\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=Rakesh1772\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.linkedin.com/in/sanjaybaskaran\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/72266283?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSanjay Kumar Baskaran\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=sanjaybaskaran01\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/UnknownAbyss\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/44570898?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAdditya Singhal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/csivitu/CTF-Write-ups/commits?author=UnknownAbyss\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsivitu%2Fctf-write-ups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsivitu%2Fctf-write-ups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsivitu%2Fctf-write-ups/lists"}