Suppose I have a website hosted at http://localhost:8000/helloworld/greeting. If I want to run this Python file on the website, do I need to run it on every endpoint, such as /home, /dashboard, or is it enough to check if only the index page is vulnerable or not? Ultimately, if the index page is vulnerable or not vulnerable, can we infer the same for the entire website?
Suppose I have a website hosted at http://localhost:8000/helloworld/greeting. If I want to run this Python file on the website, do I need to run it on every endpoint, such as /home, /dashboard, or is it enough to check if only the index page is vulnerable or not? Ultimately, if the index page is vulnerable or not vulnerable, can we infer the same for the entire website?