安全研究
p4ndat
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
由PHP SECURITY CALENDAR 2017引发的思考总结
0x01 起因Day 1 - Wish ListCan you spot the vulnerability?class Challenge { const UPLOAD_DIRECTORY = './solutions/'; private $file; private $whitelist; public function __construct($file) { ...原创 2019-06-27 12:47:28 · 327 阅读 · 0 评论 -
由filter_var()函数引起的技术探讨
0x01 起因最近在看PHP SECURITY CALENDAR 2017的题目,这是第二题Day 2 - TwigCan you spot the vulnerability?// composer require "twig/twig"require 'vendor/autoload.php';class Template { private $twig; public...原创 2019-06-27 12:48:54 · 654 阅读 · 0 评论
分享