如何给没网的台机(pve)装rtl8821cu无线网卡驱动 Posted on June 9, 2021 准备直接给台机虚拟化,安装pve系统,但是安装之后,插上无线网卡,没有网络,怎么办? [Read More] Tags: pve rtl8821cu
黑盒能判断fastjson开启autotype了吗 Posted on May 24, 2021 tldr 能。 当然,还是有条件的,本实验是在可以出网的环境测试的。fastjson版本1.2.77_preview_01。 [Read More] Tags: fastjson websec
为什么有这么多披萨 udp rrsig 请求来了之后 Posted on April 6, 2021 情形 最近刚上线了dnslog平台,突然有一天,查看log,发现有6w多条记录,查看发现全都是RRSIG查询pizzaseo的请求,(后续用披萨指代该域名)。 [Read More] Tags: dns websec
GraphQl安全之DVGA学习 GraphQl安全 Posted on March 31, 2021 如何识别 接口 比较明显的是接口/graphql,还有一些其他的接口名,可用字典扫描。 类型 一般是json格式的type,Content-Type: application/json 数据 带有query的json格式数据 {"query": "query getPastes {\n pastes(public:true) {\r\ntitle\r\n id\n title\n content\n ipAddr\n userAgent\r\n\n owner {\n name\n }\n }\n }"} [Read More] Tags: graphql websec
file_put_contents + php-fpm 命令执行 file_put_contents + ftp passive mode + php-fpm = 命令执行 Posted on January 18, 2021 序 在阅读Laravel debug rce[1]的文章时,感叹文章中的技巧之余,有一句话引起了我的注意。 It is well-known that, if you can send an arbitrary binary packet to the PHP-FPM service, you can execute code on the machine. 众所周知,我不知呀! [Read More] Tags: php-fpm websec 命令执行