[Articles][Web Application Security] Why You Should Never Pass Untrusted Data to Unserialize When Writing PHP Code

This commit is contained in:
pe3zx 2018-03-30 15:51:00 +07:00
parent 073cef7ec2
commit f2e86bb7c6

View File

@ -652,6 +652,10 @@ My curated list of awesome links, resources and tools
- [BRUTE XSS - Master the art of Cross Site Scripting](https://brutelogic.com.br/blog/)
- [XSS Cheat Sheet](https://leanpub.com/xss)
### PHP Object Injection
- [Why You Should Never Pass Untrusted Data to Unserialize When Writing PHP Code](https://www.netsparker.com/blog/web-security/untrusted-data-unserialize-php/)
### SQL Injection
- [MySQL UDF Exploitation](https://osandamalith.com/2018/02/11/mysql-udf-exploitation/)