-2
votes
0answers
28 views

Security - php file permissions on shared hosting [duplicate]

What file permissions should i set for a php website's files and folders running on a shared hosting plan on an apache server? When I run <?php echo exec('whoami'); ?> it gives me a ...
3
votes
1answer
198 views

How to forward an specific FTP User to a Honeypot?

What I'm trying to do is to forward a specific FTP-User to a Honeypot, because the main server is for Shared Hosting and there's a lot of traffic, and I don't want to spend all the resources in ...
2
votes
2answers
183 views

Can the `system` function pose severe security threats on a shared hosting server?

I recently bought an account from a shared hosting company and I needed the php system function to be enabled for one of my projects. So I created a ticket and asked them to enable it. This is what ...