Step 1: Create a script which checks for the vulnerability

1. Launch the GFI LanGuard Script DebuggerA GFI LanGuard module that allows you to write and debug custom scripts using a VBScript-compatible language. from Start > Programs > GFI LanGuard > GFI LanGuard Script Debugger.

2. Click File > New.

3. Paste the following text in the debugger:

Function Main

echo "Script has run successfully"

Main = true

End Function

4. Save the file to a directory of your choice, example c:\myscript.vbs.