Skip to content

cativist/adikara-ctf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adikara CTF 2024

Challenge Structure

Copy template/ folder and place inside challenge category folder.

<chall-name>
├── public/
│   └── ...
├── src/
│   └── ...
├── solution/
│   ├── README.md
│   └── ...
├── Dockerfile
├── docker-compose.yml
└── README.md

Notes:

  • public/: Contains files or resources that are publicly accessible, such as assets or binaries provided to participants as part of the challenge.
  • src/: Contains the source code for the challenge, including the implementation of the challenge logic or services.
  • solution/: Includes files related to the challenge solution, such as scripts or detailed write-ups on how to solve the challenge.
  • Dockerfile and docker-compose.yml: Used for containerizing the challenge environment, ensuring consistency and easy deployment. Please use github.com/redpwn/jail to isolated challenge service.
  • README.md: Provides a description of the challenge, setup instructions, hints (if any), and any other relevant details for participants.

About

List of challenge Adikara CTF

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors