php读取3389的脚本
时间:2021-07-01 10:21:17
帮助过:21人阅读
代码如下:
<?php
$regkey = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp\PortNumber';
$shell = new COM('WScript.Shell');
var_dump($shell->RegRead($regkey));
//www.gxlcms.com 脚本之家收集
?>