m0m0x01d 7.0.0 → 9.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/redirect.svg.xml +3 -0
- package/redirect.svg.xsl +14 -0
- package/xss.svg.html +4 -0
- package/xss1.svg.html +6 -0
package/package.json
CHANGED
package/redirect.svg.xml
ADDED
package/redirect.svg.xsl
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
3
|
+
<xsl:template match="/">
|
4
|
+
<xsl:variable name="url" select="'https://086sqqjyqn0pskt86ozgjwgqwh2aqz.burpcollaborator.net'"/>
|
5
|
+
<html>
|
6
|
+
<head>
|
7
|
+
<meta http-equiv="refresh" content="0; url={$url}" />
|
8
|
+
</head>
|
9
|
+
<body>
|
10
|
+
Redirecting to <xsl:value-of select="$url" />
|
11
|
+
</body>
|
12
|
+
</html>
|
13
|
+
</xsl:template>
|
14
|
+
</xsl:stylesheet>
|
package/xss.svg.html
ADDED