add 'CSV Injection' section with two articles

This commit is contained in:
Boik 2017-10-12 16:33:46 +08:00
parent d5c8179716
commit 64a2e04221

View File

@ -21,6 +21,7 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt
- [Forums](#forums)
- [Resources](#resources)
- [XSS](#xss)
- [CSV Injection](#csv-injection)
- [SQL Injection](#sql-injection)
- [ORM Injection](#orm-injection)
- [XML](#xml)
@ -93,6 +94,12 @@ Check out my [repos](https://github.com/qazbnm456) 🐾 or say *hi* on my [Twitt
* [XSS.png](https://github.com/jackmasa/XSS.png) - XSS mind map by [@jackmasa](https://github.com/jackmasa).
* [C.XSS Guide](https://excess-xss.com/) - Comprehensive tutorial on cross-site scripting by [@JakobKallin](https://github.com/JakobKallin) and [Irene Lobo Valbuena](https://www.linkedin.com/in/irenelobovalbuena/).
<a name="csv-injection"></a>
### CSV Injection
* [CSV Injection -> Meterpreter on Pornhub](https://news.webamooz.com/wp-content/uploads/bot/offsecmag/147.pdf) - Written by [Andy](https://blog.zsec.uk/).
* [The Absurdly Underestimated Dangers of CSV Injection](http://georgemauer.net/2017/10/07/csv-injection.html) - Written by [George Mauer](http://georgemauer.net/).
<a name="sql-injection"></a>
### SQL Injection