Skip to content

Commit

Permalink
ADD contribution statement. ADD new start-here
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchiii committed Mar 15, 2024
1 parent 8a1aa8c commit 963e598
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Capture The Flag 101
# Capture The Flag 101 🚩

Welcome to **CTF101**, a site documenting the basics of playing Capture the Flags. This guide was written and maintained by the [OSIRIS Lab](https://osiris.cyber.nyu.edu/) at New York University in collaboration with [CTFd](https://ctfd.io/).

---

## Overview

Expand All @@ -16,6 +20,15 @@ CTFs are often the beginning of one's cyber security career due to their team bu
In this handbook you'll learn the basics™ behind the methodologies and techniques needed to succeed in Capture the Flag competitions.

---

## Contributions

> Thank you to our incredible contributors. They work hard to keep this project open and available to everyone.
This project is open sourced under the MIT Open Source License. You are free to modify, use, and distribute under the same License. For more information, check out the [MIT License](https://tlo.mit.edu/understand-ip/exploring-mit-open-source-license-comprehensive-guide) page.

!!! info
If you're interested in contributing to make this site great, please check out our [Contributing](https://github.com/osirislab/ctf101#Contributing) section on Github!
<!--
<div class="container">
<div class="row">
Expand Down
13 changes: 13 additions & 0 deletions docs/start-here/what-is-a-ctf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# What is a CTF?

Capture the Flag (CTF) competitions are the one stop shop for anyone who wishes to get into the world of computer security. Real-world vulnerabilities are featured in challenges that allow you to flex your programming, problem solving, and teamwork skills! CTFs bring these vulnerabilities right to your machine in small, compartmentalized challenges, fostering collaboration and community building (with friendly competition of course!).

## Who can play in a CTF?
Participants can work individually or in teams to solve challenges. Typically, an organization would feature multiple members playing for the same team, working together to solve challenges. If you're working alone, we encourage you to do some searching or friendly recruiting to have another mind to bounce ideas off of!

!!! info
Checkout [ctftime.org](https://ctftime.org/) for upcoming CTFs!


## Resources

5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ nav:
# This does not show up on the navbar. The Index word is specifically hidden in nav.html
- Home: index.md

- Start Here:
- What is a CTF?: 'start-here/what-is-a-ctf.md'



# Forensics Section
- Forensics:
- Overview: 'forensics/overview.md'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Markdown==3.5.2
MarkupSafe==2.1.3
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-exclude-search==0.6.6
mkdocs-exclude-search
mkdocs-git-revision-date-localized-plugin==1.2.2
mkdocs-material==9.5.5
mkdocs-material-extensions==1.3.1
Expand Down

0 comments on commit 963e598

Please sign in to comment.