aztectornado Posted May 21, 2014 Share Posted May 21, 2014 So lately I've been having an issue with USB drives being stolen at my dad's workplace. He works as a safety instructor at a chemical plant, and these USB drives contained some of the testing data, so naturally this is more than just a nuisance. (After all, if they don't learn these safety procedures, people /will/ get hurt, or worse from their stupidity.) Anyways, today he asked me if I could make it so that the USB device reports on its location when someone runs a file that's made to look like it will decrypt the data on the drive. If possible, I'd like to record the computer's system name and internal IP address, and send them either to email or ftp server so that they can be found and reported. If this can be done silently, even better, but I'm not above the idea of giving the thief the scare of watching his computer type in these things and send them to his boss. (I'm totally new to this coding language, by the way, but I'm eager to learn.) Link to comment Share on other sites More sharing options...
Jfish Posted May 21, 2014 Share Posted May 21, 2014 #sketchy Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt Link to comment Share on other sites More sharing options...
aztectornado Posted May 21, 2014 Author Share Posted May 21, 2014 #Hashtags But seriously, if you have anything else to suggest, I'd like to try it. All I really want to know is who's stealing these things so they can be reported to the authorities. Link to comment Share on other sites More sharing options...
Palestinian Posted May 21, 2014 Share Posted May 21, 2014 "chemical plant" Don't they have like security cameras in there? Link to comment Share on other sites More sharing options...
Developers Jos Posted May 21, 2014 Developers Share Posted May 21, 2014 Nice wall of words... although I am not sure yet what this is supposed to lead to. Facts: Yes, you are on the internet. Why would any of this prove anything and why would it be needed anyway? Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
JohnOne Posted May 21, 2014 Share Posted May 21, 2014 $working = 1 $awayfromcomputer = Random(0, 1, 1) While $working If $awayfromcomputer Then _Put_USB_In_Pocket() EndIf Sleep(1000) WEnd JLogan3o13 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Palestinian Posted May 21, 2014 Share Posted May 21, 2014 check the help files for the following and do your best, then post your code here if you need help _GetIP @ComputerName _FTP_Open _FTP_Connect _FTP_FilePut _FTP_Close Link to comment Share on other sites More sharing options...
aztectornado Posted May 21, 2014 Author Share Posted May 21, 2014 check the help files for the following and do your best, then post your code here if you need help _GetIP @ComputerName _FTP_Open _FTP_Connect _FTP_FilePut _FTP_Close Thanks.... I'm really sorry you had to see that mess. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now