摘要: 2025羊城杯网络安全大赛wp Web ez_unserialize <?php error_reporting(0); highlight_file(__FILE__); class A { public $first; public $step; public $next; public fun 阅读全文
posted @ 2025-10-12 21:50 Godjian 阅读(254) 评论(0) 推荐(0)
摘要: 编译安装nginx 什么是nginx? 是一个高性能的HTTP服务器和方向代理服务器,特点就是占用少,并发能力强,在企业中基本使用nginx。 注意:推荐使用源码安装,因为可以下载最新的,yum安装可能不是最新的 1.下载nginx源码包 官网页面 https://nginx.org/en/down 阅读全文
posted @ 2025-10-12 17:14 Godjian 阅读(24) 评论(0) 推荐(0)