{"id":18675784,"url":"https://github.com/0x4m4/bloodcodectf","last_synced_at":"2025-06-19T13:33:50.943Z","repository":{"id":246849966,"uuid":"822246664","full_name":"0x4m4/BloodCodeCTF","owner":"0x4m4","description":"Blood Code CTF challenge repository! This repository contains all the challenges and their source files from the Capture The Flag event codenamed \"Blood Code,\" organized by 0x4m4. It includes challenges in cryptography, steganography, digital forensics, pwn, pyjail, reverse engineering, and web exploitation, designed for all skill levels.","archived":false,"fork":false,"pushed_at":"2024-06-30T17:40:34.000Z","size":74531,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T20:37:17.924Z","etag":null,"topics":["0x4m4","bloodcode","capture-the-flag","cryptography","ctf-challenges","digital-forensics","hackathon","pwn","pyjail","reverse-engineering","sir-syed-case-institute-of-technology","sscaseit","sscit","steganography","web-exploitation"],"latest_commit_sha":null,"homepage":"https://ctf.0x4m4.com/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x4m4.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-30T17:36:33.000Z","updated_at":"2024-06-30T17:47:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"4680288a-65b0-4806-a9c4-8bf5d8113b52","html_url":"https://github.com/0x4m4/BloodCodeCTF","commit_stats":null,"previous_names":["0x4m4/bloodcodectf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2FBloodCodeCTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2FBloodCodeCTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2FBloodCodeCTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4m4%2FBloodCodeCTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x4m4","download_url":"https://codeload.github.com/0x4m4/BloodCodeCTF/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239520291,"owners_count":19652668,"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":["0x4m4","bloodcode","capture-the-flag","cryptography","ctf-challenges","digital-forensics","hackathon","pwn","pyjail","reverse-engineering","sir-syed-case-institute-of-technology","sscaseit","sscit","steganography","web-exploitation"],"created_at":"2024-11-07T09:26:19.853Z","updated_at":"2025-02-18T17:43:30.586Z","avatar_url":"https://github.com/0x4m4.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blood Code CTF Challenges\n\nWelcome to the Blood Code CTF challenge repository! This repository contains all the challenges and their source files from the Capture The Flag event codenamed \"Blood Code.\" This event was organized by the Sir Syed CASE Institute of Technology Cyber Security Society, with the main technical sponsor being 0x4m4.\n\n![Alt text](/ctf.0x4m4.com.jpg)\n\n## Event Overview\n\n**Event Name:** Blood Code CTF  \n**Organized By:** Sir Syed CASE Institute of Technology Cyber Security Society  \n**Main Technical Sponsor:** 0x4m4   \n**Platform:** ctf.0x4m4.com  \n\nThe Blood Code CTF was designed to test participants' skills in various domains of cybersecurity, including reverse engineering, pwn, pyjail, web exploitation, digital forensics, and OSINT. The challenges varied in difficulty from basic to hard, catering to a wide range of skill levels.\n\n## Challenge Categories\n\n1. **Cryptography and Steganography**\n    - **Binary_Shadows**\n    - **Burning_Inside**\n    - **Encrypted_Echoes**\n    - **Hidden_Message**\n    - **Possession**\n    - **Scrambled_Secrets**\n\n2. **Digital Forensics**\n    - **Bitwise_Mystery**\n    - **Flag**\n    - **Fragmented_Forensics**\n    - **Osama's_Obscured_Secrets**\n    - **Secrets_in_the_Shadow**\n\n3. **Pwn**\n    - **BabyROP**\n    - **ReadMe**\n\n4. **Pyjail**\n    - **FreeMe**\n\n5. **Reverse Engineering**\n    - **Feed_Me**\n    - **Forgot_Password**\n    - **LPC**\n\n6. **Web Exploitation**\n    - **1024_Redirects**\n    - **CASE_Money_Transfer**\n    - **Cookie**\n    - **Reload**\n    - **Source_of_all_Problems**\n    \n\n## Repository Structure\n\nThe repository is organized into directories based on challenge categories. Each challenge directory contains the source files and a README file with detailed instructions and solutions.\n\n```\n.\n├── Cryptography_Steganography\n│   ├── Binary_Shadows\n│   ├── Burning_Inside\n│   ├── Encrypted_Echoes\n│   ├── Hidden_Message\n│   ├── Possession\n│   └── Scrambled_Secrets\n├── Digital_Forensics\n│   ├── Bitwise_Mystery\n│   ├── Flag\n│   ├── Fragmented_Forensics\n│   ├── Osama's_Obscured_Secrets\n│   └── Secrets_in_the_Shadow\n├── Pwn\n│   ├── BabyROP (has docker file included)\n│   └── ReadMe (has docker file included)\n├── Pyjail\n│   └── FreeMe\n├── Reverse_Engineering\n│   ├── Feed_Me\n│   ├── Forgot_Password\n│   └── LPC (has docker file included)\n└── Web\n    ├── 1024_Redirects\n    ├── CASE_Money_Transfer\n    ├── Cookie\n    ├── Reload\n    ├── Source_of_all_Problems\n    └── docker-compose.yml (to start all web challs locally)\n```\n\n## How to Use\n\n1. **Clone the Repository:** \n   ```\n   git clone https://github.com/0x4m4/BloodCodeCTF.git\n   ```\n\n2. **Navigate to the Desired Challenge:**\n   ```\n   cd BloodCodeCTF/Challenge_Category/Challenge_Name\n   ```\n\n3. **Follow the Instructions:** Each challenge directory contains a README file with specific instructions and necessary files. You can drop me a mail or text me on discord if you want solution or having any issue. \n\n## Contribution\n\nFeel free to contribute to this repository by submitting pull requests for improvements, additional challenges, or solutions. All contributions are welcome and appreciated.\n\n## Contact\n\nFor any queries or issues, please contact me at contact@0x4m4.com\n\nHappy Hacking!\n\n![Alt text](/Challenges.jpg)\n![Alt text](/Challenges1.jpg)\n![Alt text](/Challenges2.jpg)\n\n---\n\n0x4m4   \nBlood Code CTF","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4m4%2Fbloodcodectf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x4m4%2Fbloodcodectf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4m4%2Fbloodcodectf/lists"}