Re: php and netcat?

From: Alexandre Carmel-Veilleux (saruman@northernhacking.org)
Date: Wed Feb 19 2003 - 20:58:47 EST


On Tue, Feb 18, 2003 at 08:24:05PM +0100, Maarten wrote:
>
> 333.333.333.333 333 -e cmd.exe). I can see with tcpdump that the webserver
> contacts my own machine on port 333, however, I do not get a command prompt
> like I am getting when running the same netcat command from the command
> prompt of a windows machine. Anyone know why?

        Maybe it's the 10 second execution limit that is the default with
php. There's a php call to change it:

set_time_limit(3600); // 3600 seconds is one hour.

        I don't think the memory size limit affects child processes of PHP.

Alex





This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:53:28 EDT