New outlook Virus

2001-02-13 Thread Juan Alberto Cirez
Hi All. I have viewd the code for the new email virus. As you all know it's a VBS file. I don't do VBS so I really don't know how it does what it does. Anyways Here is the text. Can someone enlighten me: ++Begin Virus Text 'Vbs.OnTheFly Created By OnTheFly

Re: New outlook Virus

2001-02-13 Thread Xucaen
what??? no GOTOs??? ;-) --- Juan Alberto Cirez [EMAIL PROTECTED] wrote: Hi All. I have viewd the code for the new email virus. As you all know it's a VBS file. I don't do VBS so I really don't know how it does what it does. Anyways Here is the text. Can someone enlighten me:

Re: New outlook Virus

2001-02-13 Thread Jonathan Markevich
On Tue, Feb 13, 2001 at 07:58:10AM -0800, Juan Alberto Cirez wrote: Hi All. I have viewd the code for the new email virus. As you all know it's a VBS file. I don't do VBS so I really don't know how it does what it does. Anyways Here is the text. Can someone enlighten me:

Re: New outlook Virus

2001-02-13 Thread Rich Puhek
I've taken the virus (worm really) apart a bit more: Here's the same thing, but with some comments added, and the variable names renamed for clarity: = 'Vbs.OnTheFly Created By OnTheFly Execute

Re: New outlook Virus

2001-02-13 Thread hogan
Examine the code - reformat it.. You'll notice it does a basic deciphering by subtracting two from the ascii value of a character unless it's 15, 16 or 17, in which case it translates to LF, CR and Space accordingly.. As it does this decoding, it appends this deciphered code to the currently