I am doing an rundown/audit/exploration on a website, and I have found several pages on the live version of the sites domain that are not actually in use, such as example-page2.php
or registration-test.php
. They do have their counterparts being the proper versions of those pages such as just registration.php
which are uploaded to the website, and are in use.
So although these pages are not actually linked anywhere they are still "live" and can be accessed if gone to directly so if I go to my site say example.com/registration-test.php
I can see them some are half finished half broken half lorem-ipsum. I was just wondering how dangerous something like this could be for a website?
I understand some are linked to same process files and such as a live version so that could be dangerous as they could be used to exploit. However some I see just go to dead links/process pages or are stand alone and do nothing, also could like hackers change the -test.php from the page redirect like process-test.php and make it go to the live version?
If someone could explain how bad this could be in terms of practice or just if it is dangerous it would be a great help to fully explain this to the person whose site I am auditing