I want to test for intrusion in a special situation where someone is not respecting smeserver conventions in creating a folder at the same level as files and html in a ibay.
What I want to achieve is to demonstrate that an intrusion is possible from the LAN for unauthentified users, or that it is not possible.
The case goes like this:
# as root, create a folder to host an hyperfile database
mkdir /home/e-smith/files/ibays/Primary/db
touch /home/e-smith/files/ibays/Primary/db/intrusion-test.txt
chmod -R 777 /home/e-smith/files/ibays/Primary/db/
Can an unauthentified user reach /home/e-smith/files/ibays/Primary/db/intrusion-test.txt in this cas ?
Thanks for any comment!