»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-11-2004, 12:54 PM   #1 (permalink)
Guest
Guest
 
Posts: n/a
Win2k/XP Patches released

these patches were released yesterday! patch those boxes!

http://www.microsoft.com/technet/tre...n/MS04-007.asp


http://www.microsoft.com/technet/tre...n/MS04-004.asp

http://www.microsoft.com/technet/tre...n/MS04-006.asp

  Reply With Quote
Old 02-11-2004, 01:02 PM   #2 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
I wrote up a quick script to check for the existence of the ASN.1 vulnerability. (simply looks for a file)

Code:
On Error Resume Next

Dim objFSO
Dim objInputFile
Const FILE_PATH = "C:\CurrentServers.txt"
Const CHECK_FILE = "\ADMIN$\system32\Msasn1.dll"
Set objFSO = CreateObject("Scripting.FileSystemObject") 
Const FOR_READING = 1
Set objInputFile = objFSO.OpenTextFile(FILE_PATH, FOR_READING)

While Not objInputFile.AtEndOfStream
  sCurLine = Trim(objInputFile.ReadLine)
  If sCurLine <> "" Then
    If objFSO.FileExists("\\" & sCurLine & CHECK_FILE) Then
      WScript.Echo "Exists: " & sCurLine
    End If
  End If
Wend
This code has ZERO error handing
It looks for a file in C:\ called CurrentServers.txt

That file should contain all of the machines you want to scan.
It will simply output to the command prompt the machines where the file exists.

(RUN FROM COMMAND LINE)
If you don't you'll end up with a message box for EVERY machine
(to run from command line run 'cscript <scriptname>.vbs'

Copy the text into a text file and name the text file something.vbs

THIS SCRIPT IS PROVIDED WITH ZERO/ZILCH/NONE/NULL WARRANTY.
I wrote it in about 1 minute so it just does the job and doesn't look pretty
__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
vass0922 is offline   Reply With Quote
Old 02-11-2004, 01:26 PM   #3 (permalink)
Registered User
 
thekingofpain's Avatar
 
Join Date: Oct 2001
Location: SoCal
Posts: 5,119
thekingofpain is on a distinguished road
Its easier to run the update---only takes a second with GZ3's simple link...
thekingofpain is offline   Reply With Quote
Old 02-11-2004, 08:02 PM   #4 (permalink)
Registered User
 
Join Date: Oct 2001
Location: TOO close to Wash DC
Posts: 7,956
vass0922 is on a distinguished road
For one box yes

For 500... maybe a different story.

We have SMS, but we don't have it running on all servers.
__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
vass0922 is offline   Reply With Quote
Old 02-11-2004, 08:23 PM   #5 (permalink)
Registered User
 
Join Date: Aug 2003
Location: Upstate NY
Posts: 45
QCompson is on a distinguished road
Thanks Groundzero!
QCompson is offline   Reply With Quote
Old 02-17-2004, 02:10 AM   #6 (permalink)
Registered User
 
Join Date: Aug 2002
Location: Maryland
Posts: 65
Kimbo is on a distinguished road
GZ3, I'm running XP Pro SP1. Which should I download - XP Service Pack 1 or XP 64-Bit Edition Service Pack 1? I'm not sure what 64-Bit Edition is.

Appreciate you posting these links!!! I prefer to download the updates manually instead of using Windows Update so I can save them for reinstalls and helping friends keep their machines patched.

Thanks again,
Kimbo
Kimbo is offline   Reply With Quote
Old 02-18-2004, 06:43 AM   #7 (permalink)
Guest
Guest
 
Posts: n/a
the one just for service pack 1


the 64-bit is xp designed on 64-bit CPU's and those are new
  Reply With Quote
Old 02-18-2004, 06:49 AM   #8 (permalink)
Registered User
 
Martoch's Avatar
 
Join Date: Mar 2002
Location: Ft. Walton Beach, FL
Posts: 4,056
Martoch is on a distinguished road
Send a message via AIM to Martoch
Thanks for the heads up GZ! Patching now...
Martoch is offline   Reply With Quote
Old 02-18-2004, 09:34 PM   #9 (permalink)
Registered User
 
Starfury_2260's Avatar
 
Join Date: Aug 2003
Location: KY
Posts: 1,092
Starfury_2260 is on a distinguished road
i wonder when SP2 is going to come out. and then i'm going to wonder how to download it on slow dialup.
__________________
Heatware: Starfury
Ebay feedback: starfury_2260
Starfury_2260 is offline   Reply With Quote
Old 02-19-2004, 04:45 AM   #10 (permalink)
Registered User
 
Join Date: Aug 2002
Location: Maryland
Posts: 65
Kimbo is on a distinguished road
Thanks, GroundZero3! Downloading now...

Starfury_2260, I've been wondering the same thing. Out here in the boonies the phone lines are antique -- best connect speed is 26400 and no cable access available.
Kimbo is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 10:52 AM.