You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: