ctfs / write-ups-2014

Wiki-like CTF write-ups repository, maintained by the community. 2014
1.83k stars 644 forks source link

INDEX.md for categorizing challenges #147

Open cabreraalex opened 10 years ago

cabreraalex commented 10 years ago

I have been thinking that it might be nice to have an INDEX.md file that organizes challenges by topic.

For example, it might be organized like this:

If there is a nice index file, people can easily use these write ups as guides on how to solve certain topics with a quick ctrl-f.

mathiasbynens commented 10 years ago

Who is going to maintain it?

cabreraalex commented 10 years ago

That is the biggest issue. After winter break I will be able to start the first version from all the challenges that are already written up, but my grand wish would be for people who submit writeups to also add their challenge to the index file. Sadly that probably won't happen...

mathiasbynens commented 10 years ago

I agree; sadly it’s not very realistic.

People can always grep the repository’s contents for the category they’re interested in. This is good enough for me.

abpolym commented 9 years ago

I recently noticed that reverse grepping this repo results in a loop: grep: warning: ./stripe-ctf3/level4/problem/.build/src/stripe-ctf.com/sqlcluster: recursive directory loop

abpolym commented 9 years ago

@cabreraalex Do you think you can have a take on the issue in the near future? I am also currently thinking about having a central *.md that lists all challenges by category - which is easily done by e.g. searching for each category using grep or ag. Then, for each category, we could list the challenges from easiest to most difficult challenge - e.g. by using # solves, difficulty, number of writeups etc.