|
|||||||||||
|
Re: Re-opening an old thread: NetWare-Enterprise-Web-Server/5.1 --As sistence requested.
From: Jon DeShirley <jond(at)csds.uidaho.edu>
Date: Wed Dec 18 2002 - 19:01:10 EST > Hey - let me re-open a thread again, if you folks don't mind. I've found a
> Attempt: http://address/perl/-v
What does perl -V tell you, if anything at all? If you're lucky, this will tell you if you've got libraries available to you with which you can have some fun with minimal code. Otherwise, you'll have to code a lot of the module functions into your URL. > Attempt: http://address/perl/-e%20print%20%22hello%20world%22;
These will hang because your browser doesn't know what kind of content to display. Something like this should provide some output: http://address/perl/-e%22%20print%20%22Content-type:%20text%2fplain\n\nhello\n%22%22 FYI, there's a Content-type database here: http://reliableanswers.com/ContentType/ As for what to do, you could probably wire up a quick perl program to bind an unprivledged port to a rconsole or just use it to system() some commands. --jon This list is provided by the SecurityFocus Security Intelligence Alert (SIA) Service. For more information on SecurityFocus' SIA service which automatically alerts you to the latest security vulnerabilities please see: https://alerts.securityfocus.com/ Received on Thu Dec 19 14:58:45 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:31 EDT |
||||||||||
|
|||||||||||