RE: /usr/sbin/sendmail

From: Adam Gilmore (vulnat_private)
Date: Sat Mar 08 2003 - 00:44:34 PST

  • Next message: Adam Gilmore: "RE: xscreensaver exploit for Redhat 7.3"

    As far as I've seen with sendmail, it's just a forking daemon. Once a
    client has connected, it'll fork off an extra process to handle that
    client. You should be able to seer the connection in your process list.
    
    From there it's as simple as attaching gdb (using the attach command) to
    the child process and voila =)
    
    -----Original Message-----
    From: Steveat_private [mailto:steveat_private] 
    Sent: Friday, 7 March 2003 10:29 PM
    To: vuln-devat_private
    Subject: /usr/sbin/sendmail
    
    Hi folks,
    
    I am trying to figure out how to cause sendmail daemon to drop a core
    file
    during an access violation.
    
    As far as I can see (or as far as I understand), I think the process is
    multi-threaded. Hence if one of the client connections causes a
    segmentation
    fault, it simply dies away.
    
    I am not sure how to attach a debugger to the process (is this even
    possible).
    
    Thanks in advance...
    



    This archive was generated by hypermail 2b30 : Sat Mar 08 2003 - 18:56:05 PST