diff options
author | JJ | 2023-11-23 05:49:50 +0000 |
---|---|---|
committer | JJ | 2023-11-23 05:49:50 +0000 |
commit | fa8bb975614b5da3eb358598a1fa379911900f0d (patch) | |
tree | 437563202ff3a79e352289f1d9f2bbe26fe48a5d /ctf |
meow
Diffstat (limited to 'ctf')
-rw-r--r-- | ctf/crypto.md | 10 | ||||
-rw-r--r-- | ctf/index.md | 0 | ||||
-rw-r--r-- | ctf/pwn.md | 7 | ||||
-rw-r--r-- | ctf/rev.md | 5 | ||||
-rw-r--r-- | ctf/web.md | 5 |
5 files changed, 27 insertions, 0 deletions
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 --- /dev/null +++ b/ctf/index.md 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) |