04/19/2008
Apparently, with a simple plugin, it’s possible to telnet to your FireFox browser and issue Javascript commands. (Via) Is FireFox becoming the Emacs Operating System of this century?
Apparently, with a simple plugin, it’s possible to telnet to your FireFox browser and issue Javascript commands. (Via) Is FireFox becoming the Emacs Operating System of this century?
1Anonymous on Apr 20, 2008 at 10:11 am:
This seems like a keen idea - but .. the example shows leaving an open port that anyone can telnet to.
While great for the application it appears to leave the client wide-open to be exploited. Am I missing something?
2Anonymous on Apr 22, 2008 at 8:54 am:
@Anonymous
The source snippets don’t detail how the port is bound. It could be fairly securely bound just to localhost, like XAMPP does, or it could be bound to INADDR_ANY (that people outside the computer could telnet to).