欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

php讀取3389的腳本

 更新時(shí)間:2014年05月06日 23:10:55   作者:  
通過php獲取系統(tǒng)3389端口信息的腳本,這里只分享實(shí)現(xiàn)方法,不建議非法用途
復(fù)制代碼 代碼如下:

<?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.dbjr.com.cn 腳本之家收集
?>

相關(guān)文章

最新評論