MikeFez Posted August 6, 2008 Posted August 6, 2008 Hey guys, hopefully someone can help me out here, seeing as how I don't have a clue where to start. Simply put, I want to control my PC through SMS text messages. I would be able to shutdown, restart, log off, run a program, ect. by sending a text. I planned on being able to send a text message to a Gmail account and having autoit check the body of the message for the command, however it seems that there's a lot of issues with logging into gmail with autoit. Does anyone have an idea of how to do this?
bf2forlife Posted August 6, 2008 Posted August 6, 2008 i have never used gmail but if its like hotmail i think the hardest part is check the messages as soon as u sended the sms
MikeFez Posted August 6, 2008 Author Posted August 6, 2008 (edited) Well, I actually expected to enable pop3 and have it downloaded to a client, since not only would it be simpler, but also the script wont be based online. That way, you dont have to check the messages as soon as the SMS sends, the email is downloaded to the computer and then the body can be scanned for the keywords. Edit: Actually, my phone has mobile AIM, so the commands possibly could be done through that too. That actually may be a simpler solution Edited August 6, 2008 by MikeFez
Soru Posted August 6, 2008 Posted August 6, 2008 I found this tutorial on how to do this using Thunderbird:http://hak5.org/forums/index.php?showtopic=9019It works pretty good unless you wanted it to be in AutoIt...Although it would be cool to have it in AutoIt.... [b][/b]
MikeFez Posted August 6, 2008 Author Posted August 6, 2008 Nice, that is EXACTLY what I was looking for. I'm going to try it out and see if it can load an autoit program as a command, and if that is possible, this will work perfectly.
SIone Posted August 7, 2008 Posted August 7, 2008 Hey guys, hopefully someone can help me out here, seeing as how I don't have a clue where to start. Simply put, I want to control my PC through SMS text messages. I would be able to shutdown, restart, log off, run a program, ect. by sending a text. I planned on being able to send a text message to a Gmail account and having autoit check the body of the message for the command, however it seems that there's a lot of issues with logging into gmail with autoit. Does anyone have an idea of how to do this?Is your modem a local usb or serial device, or is it online?do you have the AT command scripts to setup/operate the GSM SMS?SIone Perilous to all of us are the devices of an art deeper than we ourselves possess.
Distrophy Posted August 7, 2008 Posted August 7, 2008 Is your modem a local usb or serial device, or is it online?do you have the AT command scripts to setup/operate the GSM SMS?SIoneI think hes just using your standard internet connected PC.To me, it seems like AIM would be the easiest solution, that way you could have your computer report back to your phone whether or not it received the command without having to involve email.
Glyph Posted August 7, 2008 Posted August 7, 2008 I think hes just using your standard internet connected PC.To me, it seems like AIM would be the easiest solution, that way you could have your computer report back to your phone whether or not it received the command without having to involve email.theres an autoit script that connects to aim??how on earth would u parse the commands if you arent conencted to aim directly?? tolle indicium
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