Contributors

This book was built on a lot of hard work, most of which happened elsewhere. Without permission to republish from these folks, this book would still be in development. They have our gratitude and admiration.

So, reader, when you’ve completed a few CTFs, and you’re ready for more, reach out to this list. They like to support ambition, and they just might know someone who needs some talent.

If you're interested in taking a course like this one for credit, check out NYU Poly. They offer concentrations in cybersecurity and we collaborate with them frequently through their Hacker in Residence program.

Contributing

If you want to make a contribution, simply commit your new markdown to the master branch and we'll take it from there. We're always looking for new or refined content, so please send us your suggestions!

mdBook Usage

The CTF Field Guide is built with mdBook, a command line tool for building books with Git and Markdown. Refer to mdBook's installation page to get it set up.

With mdBook installed, you can run any of these commands from within the book directory:

  • Generate an interactive, static website: mdbook build
  • Serve the book via HTTP, to locally browse and edit it: mdbook serve.

Third-party plugins also exist if you wish to export the book as EPUB or PDF.