summaryrefslogtreecommitdiff
path: root/ctf/pwn.md
diff options
context:
space:
mode:
authorJJ2023-11-23 05:49:50 +0000
committerJJ2023-11-23 05:49:50 +0000
commitfa8bb975614b5da3eb358598a1fa379911900f0d (patch)
tree437563202ff3a79e352289f1d9f2bbe26fe48a5d /ctf/pwn.md
meow
Diffstat (limited to 'ctf/pwn.md')
-rw-r--r--ctf/pwn.md7
1 files changed, 7 insertions, 0 deletions
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)