Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 257 Bytes

level5.md

File metadata and controls

17 lines (11 loc) · 257 Bytes

level 5

In signup.html, we observe:

<a href="{{ next }}">Next >></a>

where {{ next }} is the query parameter (default: confirm) on signup page

Change the parameter:

?next=javascript:alert(1)

Click on 'Go' and then 'Next'