diff --git a/bad-boy.html b/bad-boy.html new file mode 100644 index 0000000..bedcd2a --- /dev/null +++ b/bad-boy.html @@ -0,0 +1,39 @@ + + + + + Intentionally Vulnerable XSS Example + + +

Intentionally Vulnerable XSS Page

+ +

+ This page takes a query parameter input and displays it without any sanitization: +

+ + +
+ +
+ +

+ Try loading this page with a query string, for example: +
+ ?input=<script>alert('XSS')</script> +

+ +

+ This should trigger an alert if the page allows script execution from user-provided data. +

+ +