mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
14 lines
197 B
Text
14 lines
197 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title></title>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- #include file = "Web.config" -->
|
|
<script>alert('XSS')</script>
|
|
</body>
|
|
|
|
</html>
|