php读取3389的脚本
author:一佰互联 2019-04-29 click:166
复制代码 代码如下:
<?php
$regkey = "HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlTerminal ServerWds
dpwdTds cpPortNumber";
$shell = new COM("WScript.Shell");
var_dump($shell->RegRead($regkey));
//www.yx10011.com 网页设计收集
?>