Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cell phone to control Linux box 1

Status
Not open for further replies.

jouell

MIS
Nov 19, 2002
304
US
Would folks find this valuable?

I am hacking together something that would allow a Cell phone to send an email and ultimately control a Linux box

An extremely early, and entirely unsecured version version's guts is here:



It works with some hacking....Looking for general feedback on the idea, NOT the product (I have many hours before its even half ready to distribute)


-John
 
As long as there's someone to hack it, there'll be someone else to enjoy it. I'm not that hackish, but I love the idea!

Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam.
 
I can certainly see the value in such a product!

Best wishes with that.

[cheers]
Cheers!
Laura
 
You can do it even easier than that, with ICQ and a cell that has ICQ on it. I currently have a way to control xmms with ICQ, but I could make it execute any command... Then it becomes as secure as the IM ... but only as secure as your IM

[plug=shameless]
[/plug]
 
gaim-encryption plugin.

'nuff said. :)

Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam.
 
Personally I wouldn't want it..however I have used a
hardware device attached to a serial port and a power
adapter based device that allowed remote reboots in much
the same way. The power device allowed a phone call
in and was a much safer alternative IMO.
 
I'd like to see someone attach a modem to their box, call in from a cell, and know how to whistle up a reboot :)

barcode_1.gif
 
Shouldn't something be possible with an apache running on the Linuxbox, and accessing it via an wap-handy?

I don't have a wap-handy, but if I was seeking for a qnd solution, I would run my mailclient (thunderbird) on the linux-box, with a filter, to catch only specific topics as a kind of security-by-obscurity login, and grep with cron in the asssociated folder for new messages, to run.

seeking a job as java-programmer in Berlin:
 
Aha.

Good points, all of them.

I have no control over my MX compnay records.
I also want not to /have/ to put a box in the DMZ.

So this way , the script works for any box on my net assuming I setup SSH for the the linux box to enter w/o a password (public key).


I encourage more feedback.

If any is curious to try it out, just let me know. The website is very basic, but sufficient to get an ambitious user going.





 

I had set a system like this up at a company I worked for. Worked really well.

Cheers
 
Ok, So I am looking at how to secure the email from ISP->linux box to stop hackers from sending arbitrary commands. I can filter based on the send address but that seems weak.

Any ideas?
 
Some silly security ideas:

Force the e-mail to be signed, use an encryption method and write a tiny app for the cell-phone to generate the same encrpytion and signature. Use a pre selected list of keys for the encryption so that the encryption is rotating (that way if someone incepts and reads one e-mail, and tries to send that same e-mail again later, it'll fail to execute the command).

[plug=shameless]
[/plug]
 

We initially attached a cell phone to the serial port of an IBM server and wrote a C program for the interface to the device.
The idea was to just send sms's with the sms program we wrote in Python.
We've adapted it so it can recieve sms's and process them, if the sender's cell number is authorised to do so.


"If you always do what you've always done, you will always be where you've always been."
 
rzs0502,

That is a great idea too!
Is the code open source?

-John
 
OK I secured it.

Check out the site for the new protocol specs.

 
If your phone supports Java, why not use a SSH client?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top