You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Convert to mdBook
* Add ToB favicon
* Clean up old `docs/` directory
* The book is now built and deployed via GitHub Actions
* Update contribution instructions with mdBook
* Revive links with Wayback Machine
* Update http -> https links
* Add link and spell checker
Copy file name to clipboardExpand all lines: contrib.md
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,30 +3,26 @@ This book was built on a lot of hard work, most of which happened elsewhere. Wit
3
3
4
4
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.
5
5
6
-
*[Andrew Ruef](http://www.mimisbrunnr.net/~munin/blog/) created the initial proposal and slides
7
-
*[Evan Jensen](https://github.com/wontonSlim) developed and refined nearly all of the lessons
6
+
*[Andrew Ruef](https://web.archive.org/web/20150219123305/http://www.mimisbrunnr.net:80/~munin/blog/) created the initial proposal and slides
7
+
* Evan Jensen developed and refined nearly all of the lessons
8
8
*[Nick Anderson](https://github.com/PoppySeedPlehzr) ran through the lessons and made numerous improvements
9
9
*[Alex Sotirov](http://www.phreedom.org/) delivered the ROP lecture and provided feedback
10
-
*[Jay Little](https://twitter.com/computerality) reviewed the binary exploitation modules
11
-
*[Brandon Edwards](https://twitter.com/drraid) delivered the source auditing lectures and the newspaper app
12
-
*[Marcin W](https://twitter.com/marcinw) and [Gotham Digital Science](http://www.gdssecurity.com/) delivered the web security lectures
13
-
*[Dino Dai Zovi](http://www.theta44.org/main.html) delivered the introductory exploitation lectures
14
-
*[Mike Myers](https://twitter.com/fristle) for contributing the chapter on forensics
10
+
*[Jay Little](https://x.com/computerality) reviewed the binary exploitation modules
11
+
*[Brandon Edwards](https://x.com/drraid) delivered the source auditing lectures and the newspaper app
12
+
*[Marcin W](https://x.com/marcinw) and [Gotham Digital Science](https://www.gdssecurity.com/) delivered the web security lectures
13
+
*[Dino Dai Zovi](https://theta44.org/) delivered the introductory exploitation lectures
14
+
*[Mike Myers](https://x.com/fristle) for contributing the chapter on forensics
15
15
16
-
If you're interested in taking a course like this one for credit, check out [NYU Poly](http://engineering.nyu.edu/academics/departments/computer/). They offer concentrations in cybersecurity and we collaborate with them frequently through their [Hacker in Residence](http://www.isis.poly.edu/hackers-in-residence) program.
16
+
If you're interested in taking a course like this one for credit, check out [NYU Poly](https://engineering.nyu.edu/academics/departments/computer-science-and-engineering). They offer concentrations in cybersecurity and we collaborate with them frequently through their [Hacker in Residence](https://web.archive.org/web/20170409054057/http://www.isis.poly.edu/hackers-in-residence) program.
17
17
18
18
# Contributing
19
-
If you want to make a contribution, simply commit your new markdown to the `master` branch and we'll take it from there. Gitbook has a fantastic [editor](https://github.com/GitbookIO/editor/releases) available to help preview your changes. We're always looking for new or refined content, so please send us your suggestions!
19
+
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!
20
20
21
-
## Gitbook Usage
22
-
The CTF Field Guide is built with [Gitbook](https://github.com/GitbookIO/gitbook), a command line tool for building books with Git and Markdown. You can use Gitbook to output the CTF Field Guide as a PDF, an eBook or a single, printable HTML page. Make sure you have [NodeJS](http://nodejs.org/) and `npm` on your operating system, then install Gitbook and a few of its plugins:
21
+
## mdBook Usage
22
+
The CTF Field Guide is built with [mdBook](https://rust-lang.github.io/mdBook/), a command line tool for building books with Git and Markdown. Refer to [mdBook's installation page](https://rust-lang.github.io/mdBook/guide/installation.html) to get it set up.
0 commit comments