Restructured XSS category. Updated gitignore to ignore TestClass.class.

This commit is contained in:
Bene-Notebook
2018-11-13 14:35:12 +01:00
committed by Nanne Baars
parent 1cfd8dd843
commit 2962ddbb3e
9 changed files with 268 additions and 86 deletions

View File

@ -1,5 +1,7 @@
# XSS success, failure messages and hints
xss.title=Cross Site Scripting
xss-stored.title=Cross Site Scripting (stored)
xss-mitigation.title=Cross Site Scripting (mitigation)
xss-reflected-5a-success=well done, but alerts aren't very impressive are they? Please continue.
xss-reflected-5a-failure=Try again. We do want to see this specific javascript (in case you are trying to do something more fancy)
xss-reflected-5b-success=Correct ... because <ul><li>The script was not triggered by the URL/QueryString</li><li>Even if you use the attack URL in a new tab, it won't execute (becuase of response type). Try it if you like.</li></ul>