Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - victorsousa

Pages: [1]
1
PHP / user having access to another user's files
« on: February 01, 2020, 02:55:31 PM »
I've been observing that just doing something like:

<?php
echo shell_exec("cat /home/user/public_html/teste.php")
?>

to have full access to files from other users.

Pages: [1]