<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SpookZanG &#187; 远程登录</title>
	<atom:link href="http://www.spookzang.net/article/tag/%e8%bf%9c%e7%a8%8b%e7%99%bb%e5%bd%95/feed" rel="self" type="application/rss+xml" />
	<link>http://www.spookzang.net</link>
	<description>安全,漏洞,发现共享,交流</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:27:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>当远程桌面出现&quot;客户端无法连接,您以连接到这台计算机的控制台&quot;解决办法</title>
		<link>http://www.spookzang.net/article/1134</link>
		<comments>http://www.spookzang.net/article/1134#comments</comments>
		<pubDate>Sun, 22 Nov 2009 15:06:10 +0000</pubDate>
		<dc:creator>spookzang</dc:creator>
				<category><![CDATA[我的作品]]></category>
		<category><![CDATA[3389]]></category>
		<category><![CDATA[远程登录]]></category>

		<guid isPermaLink="false">http://www.spookzang.net/?p=1134</guid>
		<description><![CDATA[当远程桌面出现"客户端无法连接,您以连接到这台计算机的控制台。无法建立新的会话。"时，我们应该怎么办呢？本文提供了这种解决方法。]]></description>
			<content:encoded><![CDATA[<p>By：SpookZanG</p>
<p>本文如有错误欢迎指正，如有更好的解决方法或者彻底解决方法，欢迎留言。</p>
<p>今天在搞某网站的时候，发现其处于内网当中（Win 2003），于是用LCX把他的3389给反弹出来到我的计算机（Vista），然后在我的计算机登录。</p>
<p>发现直接弹出如下的提示（连输入用户名密码的界面都没出现）：</p>
<p>客户端无法连接,您以连接到这台计算机的控制台。无法建立新的会话。</p>
<p>因为以前没有遇到过这样的问题，于是google了一下，发现遇到这种问题的人很多，却没有人能给出解决方法。</p>
<p>我是用Vista来连接的WIN 2003   而用XP连接VISTA的人也遇到这种情况</p>
<p>首先我感觉应该排除防火墙的问题，因为如果存在防火墙的话，就会直接阻止我的连接了。</p>
<p>之后我想，会不会是2003那端限制了登录3389机器的类型呢？</p>
<p>我找来一台同为Win 2003的机器，在其上登录（也就是用2003来登录2003），发现成功登录。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spookzang.net/article/1134/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>通过mstsc来隐藏客户端计算机名</title>
		<link>http://www.spookzang.net/article/1076</link>
		<comments>http://www.spookzang.net/article/1076#comments</comments>
		<pubDate>Sat, 10 Oct 2009 14:08:49 +0000</pubDate>
		<dc:creator>spookzang</dc:creator>
				<category><![CDATA[入侵渗透]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[远程登录]]></category>
		<category><![CDATA[隐藏]]></category>

		<guid isPermaLink="false">http://www.spookzang.net/?p=1076</guid>
		<description><![CDATA[当mstsc.exe登陆远程桌面服务器的时候,最讨厌的就是将本机的计算机名,网卡ip发送过去,不管你跳了几次代理,在服务器上的任务管理器的“用户”选项卡中显示的客户端名就是我的计算机名,以及系统事件日志中也有,这个小插件就是解决这个问题的.]]></description>
			<content:encoded><![CDATA[<p>作者：LZX</p>
<p>&#8212;&#8212;<br />
当mstsc.exe登陆远程桌面服务器的时候，mstsc.exe会将客户端的一些信息发给服务端，最讨厌的就是将本机的计算机名、网卡ip发送过去， 不管你跳了几次代理，在服务器上的任务管理器的“用户”选项卡中显示的客户端名就是我的计算机名，以及系统事件日志中也有，这个小插件就是解决这个问题 的，利用微软的Virtual Channel Client DLL插件接口来加载dll，然后hook API 修改返回的计算机名为空。<br />
<a href="http://msdn.microsoft.com/en-us/library/aa383580(VS.85).aspx">http://msdn.microsoft.com/en-us/library/aa383580(VS.85).aspx</a><br />
这个东西安装和卸装都是用regsvr32命令<br />
安装：regsvr32 dllpath<br />
卸装：regsvr32 /u dllpath<br />
,</p>
<p>安装后无声无色，不影响学习工作。</p>
<p>2009.09.25</p>
<p> <a href="image.spookzang.net/2009/10/TSAddin_xhlp.rar">点击下载TSAddin_xhlp.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spookzang.net/article/1076/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
