Guest User

Untitled

a guest
Feb 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!-- Desired Output -->
  2. A couple sentences. <br /> A few more explaining something
  3.  
  4. <!-- Actual Output -->
  5. A couple sentences. A few more explaining something
  6.  
  7. <!-- The result of some testing -->
  8. <!-- Input -->
  9. <<b>br />
  10. <!-- Output -->
  11. <br />
  12.  
  13. <!-- Dangerous Input -->
  14. <<b>script>alert('This site is vulnerable!');<<b>/script>
  15. <!-- Dangerous Output -->
  16. <script>alert('This site is vulnerable!');</script>
Add Comment
Please, Sign In to add comment