Re: php and netcat?

From: Alexandre Carmel-Veilleux (saruman@northernhacking.org)
Date: 02/20/03

  • Next message: PJD@portcullis-security.com: "RE: login banners"
    Date: Wed, 19 Feb 2003 20:58:47 -0500
    From: Alexandre Carmel-Veilleux <saruman@northernhacking.org>
    To: Maarten <secfocus@hartsuijker.com>
    
    
    

    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

    
    




    Relevant Pages