Skip to content

Commit 7d4db25

Browse files
committed
Update README.md
1 parent 6cc4f61 commit 7d4db25

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,15 @@
277277
- [Basic Shellcode](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Basic%20Shellcode.md)
278278
- [CMDi](./pwn.college/Intro%20to%20Cybersecurity/Web%20Security/CMDi.md)
279279
- [CSRF](./pwn.college/Intro%20to%20Cybersecurity/Web%20Security/CSRF.md)
280+
- [CSV Injection](./pwn.college/Content%20Injection/CSV%20Injection.md)
280281
- [Connect](./pwn.college/Intro%20to%20Cybersecurity/Intercepting%20Communication/Connect.md)
281282
- [Control Hijack](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Control%20Hijack.md)
282283
- [Dynamic Allocator Misuse](./pwn.college/Program%20Security/Dynamic%20Allocator%20Misuse.md)
283284
- [Format Strings Exploit](./pwn.college/Software%20Exploitation/Format%20Strings%20Exploit.md)
285+
- [HTML Javascript Injection](./pwn.college/Content%20Injection/HTML%20Javascript%20Injection.md)
284286
- [Hijack to (Mapped) Shellcode](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Hijack%20to%20%28Mapped%29%20Shellcode.md)
285287
- [Hijack to Shellcode](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Hijack%20to%20Shellcode.md)
288+
- [JSON Injection](./pwn.college/Content%20Injection/JSON%20Injection.md)
286289
- [Listen](./pwn.college/Intro%20to%20Cybersecurity/Intercepting%20Communication/Listen.md)
287290
- [Monitor](./pwn.college/Intro%20to%20Cybersecurity/Intercepting%20Communication/Monitor.md)
288291
- [NOP Sleds](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/NOP%20Sleds.md)
@@ -296,7 +299,9 @@
296299
- [String Lengths](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/String%20Lengths.md)
297300
- [Tricky Control Hijack](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Tricky%20Control%20Hijack.md)
298301
- [Variable Control](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Variable%20Control.md)
302+
- [XML Injection](./pwn.college/Content%20Injection/XML%20Injection.md)
299303
- [XSS](./pwn.college/Intro%20to%20Cybersecurity/Web%20Security/XSS.md)
304+
- [YAML Injection](./pwn.college/Content%20Injection/YAML%20Injection.md)
300305
- [Your First Overflow](./pwn.college/Intro%20to%20Cybersecurity/Binary%20Exploitation/Your%20First%20Overflow.md)
301306

302307
## pwnable.kr

0 commit comments

Comments
 (0)