Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackotter/the-ctf-book
An interactive course accompanied by a CTF, that brings you right through from beginner to advanced in a variety of fields relevant to hacking.
https://github.com/stackotter/the-ctf-book
ctf cybersecurity hacking open-source
Last synced: 17 days ago
JSON representation
An interactive course accompanied by a CTF, that brings you right through from beginner to advanced in a variety of fields relevant to hacking.
- Host: GitHub
- URL: https://github.com/stackotter/the-ctf-book
- Owner: stackotter
- Created: 2022-08-02T09:38:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T02:35:53.000Z (over 1 year ago)
- Last Synced: 2024-10-10T22:59:50.689Z (about 1 month ago)
- Topics: ctf, cybersecurity, hacking, open-source
- Language: Python
- Homepage:
- Size: 919 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# The CTF Book
If you want to learn some hacking and you prefer reading over watching videos, then this is the
resource for you! Each section will introduce you to a different area of hacking. And at the end of
each chapter you will be provided with some challenges to help you test out your new found skills
hands-on!*Disclaimer: this book is still very much a work in progress*
## Table of Contents
The sections come in no particular order, so feel free to start with whichever one catches your
fancy!1. [Web](01-Web/Readme.md)
2. [Binary exploitation](02-BinaryExploitation/Readme.md)## Supporting material
- [Setting up Docker](SettingUpDocker.md)