Computing.Net > Forums > Programming > Auto Email

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Auto Email

Reply to Message Icon

Name: Auditor
Date: April 9, 2008 at 15:05:26 Pacific
OS: Windows XP
CPU/Ram: Pentium
Product: Microsoft
Comment:

Here is a fun project if you are up for it. We seem to have a thief in our midst. The latest items to disappear are flash drives if we don't lock them up at night. Do you know how I could put something on the flash-drive so that when they used it, it would email me something identifyable?




Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: April 9, 2008 at 15:35:12 Pacific
Reply:

I think your are clutching at straws. for it to work it would have to plugged into a computer with an Email clients installed or and Email application like Sendmail and connected to the Internet or alternatively put you own Email application on the flash drive. Its not that difficult, Trojan writers do it all the time.

You could end up writing code that consumed a large proportion of space on the flash drive and even then, a decent Anti virus will probably block it thinking it is a Trojan trying to send Spam.

You are going to have to keep locking them up at night.

Stuart


0

Response Number 2
Name: klint
Date: April 9, 2008 at 15:56:37 Pacific
Reply:

It's true what Stuart said about relying on the presence of an email client on the thief's computer, but you can easily get around that. Instead of sending email, just do an HTTP request for a dummy URL. You can copy the open-source wget.exe program on the flash drive, and use it to request something like http://myserver.example.com/%USERNA... Then all you need to do is look at your web server's logs, and it will show you someone accessing it, and his username will be coded as though he had requested a web page by the same name. The server log will even show you the IP address of the thief's computer or router. You can put all that in an autorun file.


0

Response Number 3
Name: Razor2.3
Date: April 9, 2008 at 17:29:13 Pacific
Reply:

Warning: Auto running programs are easy to prevent, and not all versions of Windows will default to running Autorun from a USB.


0

Response Number 4
Name: Auditor
Date: April 10, 2008 at 09:41:45 Pacific
Reply:

Thank you very much for the responses. I'll keep you posted on what happens.


0

Response Number 5
Name: klint
Date: April 10, 2008 at 11:00:24 Pacific
Reply:

Or you could just keep a lookout for anyone selling "cheap refurbished USB drives" on ebay...


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

Unix scripting New to C++ - Homework Hel...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Auto Email

Enhanced Type command www.computing.net/answers/programming/enhanced-type-command/18993.html

PHP Email Auto Responder www.computing.net/answers/programming/php-email-auto-responder/12375.html

Create reports from automated email www.computing.net/answers/programming/create-reports-from-automated-email/14663.html