css-hell 1.0.0

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.
Files changed (5) hide show
  1. package/exp1.css +15553 -0
  2. package/exp2.css +15553 -0
  3. package/exp3.css +15553 -0
  4. package/package.json +11 -0
  5. package/pwn.js +0 -0
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "css-hell",
3
+ "version": "1.0.0",
4
+ "main": "pwn.js",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": "CSS injection exploit for newdiary task of 0ctf 2023"
11
+ }
package/pwn.js ADDED
File without changes