php读取3389的脚本
程序员文章站
2023-11-20 14:56:46
复制代码 代码如下:
<?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.jb51.net 收集
?>
复制代码 代码如下:
<?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.jb51.net 收集
?>
上一篇: 电商直播里的“带”级力量
下一篇: Python3.5装饰器典型案例分析