Skip to content

Commit 29e73eb

Browse files
authored
Update readme.md
1 parent fe4f176 commit 29e73eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ known to have a buffer overflow.
77
The webserver has been compiled four times, with increasing levels of memory protections.
88
For every version, an exploit that defeats the mitigations and launches a remote shell has been written.
99

10-
- tiny.1996 : no protections. Compiled statically, with an executable stack and no canaries like it's 1996
10+
- [tiny.1996](https://github.com/robalb/tiny-webserver-rce-exploit/blob/master/expl_1996.py) : no protections. Compiled statically, with an executable stack and no canaries like it's 1996
1111
- tiny.canary: executable stack, but with stack canaries enabled
1212
- tiny.nx: both canary and nx protection active
1313
- tiny.all: all protections active: canary, nx, ASLR, relro

0 commit comments

Comments
 (0)