summaryrefslogtreecommitdiff
path: root/ctf/pwn.md
diff options
context:
space:
mode:
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)