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
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?
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...
Summary: Well, if we take my above example and expand on it a bit, the csv file could look like this: IP Address,Location,Address,Device 10.0.0.1,Office1,"99 Acme Road, Acme Town, Acmeville, AC9 9ME",1234 10.0...
Summary: I have search the heck out the net and I can not seem to find a solid answer. I am looking for a tutorial on how to set up an auto e-mail responder using PHP. The intent is to have a form 3 fields (na...
Summary: Michael, There are a couple options here: 1) If you can, try to get access to the actual automated process which is creating the email and see if you can have someone create the report there, and emai...