close
Skip to content

Association-ECDH/NCC-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

NCC 2025

The official CTF from NCC 2025 is now public!

The second edition of NCC (North Coding Challenge – 2025) features a CTF that breaks away from traditional formats by exploring various IT fields, not just cybersecurity. This is the same version used during the live event, try it out at your own pace and learn something new.

Built by @hypertrophic, proudly for ECDH.


Overview

Format

The North Coding Challenge follows a Capture The Flag (CTF) format hosted on a Linux machine. Each level is assigned to a unique user in the machine. Solving the challenge associated with a user will give you a flag, which also serves as the password to access the next user's environment.

Level Structure

  • Level 0: user0 hosts the first challenge --> Solving it reveals pswd1

  • Level 1: Login as user1 using pswd1 --> Solving it provides pswd2

  • Level 2: Login as user2 using pswd2 ... and so on.

Each level is isolated and authored individually.

Areas Covered

Unlike traditional CTFs that focus solely on cybersecurity, this edition of NCC aims to provide a broader exploration of the IT landscape. The challenges will touch on:

  • Linux fundamentals and system usage
  • Cryptography
  • Cybersecurity concepts and practices
  • Networking principles and tools
  • Coding and scripting techniques

Quick Start

  1. Install Docker if you don't have it.

  2. Pull the image:

docker pull wissamecdh/ncc-2025
  1. Run it:
docker run -it wissamecdh/ncc-2025

Login to start the CTF:

  • Username: ncc0
  • Password: ncc0

Flags

There are 20 main flags to find, plus 7 bonus flags hidden across the system. Need help with a level? Want to verify a bonus flag? Contact us on: it@ecdh.ma

About

A custom Linux-based CTF used in the second edition of NCC (North Coding Challenge 2025), organized by ECDH. Designed to learn new things in a fun way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors