This shows you the differences between two versions of the page.
|
cns:lectures:lecture-06 [2014/11/10 00:53] razvan.deaconescu |
cns:lectures:lecture-06 [2019/11/04 14:14] (current) razvan.deaconescu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Lecture 06 - Exploit Protection Mechanisms ====== | ====== Lecture 06 - Exploit Protection Mechanisms ====== | ||
| - | *[[http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf | Slides]] | + | * [[http://elf.cs.pub.ro/cns/res/lectures/06-protection.pdf|Slides]] |
| - | ***Keywords**: exploit, shellcode, input validation, static analysis, dynamic analysis, stack guard, canary value, DEP, return-to-libc, ASLR, ROP | + | * **Keywords**: exploit, buffer overflow, shellcode, input validation, static analysis, dynamic analysis, code integrity, DEP, ASLR, PIC, PIE, canary value, stack guard |
| <html> | <html> | ||
| - | <iframe src="http://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | + | <center> |
| + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/06-protection.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| </html> | </html> | ||
| + | |||
| + | /* | ||
| + | |||
| + | ====== Lecture 06 - Exploiting. Shellcodes ====== | ||
| + | |||
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf|Slides]] | ||
| + | * **Keywords**: bugs, vulnerabilities, exploit, shellcode, shellcode construction, shellcode triggering, shellcode placing, syscall, null, stack buffer overflow | ||
| + | |||
| + | <html> | ||
| + | <center> | ||
| + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| + | </html> | ||
| + | |||
| + | ===== Demos ===== | ||
| + | |||
| + | For obtaining the [[http://elf.cs.pub.ro/cns/res/lectures/lecture-06-demo.zip|demo archive]], run the following commands: | ||
| + | <code bash> | ||
| + | wget http://elf.cs.pub.ro/cns/res/lectures/lecture-06-demo.zip | ||
| + | unzip lecture-06-demo.zip | ||
| + | cd lecture-06-demo/ | ||
| + | </code> | ||
| + | |||
| + | */ | ||