Title

每日一句

摘要: 一、编写存在命令注入的代码 1.windows环境 <?php $target=$_REQUEST['ip']; $cmd = shell_exec('ping '.$target); echo "<pre>{$cmd}</pre>"; ?> 测试:http://127.0.0.1/1.php?ip 阅读全文
posted @ 2022-10-29 15:39 江公 阅读(362) 评论(0) 推荐(0) 编辑
Title

每日一句