无字母数字 webshell

admin 2024年4月3日09:23:19评论3 views字数 256阅读0分51秒阅读模式
<?php
include 'flag.php';
if(isset($_GET['code'])){
$code = $_GET['code'];
if(strlen($code)>40){
die("Long.");
}
if(preg_match("/[A-Za-z0-9]+/",$code)){
die("NO.");
}
@eval($code);
}else{
highlight_file(__FILE__);
}
//$hint = "php function getFlag() to get flag";
?>

- By:wywwzjj.top

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2024年4月3日09:23:19
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   无字母数字 webshellhttp://cn-sec.com/archives/2624279.html

发表评论

匿名网友 填写信息