Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

22 lines (19 loc) · 1.02 KB

🎒 Our Toolkit

This respository should contain write-ups of (most of the) different CTF competitions that members of the West Computer Security Club has participated in, as well as any various files from coding competitions. It would be ideal to create a set of crypto tools, as well as a code snippet collection here as well.

📝 Want to help?

We would love to add your contributions to the toolkit. Create a pull request to implement new things, and request review when you think it's ready to be added.

🗃️ File Organization

west-csc/toolkit
├── code-library
│   └── year-competition
│       ├── challenge_name.py
│       └── another_challenge.py
├── ctf-write-ups
│   └── year-competition
│       ├── challenge_name.py
│       └── another_challenge.py
├── crypto-tools
└── snippets