为什么有这么多披萨 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 命令执行
如何黑盒检测fasterxml jackson反序列化漏洞 黑盒检测检测jackson反序列化的步骤 Posted on January 15, 2021 序 前段时间,fasterxml jackson又出新的反序列化的payload了,看看各家的通告。心里想着,啥时候能测到一个反序列化漏洞。 [Read More] Tags: jackson websec 反序列化
Learning XXE with gosecure Gosecure的XXE环境学习记录 Posted on December 27, 2020 LAB 1: Basic XXE ./gradlew build 没有反应,修改版本 21_rssviewer_xxe/gradle/wrapper/gradle-wrapper.properties distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip 重新build即可。 [Read More] Tags: xxe websec