Skip to content

Commit 2e6f32d

Browse files
committed
morph into monorepo
1 parent 98e75c6 commit 2e6f32d

File tree

112 files changed

+8421
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+8421
-0
lines changed

fallctf-2023/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book
File renamed without changes.

fallctf-2023/book.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[book]
2+
authors = ["Pete Stenger"]
3+
language = "en"
4+
multilingual = false
5+
src = "src"
6+
title = "Fall CTF 2023 Guide"
7+
8+
[output.html]
9+
mathjax-support = true
10+
default-theme = "navy"
11+
site-url = "/guide-2023/"
12+
preferred-dark-theme = "navy"
13+
git-repository-url = "https://github.com/sigpwny/guides"
14+
edit-url-template = "https://github.com/sigpwny/guides/edit/main/fallctf-2023/{path}"
15+
additional-css = ["theme/css/custom.css"]
16+
[output.html.code.hidelines]
17+
python = "~"

fallctf-2023/src/SUMMARY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Summary
2+
3+
- [Pwn](./pwn/pwn.md)
4+
- [pwntools](./pwn/pwntools.md)
5+
- [Web](./web/web.md)
6+
- [Reverse Engineering](./rev/rev.md)
7+
- [Cryptography](./crypto/crypto.md)
8+
- [OSINT](./osint/osint.md)

fallctf-2023/src/crypto/crypto.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Cryptography
2+
<embed src="./crypto.pdf" type="application/pdf" style="width: 100%; height: 80vh;">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

fallctf-2023/src/rev/rev.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Reverse Engineering
2+
<embed src="./rev.pdf" type="application/pdf" style="width: 100%; height: 80vh;">
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)