Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Howto strace apache as nobody/apache user? |
|---|---|
| Date: | Wed, 31 May 2006 11:23:15 +0700 |
Hi List,
Does anyone know how to strace/ktrace-ing apache httpd server as nobody/apache user ? Apache initially starting as root then it forks into many process after leaving its root credentials, usually being apache or nobody (depends on httpd.conf). So, by theory if I could be apache/nobody user, I will be able to strace/ktrace-ing any process that owned by apache/nobody user.
So i put small cmd.php shell to do that. With this simple code: <pre><? passthru($_GET['cmd']); ?></pre>
Using my browser pointing to http://localhost/cmd.php?cmd=id, confirm that it has apache credentials. After reading the output of ps aux (http://localhost/cmd.php?cmd=ps aux), i chose one process id of httpd owned by apache to test. When I try using URL http://localhost/cmd.php?cmd=strace -p apache_pid 2>/tmp/err, I got operation not permitted error. The same happen to freebsd box using ktrace command.
Is this a security feature of apache or what?
Thanks before - Rizki Wicaksono -
------------------------------------------------------------------------------ This List Sponsored by: Cenzic
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: to dsniff or not to dsniff, killy |
|---|---|
| Next by Date: | httpedit: low-level interface to HTTP, Lluis Mora |
| Previous by Thread: | Nessj 0.6.1 Released (a.k.a. Reason), jszatmary |
| Next by Thread: | RE: Howto strace apache as nobody/apache user?, Shane Warner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |