+ Reply to Thread
Results 1 to 3 of 3

Thread: Viral Scripts - VBS

  1. #1
    dickey's Avatar
    dickey is offline x10 Sophmore dickey is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Singapore
    Posts
    128

    Viral Scripts - VBS

    Has anyone encountered a VBS Worm by the name of "Cool USEP Sex Scandal" or "Nude SSG Sex Scandal" if the answer is yes can you PM me please I want to ask you to email the original file or script of the worm the one that is encrypted.

    Thanks
    Edit:
    Oh and if anybody got infected with this it is known as sowar virus. I can be of help in removing it. And another variant wherein the script file name is auto.vbs...

    Symptoms for both worms are these.

    1. Cannot open task manager (Ctrl-Alt-Del)
    2. Cannot run Registry Editor (Start -> Run -> "Regedit")

    Auto.vbs Specific:

    Upon windows startup the error of auto.vbs not found...

    Sowar.vbs Specific

    Browser (mostly IE) title bar contains Sowar Browser or long live sowar.

    This scripts usually spread by removable media.
    Last edited by dickey; 11-14-2008 at 10:37 PM. Reason: Automerged Doublepost
    Don't get me wrong as I believe if and when I help someone I also help myself whereby whatever someone learns I also learn.

    But I will also accept credits or reps if you really want to part with it.

  2. #2
    Twinkie is offline Banned Twinkie is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    Ft. Lauderdale, Florida
    Posts
    1,389

    Re: Viral Scripts - VBS

    Uh, I'm not sure this is in the rules. I had that virus when I was oblivious to security and had to format. I can't help you with that.

  3. #3
    dickey's Avatar
    dickey is offline x10 Sophmore dickey is an unknown quantity at this point
    Join Date
    Sep 2008
    Location
    Singapore
    Posts
    128

    Re: Viral Scripts - VBS

    I am just asking for information as I want to counter the effect of the worm.

    To the mods if this topic is in violation of the rules please delete the thread. Though I can help to undo the effects of the worm though. I am particularly interested in the simple encryption of the sowar worm and am thinking of adapting the encryption to php and provide security to my data.
    Edit:
    Code:
    Function Decrypt(strInput)
    	strInputCopy = strInput
    	strInputCopy = Replace(strInputCopy, Chr(28), String(3, Chr(9)))
    	strInputCopy = Replace(strInputCopy, Chr(27), String(3, Chr(32)))
    	strInputCopy = Replace(strInputCopy, Chr(29), vbCrLf)
    	strInputCopy = Replace(strInputCopy, Chr(18), Chr(34))
    	
    	
    	d = Left(strInputCopy, InStr(1, strInputCopy, Chr(25)) - 1)
    	strInputCopy = Mid(strInputCopy, Len(d) + 2, Len(strInputCopy))
    	e = 1
    	f = 0
    	For i = 1 To Len(d) / 2
    		g = Mid(d, e, 2)
    		strInputCopy = Replace(strInputCopy, Chr(128 + f), g)
    		e = e + 2
    		f = f + 1
    	Next
    	a = strInputCopy
    End Function
    This vbs script will provide decryption. I want the whole file so as to create an equivalent Encrypt() function to enable me to encrypt some file and use this decryption to decrypt it, unless someone is able to create an encryption process based on this code snippet...
    Edit:
    Code:
    Function Encrypt(a)
        b = a
    	
    
    	
    	b = Replace(b, Chr(34), Chr(18))
    	b = Replace(b, vbCrLf, Chr(29))
    	b = Replace(b, String(3, Chr(32)), Chr(27))
    	b = Replace(b, String(3, Chr(9)), Chr(28))
    End Function
    I am stumped here.
    Last edited by dickey; 11-14-2008 at 11:25 PM. Reason: Automerged Doublepost
    Don't get me wrong as I believe if and when I help someone I also help myself whereby whatever someone learns I also learn.

    But I will also accept credits or reps if you really want to part with it.

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 08-19-2008, 07:56 AM
  2. suggest some free online community scripts !!
    By vishnurg in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 03-29-2008, 09:01 AM
  3. Nice and interesting scripts
    By sunils in forum Tutorials
    Replies: 10
    Last Post: 03-20-2008, 12:37 PM
  4. Selling Scripts And Templates Need Money
    By araniajain in forum The Marketplace
    Replies: 0
    Last Post: 09-09-2007, 11:30 AM
  5. Access problems with CGI Perl scripts
    By alcramer in forum Free Hosting
    Replies: 2
    Last Post: 08-26-2007, 12:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers