三十功名尘与土,八千里路云和月
05
11
RCE_php绕过 RCE_php绕过
一、RCE_php过滤掉很多函数的绕过重点:使用print函数输出php代码执行结果 print==echo 1.题目源码<?php # flag in flag.php include("flag.php"); if(isse
2025-05-11 0x00dream
11
dnslog外带RCE dnslog外带RCE
一、命令执行不回显,利用dnslog外带1.题目源码<?php if(isset($_POST['cmd'])){ @exec($_POST['cmd'],$res,$rc); //echo $rc; }else{
2025-05-11 0x00dream
07
php-取反绕过 php-取反绕过
一、题目源码<?php error_reporting(0); if(isset($_GET['code'])){ $code=$_GET['code']; if(str
2025-05-07 0x00dream
06