Skip to content

Commit 46ec25b

Browse files
committed
Add to listing.
1 parent ef2bbf2 commit 46ec25b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

SUMMARY.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* [Introduction](README.md)
44
* [Binary Exploitation](/binary-exploitation.md)
5+
* [Doubly Dangerous \[110 points\]](/binary-exploitation/doubly-dangerous-110-points.md)
6+
* [Simple ROP \[120 points\]](/binary-exploitation/simple-rop-120-points.md)
57
* [Heaps of Knowledge \[420 points\]](/binary-exploitation/heaps-of-knowledge-420-points.md)
68
* [Cryptography](cryptography.md)
79
* [RSA 1 \[50 points\]](/cryptography/rsa-1-50-points.md)

binary-exploitation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This category focuses on exploiting vulnerabilities in "binaries", or compiled programs, such as buffer overflow attacks, return-oriented programming, etc. The binary exploitation challenges this year include:
44

55
* Risky Business \[100 points\]
6-
* Doubly Dangerous \[110 points\]
7-
* Simple ROP \[120 points\]
6+
* [Doubly Dangerous \[110 points\]](/binary-exploitation/doubly-dangerous-110-points.md)
7+
* [Simple ROP \[120 points\]](/binary-exploitation/simple-rop-120-points.md)
88
* [Heaps of Knowledge \[420 points\]](/binary-exploitation/heaps-of-knowledge-420-points.md)
99

1010

0 commit comments

Comments
 (0)