From fa8bb975614b5da3eb358598a1fa379911900f0d Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 22 Nov 2023 21:49:50 -0800 Subject: meow --- ctf/crypto.md | 10 ++++++++++ ctf/index.md | 0 ctf/pwn.md | 7 +++++++ ctf/rev.md | 5 +++++ ctf/web.md | 5 +++++ 5 files changed, 27 insertions(+) create mode 100644 ctf/crypto.md create mode 100644 ctf/index.md create mode 100644 ctf/pwn.md create mode 100644 ctf/rev.md create mode 100644 ctf/web.md (limited to 'ctf') diff --git a/ctf/crypto.md b/ctf/crypto.md new file mode 100644 index 0000000..a1d645c --- /dev/null +++ b/ctf/crypto.md @@ -0,0 +1,10 @@ +# Cryptography for Computer Security + +## Resources + +- [Cryptohack](https://cryptohack.com) +- [Cryptopals](https://cryptopals.org) + +## Notes on Cryptohack + +## Notes on Cryptopals diff --git a/ctf/index.md b/ctf/index.md new file mode 100644 index 0000000..e69de29 diff --git a/ctf/pwn.md b/ctf/pwn.md new file mode 100644 index 0000000..ed75eea --- /dev/null +++ b/ctf/pwn.md @@ -0,0 +1,7 @@ +# Binary Exploitation + +## Resources + +- [pwn.college](https://pwn.college) +- [pwnable.kr](https://pwnable.kr/) +- [how2heap](https://github.com/shellphish/how2heap) diff --git a/ctf/rev.md b/ctf/rev.md new file mode 100644 index 0000000..a4bfc1d --- /dev/null +++ b/ctf/rev.md @@ -0,0 +1,5 @@ +# Reverse Engineering + +## Resources + +- [crackmes.one](https://crackmes.one) diff --git a/ctf/web.md b/ctf/web.md new file mode 100644 index 0000000..3e40a62 --- /dev/null +++ b/ctf/web.md @@ -0,0 +1,5 @@ +# Web Security + +## Resources + +- [websec.fr](https://websec.fr) -- cgit v1.2.3-70-g09d2