This module checks a range of hosts for the MS12-020 vulnerability. This does not cause a DoS on the target.
Exploit Targets
Windows PC
Requirement
Attacker: Backtrack 5
Victim PC: Windows 7
Open backtrack terminal type msfconsole
Now type
use auxiliary/scanner/rdp/ms12-020_check
msf exploit (ms12-020_check)>set rhosts 192.168.1.1/24 (Target Host Range)
msf exploit (ms12-020_check)>set thread 1
msf exploit (ms12-020_check)>exploit