Changed layout of the html tampering lesson and fixed some JavaScript issues. Added a small mitigation page.

Moved the lessons concerning client side validation to client side category
This commit is contained in:
Nanne Baars
2017-06-13 03:22:19 +02:00
parent 09d8fef50e
commit b048988d2f
11 changed files with 165 additions and 87 deletions

View File

@ -3,3 +3,7 @@ html-tampering.title=HTML tampering
html-tampering.tamper.success=Well done, you just bought a TV at a discount
html-tampering.tamper.failure=This is too expensive... You need to buy at a cheaper cost!
hint1=Try to change the number of items and see what is happening
hint2=Is the price part of the HTML request?
hint3=Intercept the request and manipulate the price before submitting it.