mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-24 01:34:03 +01: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>
|