EvilZone

Hacking and Security => Hacking and Security => Topic started by: Tantrum on November 10, 2015, 09:20:32 PM

Title: PHP shell bypass Problem !
Post by: Tantrum on November 10, 2015, 09:20:32 PM
Hi Guys .

I've loaded before a short php shell on my webserver and have a little problem . In the shell I have no access onto the root directory . When I use the root bypasses , although I can read the root directory but I can not read .php FILES ( 500 Server Error ) .

XML , .http .cfg , all I can easily open and read but not the .php files . Since I get every time a server error 500

Do I need to edit my .htaccess or is the error on the assignment of user rights ?

The system runs under Apache . PHP / 5.4.45-0 + deb7u1 . The " safe -mode " on the server is turned off.

greetings  8)
Title: Re: PHP shell bypass Problem !
Post by: Kulverstukas on November 11, 2015, 07:06:34 AM
It's most likely a httpd issue that you get 500. Check your configuration. Remove .htaccess too to be sure :P
Title: Re: PHP shell bypass Problem !
Post by: johnsv on November 14, 2015, 03:01:59 AM
Since it is your server, it would be helpful if to show us your Apache logs.