GIAC
GWAPT · Question #4
You discover that a web application reflects user input in the URL. How can you confirm a Reflected XSS vulnerability?
The correct answer is A. Inject <script>alert('XSS')</script> in the URL and observe browser behavior. See the full explanation below for the reasoning.
Question
You discover that a web application reflects user input in the URL. How can you confirm a Reflected XSS vulnerability?
Options
- AInject <script>alert('XSS')</script> in the URL and observe browser behavior
- BPerform SQL injection tests
- CReboot the web server
- DTest all API endpoints
How the community answered
(31 responses)- A84% (26)
- B3% (1)
- C10% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.