摘要: Example 1 源码: <?php require "../header.php" ; $ld = ldap_connect("localhost") or die("Could not connect to LDAP server"); ldap_set_option($ld, LDAP_OP 阅读全文
posted @ 2020-06-26 13:02 APT-101 阅读(278) 评论(0) 推荐(0) 编辑
摘要: Example 1 源码: <?php require_once("../header.php"); ?><pre><?php system("ping -c 2 ".$_GET['ip']);?></pre><?php require_once("../footer.php"); ?> 解释:ip 阅读全文
posted @ 2020-06-26 11:33 APT-101 阅读(216) 评论(0) 推荐(0) 编辑