Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 145 Bytes

xss-execute-code.md

File metadata and controls

3 lines (2 loc) · 145 Bytes

From the Google Gruyere XSS lesson:

If you can inject alert(1) then you can inject arbitrary script using eval(String.fromCharCode(...)).