2023.11.4 软考信息安全工程师下午真题 第一题 <?php if(isset($_POST['submit'])){ $target=$_REQUEST['ip']; //Determine OS and execute the ping command if(stristr(php_uname('s'),'windows NT')){ $cmd=shell_exec('ping'.$target); echo '<pre>'.$cmd.