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.




Network Security Focus-Linux
[Top] [All Lists]

Re: Deny Access To configuration file using php scripts

Subject: Re: Deny Access To configuration file using php scripts
Date: Tue, 01 Mar 2005 14:32:41 -0500
One thing I do, is run my PHP scripts that have config files, outside of the webroot, so there is no way they can get at them. Since the webroot is kind of a chroot jail for the webuser, there is no way they can get below the root web directory. Do some searching on google to find out more specifics, but if your web root is /var/www/html, then simply put your critical php scripts in /var/www/secure/somewhere and then call the scripts from your webroot.

Many applications do this now, for this kind of security. Take a look at a squirelmail RPM install, and you will see that most of the PHP files are actually located in /usr/lib/squirrelmail and not the web root.

Good luck!

- Bruce


raT wrote:
Hello i have a web server and i have a major problem

some of my users are trying to find my pass for my mysql database.

the first thing they do is a
system ('cat /var/www/path to config file');
inside a php script

my problem is to deny this file from being read throu the script since
the apache deamon runs as nobody
and it has to have read permision to the configuration file.

my users have shell acount and can create files in the public_html folder.
any help?
snif!

thanks in advance.
<Prev in Thread] Current Thread [Next in Thread>