Re: server-side browsers



Sounds scary...

But you can always use X forwarding through SSH from a machine running
an X server. (ssh -Y -C bla@server). That way you can fire up firefox
(or some lightweight browser) on the server and use it for browsing.
Another option is using a text-based webbrowser like Link, Lynx or W3M.
And a final option is to make a php script that passes through URLs.
So a script that opens a connection to some webserver on port 80, relays
your get requests and then substitutes through regexps all href, img src
and all other url thingies into a php script call.
Sounds far fetched, but I used it to proxy into websites located in a
private net (not an illegal act).

Ow.. and another thing that comes to mind is to open an SSH tunnel to
the server to forward some remote port 80 to your local port 80 and edit
your hosts file to resolv your url to localhost.

I hope there's anything you can use.

regards,

-R-

Netcracker wrote:
I occasionally need the services of an anonymous browser, mostly to check
out sites that may be "unfriendly", ie malicious scripting, etc. I have
root access to a co-located server running Plesk 6 on Apache, and wondering
if there's any kind of "server-side" browser software that I could run, from
a public or private access folder on one of the sites I maintain. Better
if it's something that could run without an install because I'm not up on
Linux command line stuff, but have done a little server side tweaking with
mail scripts, php stuff, etc.

is this at all possible, the idea of a "server-side" browser that I could
use that would not open up my own computer to security risks?

thanks for any input...

NK



.



Relevant Pages

  • Re: Hacker activity?
    ... >login to a server, most as root but some are attempts to login to ... >telnet, all come from the same remote server, and all fail. ... >getting some odd cgi calls to a script on a secure ssl server. ... Make sure root cannot login to your system via ssh. ...
    (freebsd-questions)
  • Re: HACKED!
    ... Your PHP script could be inscure and someone could have exploited it ... a little more for a provider that allows sftp and ssh. ... compromise happened because FTP was clear text (someone would have to ... protects you from when someone does root a server so they don't know ...
    (comp.lang.javascript)
  • Re: Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script ... # have to place corresponding `LoadModule' lines at this location so the ...
    (perl.beginners)
  • Re: Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script Runs perfectly fine from the command prompt. ... # This is the main Apache HTTP server configuration file. ... LoadModule actions_module modules/mod_actions.so ...
    (perl.beginners)
  • Same Internal Server Error from last two days
    ... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script ... # have to place corresponding `LoadModule' lines at this location so the ...
    (perl.beginners)