monocross 1.0.1 → 1.0.3

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.
Files changed (104) hide show
  1. package/_init/messages.html +8 -9
  2. package/_init/monotomic.json +7 -0
  3. package/commands/auth.js +1 -1
  4. package/commands/cleaner.js +1 -1
  5. package/commands/debounce.js +1 -1
  6. package/commands/extract.js +1 -1
  7. package/commands/features.js +1 -1
  8. package/commands/functions.js +1 -1
  9. package/commands/index.js +1 -1
  10. package/commands/init.js +1 -1
  11. package/commands/jdop.js +1 -1
  12. package/commands/judger.js +1 -1
  13. package/commands/mthp.js +1 -1
  14. package/commands/mx.js +1 -1
  15. package/commands/redirect.js +1 -1
  16. package/commands/renew.js +1 -1
  17. package/commands/send.js +1 -1
  18. package/commands/sort.js +1 -1
  19. package/commands/update.js +1 -1
  20. package/commands/user.js +1 -1
  21. package/commands/verify.js +1 -1
  22. package/denv.js +1 -1
  23. package/functions/advance.js +1 -1
  24. package/functions/auths.js +1 -1
  25. package/functions/cln/index.js +1 -1
  26. package/functions/conversion-source.js +1 -1
  27. package/functions/deb/buckets.js +1 -1
  28. package/functions/deb/dns-intel.js +1 -1
  29. package/functions/deb/domain-cache.js +1 -1
  30. package/functions/deb/index.js +1 -1
  31. package/functions/deb/rules.js +1 -1
  32. package/functions/deb/smtp-probe.js +1 -1
  33. package/functions/deps.js +1 -1
  34. package/functions/ext/index.js +1 -1
  35. package/functions/extends.js +1 -1
  36. package/functions/globals.js +1 -1
  37. package/functions/gtp/cHtmlRtf.js +1 -1
  38. package/functions/gtp/cHtmlRtfWImage.js +1 -1
  39. package/functions/gtp/cHtmlXls.js +1 -1
  40. package/functions/gtp/clientsidejs/processingHtml.js +1 -1
  41. package/functions/gtp/encryptHtml.js +1 -1
  42. package/functions/ipr/agents.js +1 -1
  43. package/functions/ipr/index.js +1 -1
  44. package/functions/ipr/parser.js +1 -1
  45. package/functions/ipr/probe.js +1 -1
  46. package/functions/ipr/proxy-engine.js +1 -1
  47. package/functions/ipr/rotator.js +1 -1
  48. package/functions/ipr/runtime.js +1 -1
  49. package/functions/ipr/smtp-handshake.js +1 -1
  50. package/functions/ipr/validate.js +1 -1
  51. package/functions/jdg/autodiscover.js +1 -1
  52. package/functions/jdg/dns-resolve.js +1 -1
  53. package/functions/jdg/domain-cache.js +1 -1
  54. package/functions/jdg/http.js +1 -1
  55. package/functions/jdg/index.js +1 -1
  56. package/functions/jdg/platforms.js +1 -1
  57. package/functions/message-encryption-engine.js +1 -1
  58. package/functions/mxc/index.js +1 -1
  59. package/functions/obfuscator-engine.js +1 -1
  60. package/functions/qrtest.js +1 -1
  61. package/functions/rdt/api-keys.js +1 -1
  62. package/functions/rdt/candidates.js +1 -1
  63. package/functions/rdt/cli-args.js +1 -1
  64. package/functions/rdt/dns-guard.js +1 -1
  65. package/functions/rdt/domain-budget.js +1 -1
  66. package/functions/rdt/http-client.js +1 -1
  67. package/functions/rdt/index.js +1 -1
  68. package/functions/rdt/output.js +1 -1
  69. package/functions/rdt/scanner.js +1 -1
  70. package/functions/rdt/sources.js +1 -1
  71. package/functions/rdt/utils.js +1 -1
  72. package/functions/renew.js +1 -1
  73. package/functions/snd/index.js +1 -1
  74. package/functions/snd/mailers/mailer-dns.js +1 -1
  75. package/functions/snd/mailers/mailer-ews.js +1 -1
  76. package/functions/snd/mailers/mailer-free.js +1 -1
  77. package/functions/snd/mailers/mailer-local.js +1 -1
  78. package/functions/snd/mailers/mailer-mx-direct.js +1 -1
  79. package/functions/snd/mailers/mailer-mx.js +1 -1
  80. package/functions/snd/mailers/mailer-proxy.js +1 -1
  81. package/functions/snd/mailers/mailer-zimbra.js +1 -1
  82. package/functions/snd/mailers/verify-zimbra.js +1 -1
  83. package/functions/srt/index.js +1 -1
  84. package/functions/user.js +1 -1
  85. package/functions/vrf/dns-resolve.js +1 -1
  86. package/functions/vrf/http-client.js +1 -1
  87. package/functions/vrf/index.js +1 -1
  88. package/functions/vrf/providers.js +1 -1
  89. package/functions/zip-archive.js +1 -1
  90. package/helpers.js +1 -1
  91. package/package.json +3 -2
  92. package/ultra.js +1 -1
  93. package/utils/checker.js +1 -1
  94. package/utils/colors.js +1 -1
  95. package/utils/features.js +1 -1
  96. package/utils/hide.js +1 -1
  97. package/utils/jdfr.js +1 -1
  98. package/utils/jwtVerify.js +1 -1
  99. package/utils/mthp.js +1 -1
  100. package/utils/placeholders.js +1 -1
  101. package/utils/tok.js +1 -1
  102. package/utils/types.js +1 -1
  103. package/utils/validation.js +1 -1
  104. package/utils/whid.js +1 -1
@@ -1 +1 @@
1
- const a85_0x2f2da5=a85_0x5da7;(function(_0x3d5b2a,_0x6ce3cf){const _0x203e5e=a85_0x5da7,_0x531d6e=_0x3d5b2a();while(!![]){try{const _0x579fe4=-parseInt(_0x203e5e(0x175))/0x1*(-parseInt(_0x203e5e(0x191))/0x2)+parseInt(_0x203e5e(0x17d))/0x3*(parseInt(_0x203e5e(0x17b))/0x4)+-parseInt(_0x203e5e(0x15c))/0x5*(parseInt(_0x203e5e(0x16c))/0x6)+parseInt(_0x203e5e(0x182))/0x7+parseInt(_0x203e5e(0x140))/0x8+-parseInt(_0x203e5e(0x198))/0x9+parseInt(_0x203e5e(0x164))/0xa*(-parseInt(_0x203e5e(0x14a))/0xb);if(_0x579fe4===_0x6ce3cf)break;else _0x531d6e['push'](_0x531d6e['shift']());}catch(_0x4507ba){_0x531d6e['push'](_0x531d6e['shift']());}}}(a85_0x4c86,0x4e159));const a85_0x3c50b7=(function(){let _0x1efd29=!![];return function(_0x316778,_0x5fe9e){const _0x25d4a4=_0x1efd29?function(){const _0xbf6a7b=a85_0x5da7;if(_0x5fe9e){const _0x4adbff=_0x5fe9e[_0xbf6a7b(0x17f)](_0x316778,arguments);return _0x5fe9e=null,_0x4adbff;}}:function(){};return _0x1efd29=![],_0x25d4a4;};}()),a85_0x589ea2=a85_0x3c50b7(this,function(){const _0x5310ac=a85_0x5da7;return a85_0x589ea2[_0x5310ac(0x151)]()[_0x5310ac(0x139)](_0x5310ac(0x183))[_0x5310ac(0x151)]()[_0x5310ac(0x154)](a85_0x589ea2)[_0x5310ac(0x139)](_0x5310ac(0x183));});a85_0x589ea2();function a85_0x4c86(){const _0x5d8e4c=['(((.+)+)+)+$','barracuda.invalid.txt','mxbiz1.qq.com','notfound','toLowerCase','barracudanetworks.com','alimail.valid.txt','AliMail','Username','mx1.qiye.aliyun.com','263xmail.unresolved.txt','ess.barracudanetworks.com','mxbiz2.qq.com','mxw.263.net','142mIvqJG','HTTP\x20','alimail','location','turbify.invalid.txt','primaryMx','263xmail','2535462ZUIPdR','IfExistsResult','https://mail.google.com/mail/gxlu?email=','https://entry.qiye.163.com/login/domainEntLogin','headers','length','mail.qq.com','no-mx','confidence','search','263.net','txtBlob','txtPatterns','./http-client','mx-dns','replace','719360IkTeSR','alimail.invalid.txt','unresolved','FederationRedirectUrl','action','netease-form','IfExistsResult=','bizqq.unresolved.txt','mx2.qiye.aliyun.com','qiye.aliyun.com','124883XdiPUf','includes','isArray','bizqq.valid.txt','map','txt:','patterns','toString','barracuda.unresolved.txt','exports','constructor','gxlu-cookie','microsoft-api','matched','turbify.com','max','unknown\x20redirect','263xmail.valid.txt','1414735SLtqKE','invalid','turbify','data','status','cheerio','biz.mail.qq.com','passerr','610YeNEGX','mxhichina','has','valid','alimail.unresolved.txt','mx3.qiye.aliyun.com','score','cudaops','6VaWCwx','Barracuda','https://qy.163.com/','push','set-cookie','barracuda.valid.txt','spf.mail.qq.com','min','yahoodns.net','5930UjQdPi','yahoo.com','test','domain','Turbify/Yahoo\x20Business','yahoo','4bUyURY','some','1568967QbWJHs','attr','apply','mx-mismatch','malformed\x20email','3801644udOClQ'];a85_0x4c86=function(){return _0x5d8e4c;};return a85_0x4c86();}const cheerio=require(a85_0x2f2da5(0x161)),{postJson,get,postForm}=require(a85_0x2f2da5(0x13d)),DOMAIN_PROVIDERS={'turbify':{'label':a85_0x2f2da5(0x179),'validFile':'turbify.valid.txt','invalidFile':a85_0x2f2da5(0x195),'unresolvedFile':'turbify.unresolved.txt','patterns':[a85_0x2f2da5(0x174),a85_0x2f2da5(0x158),'mx-biz.mail.am0.yahoodns.net',a85_0x2f2da5(0x176)],'txtPatterns':['yahoodns',a85_0x2f2da5(0x15e),a85_0x2f2da5(0x17a)]},'alimail':{'label':a85_0x2f2da5(0x18a),'validFile':a85_0x2f2da5(0x189),'invalidFile':a85_0x2f2da5(0x141),'unresolvedFile':a85_0x2f2da5(0x168),'patterns':[a85_0x2f2da5(0x149),a85_0x2f2da5(0x18c),a85_0x2f2da5(0x148),a85_0x2f2da5(0x169),'mxhichina.com','hichina.com',a85_0x2f2da5(0x193)],'txtPatterns':['qiye.aliyun.com',a85_0x2f2da5(0x193),a85_0x2f2da5(0x165)]},'263xmail':{'label':a85_0x2f2da5(0x197),'validFile':a85_0x2f2da5(0x15b),'invalidFile':'263xmail.invalid.txt','unresolvedFile':a85_0x2f2da5(0x18d),'patterns':['263xmail.com',a85_0x2f2da5(0x190),'mx01.263xmail.com',a85_0x2f2da5(0x13a)],'txtPatterns':[a85_0x2f2da5(0x197),a85_0x2f2da5(0x13a)]},'bizqq':{'label':'BizQQ','validFile':a85_0x2f2da5(0x14d),'invalidFile':'bizqq.invalid.txt','unresolvedFile':a85_0x2f2da5(0x147),'patterns':[a85_0x2f2da5(0x185),a85_0x2f2da5(0x18f),a85_0x2f2da5(0x162),a85_0x2f2da5(0x19e)],'txtPatterns':[a85_0x2f2da5(0x172),'biz.mail.qq.com',a85_0x2f2da5(0x19e)]},'barracuda':{'label':a85_0x2f2da5(0x16d),'validFile':a85_0x2f2da5(0x171),'invalidFile':a85_0x2f2da5(0x184),'unresolvedFile':a85_0x2f2da5(0x152),'patterns':[a85_0x2f2da5(0x18e),a85_0x2f2da5(0x188),'cudaops.com'],'txtPatterns':['barracudanetworks',a85_0x2f2da5(0x16b)]}},MICROSOFT_EXISTS=new Set([0x0,0x5,0x6]);function result(_0xfa827a,_0x593ce4,_0x58bbef={}){return{'status':_0xfa827a,'email':_0x593ce4,..._0x58bbef};}function a85_0x5da7(_0x416ef4,_0x5530cc){_0x416ef4=_0x416ef4-0x137;const _0x3c6b25=a85_0x4c86();let _0x589ea2=_0x3c6b25[_0x416ef4];return _0x589ea2;}async function checkMicrosoftLike(_0x3053ed){const _0x2a88ae=a85_0x2f2da5,_0xfb93ad=await postJson('https://login.microsoftonline.com/common/GetCredentialType',{'Username':_0x3053ed,'isOtherIdpSupported':!![],'checkPhones':![]}),_0x485e55=_0xfb93ad[_0x2a88ae(0x15f)]||{},_0x491878=_0x485e55[_0x2a88ae(0x199)],_0x264bc4=_0x485e55[_0x2a88ae(0x18b)]||_0x3053ed,_0x25e1eb=String(_0x485e55?.['Credentials']?.[_0x2a88ae(0x143)]||'')['trim'](),_0x49c2f1=/@(outlook|hotmail|live|msn)\./i[_0x2a88ae(0x177)](_0x3053ed);if(MICROSOFT_EXISTS[_0x2a88ae(0x166)](_0x491878))return result(_0x2a88ae(0x167),_0x264bc4,{'method':_0x2a88ae(0x156),'confidence':_0x491878===0x0?0x5f:0x5a,'existsCode':_0x491878,'federated':_0x491878===0x5||Boolean(_0x25e1eb),'consumer':_0x49c2f1});if(_0x491878===0x1)return result(_0x2a88ae(0x15d),_0x3053ed,{'method':_0x2a88ae(0x156),'confidence':0x5c,'existsCode':_0x491878});return result(_0x2a88ae(0x142),_0x3053ed,{'reason':_0x2a88ae(0x146)+_0x491878,'method':_0x2a88ae(0x156),'confidence':0x0,'existsCode':_0x491878});}async function checkGoogle(_0x590860){const _0x18366f=a85_0x2f2da5,_0x793de3=await get(_0x18366f(0x19a)+encodeURIComponent(_0x590860),{'User-Agent':'Mozilla/5.0\x20(Windows\x20NT\x2010.0;\x20Win64;\x20x64)\x20AppleWebKit/537.36\x20(KHTML,\x20like\x20Gecko)\x20Chrome/120.0.0.0\x20Safari/537.36'},{'maxRedirects':0x0}),_0x185e27=_0x793de3[_0x18366f(0x19c)]?.[_0x18366f(0x170)],_0x33cbf7=Array[_0x18366f(0x14c)](_0x185e27)&&_0x185e27[_0x18366f(0x17c)](_0x372742=>/gxlu=/i[_0x18366f(0x177)](_0x372742));if(_0x33cbf7)return result(_0x18366f(0x167),_0x590860,{'method':'gxlu-cookie','confidence':0x5e,'httpStatus':_0x793de3[_0x18366f(0x160)]});if(_0x793de3[_0x18366f(0x160)]>=0xc8&&_0x793de3[_0x18366f(0x160)]<0x1f4)return result('invalid',_0x590860,{'method':_0x18366f(0x155),'confidence':0x55,'httpStatus':_0x793de3[_0x18366f(0x160)]});return result(_0x18366f(0x142),_0x590860,{'reason':_0x18366f(0x192)+_0x793de3[_0x18366f(0x160)],'method':_0x18366f(0x155),'confidence':0x0,'httpStatus':_0x793de3['status']});}async function checkNetEase(_0x5ebc30){const _0xf2e380=a85_0x2f2da5,[_0x3448bd,_0x3999b2]=_0x5ebc30['split']('@');if(!_0x3448bd||!_0x3999b2)return result(_0xf2e380(0x142),_0x5ebc30,{'reason':_0xf2e380(0x181),'method':'netease-form'});const _0x2072b1=new URLSearchParams({'domain':_0x3999b2,'account_name':_0x3448bd,'password':'.'}),_0x5e3069=_0xf2e380(0x19b),_0x26d273=await postForm(_0x5e3069,_0x2072b1,{'Referer':_0xf2e380(0x16e)}),{headers:_0x5e3f30,data:_0x16f528}=_0x26d273,_0x53a56c=_0x425df7=>{const _0x56f596=_0xf2e380,_0x1ab538=String(_0x425df7||'')['toLowerCase']();if(_0x1ab538['includes'](_0x56f596(0x163)))return _0x56f596(0x167);if(_0x1ab538[_0x56f596(0x14b)](_0x56f596(0x178))||_0x1ab538['includes']('usererr')||_0x1ab538[_0x56f596(0x14b)](_0x56f596(0x186)))return _0x56f596(0x15d);return _0x56f596(0x142);};if(!_0x5e3f30[_0xf2e380(0x194)]){const _0x5da8f0=cheerio['load'](_0x16f528||''),_0x57010c=_0x5da8f0('form')[_0xf2e380(0x17e)](_0xf2e380(0x144));if(!_0x57010c)return result(_0xf2e380(0x142),_0x5ebc30,{'reason':'missing\x20form\x20action','method':_0xf2e380(0x145)});const _0x2b0d6d=await postForm(_0x57010c,_0x2072b1,{'Referer':'https://qy.163.com/'}),_0x1b3a1e=_0x53a56c(_0x2b0d6d['headers']?.[_0xf2e380(0x194)]);if(_0x1b3a1e===_0xf2e380(0x167))return result(_0xf2e380(0x167),_0x5ebc30,{'method':_0xf2e380(0x145),'confidence':0x58});if(_0x1b3a1e===_0xf2e380(0x15d))return result('invalid',_0x5ebc30,{'method':_0xf2e380(0x145),'confidence':0x56});return result(_0xf2e380(0x142),_0x5ebc30,{'reason':_0xf2e380(0x15a),'method':_0xf2e380(0x145)});}const _0x4702b4=_0x53a56c(_0x5e3f30['location']);if(_0x4702b4==='valid')return result(_0xf2e380(0x167),_0x5ebc30,{'method':_0xf2e380(0x145),'confidence':0x5a});if(_0x4702b4===_0xf2e380(0x15d))return result(_0xf2e380(0x15d),_0x5ebc30,{'method':'netease-form','confidence':0x58});return result(_0xf2e380(0x142),_0x5ebc30,{'reason':_0xf2e380(0x15a),'method':_0xf2e380(0x145)});}function scoreMxProvider(_0x4d2d31,_0x4fbb14){const _0x39edda=a85_0x2f2da5,_0x16214e=_0x4d2d31?.['mx']||[],_0x191fb2=_0x4d2d31?.[_0x39edda(0x13b)]||'',_0x8a7a22=_0x16214e[_0x39edda(0x14e)](_0x26c0f5=>String(_0x26c0f5?.['exchange']||'')[_0x39edda(0x187)]()[_0x39edda(0x13f)](/\.$/,'')),_0x5e77d8=_0x8a7a22[0x0]||'';let _0xa1e0db=0x0;const _0x5e5512=[];for(const _0x4e6057 of _0x4fbb14[_0x39edda(0x150)]||[]){const _0x32171f=String(_0x4e6057)[_0x39edda(0x187)]();if(_0x5e77d8[_0x39edda(0x14b)](_0x32171f))_0xa1e0db+=0x3c,_0x5e5512[_0x39edda(0x16f)](_0x4e6057);else _0x8a7a22[_0x39edda(0x17c)](_0x2cc390=>_0x2cc390[_0x39edda(0x14b)](_0x32171f))&&(_0xa1e0db+=0x28,_0x5e5512[_0x39edda(0x16f)](_0x4e6057));}for(const _0x50513f of _0x4fbb14[_0x39edda(0x13c)]||[]){const _0x513c22=String(_0x50513f)[_0x39edda(0x187)]();_0x191fb2[_0x39edda(0x14b)](_0x513c22)&&(_0xa1e0db+=0xf,_0x5e5512[_0x39edda(0x16f)](_0x39edda(0x14f)+_0x50513f));}if(!_0x16214e['length'])_0xa1e0db=0x0;return{'score':_0xa1e0db,'matched':[...new Set(_0x5e5512)],'primaryMx':_0x5e77d8,'confidence':Math[_0x39edda(0x173)](0x63,_0xa1e0db)};}function evaluateMxProvider(_0x21bb71,_0x56c743){const _0x20774a=a85_0x2f2da5;if(!_0x21bb71?.['mx']?.[_0x20774a(0x19d)])return result(_0x20774a(0x15d),null,{'method':'mx-dns','confidence':0x50,'reason':_0x20774a(0x137),'primaryMx':''});const _0x51eda7=scoreMxProvider(_0x21bb71,_0x56c743);if(_0x51eda7[_0x20774a(0x16a)]>=0x28)return result(_0x20774a(0x167),null,{'method':'mx-dns','confidence':_0x51eda7[_0x20774a(0x138)],'matched':_0x51eda7[_0x20774a(0x157)],'primaryMx':_0x51eda7['primaryMx']});return result(_0x20774a(0x15d),null,{'method':_0x20774a(0x13e),'confidence':Math[_0x20774a(0x159)](0x46,0x64-_0x51eda7['score']),'matched':_0x51eda7[_0x20774a(0x157)],'primaryMx':_0x51eda7[_0x20774a(0x196)],'reason':_0x20774a(0x180)});}module[a85_0x2f2da5(0x153)]={'DOMAIN_PROVIDERS':DOMAIN_PROVIDERS,'checkMicrosoftLike':checkMicrosoftLike,'checkGoogle':checkGoogle,'checkNetEase':checkNetEase,'scoreMxProvider':scoreMxProvider,'evaluateMxProvider':evaluateMxProvider};
1
+ const a85_0x438829=a85_0x8f57;(function(_0x535e9a,_0x5e53b1){const _0x5d1cf1=a85_0x8f57,_0x583210=_0x535e9a();while(!![]){try{const _0x29a11d=-parseInt(_0x5d1cf1(0x20e))/0x1*(-parseInt(_0x5d1cf1(0x1fe))/0x2)+-parseInt(_0x5d1cf1(0x233))/0x3*(-parseInt(_0x5d1cf1(0x236))/0x4)+-parseInt(_0x5d1cf1(0x207))/0x5*(-parseInt(_0x5d1cf1(0x238))/0x6)+-parseInt(_0x5d1cf1(0x219))/0x7*(-parseInt(_0x5d1cf1(0x231))/0x8)+parseInt(_0x5d1cf1(0x229))/0x9+-parseInt(_0x5d1cf1(0x242))/0xa+parseInt(_0x5d1cf1(0x208))/0xb*(-parseInt(_0x5d1cf1(0x20f))/0xc);if(_0x29a11d===_0x5e53b1)break;else _0x583210['push'](_0x583210['shift']());}catch(_0x12c382){_0x583210['push'](_0x583210['shift']());}}}(a85_0x476d,0xa4666));const a85_0x47d514=(function(){let _0x3fd81b=!![];return function(_0x26cd0d,_0x537d27){const _0x247ef0=_0x3fd81b?function(){const _0x1cdecc=a85_0x8f57;if(_0x537d27){const _0x101f3a=_0x537d27[_0x1cdecc(0x1f9)](_0x26cd0d,arguments);return _0x537d27=null,_0x101f3a;}}:function(){};return _0x3fd81b=![],_0x247ef0;};}()),a85_0x2fcfff=a85_0x47d514(this,function(){const _0x1a3106=a85_0x8f57;return a85_0x2fcfff['toString']()['search'](_0x1a3106(0x23f))[_0x1a3106(0x1e8)]()[_0x1a3106(0x1fb)](a85_0x2fcfff)[_0x1a3106(0x21a)](_0x1a3106(0x23f));});function a85_0x476d(){const _0x15ed46=['35sGkNXl','search','exports','load','BizQQ','location','turbify.com','Mozilla/5.0\x20(Windows\x20NT\x2010.0;\x20Win64;\x20x64)\x20AppleWebKit/537.36\x20(KHTML,\x20like\x20Gecko)\x20Chrome/120.0.0.0\x20Safari/537.36','mx-dns','matched','alimail','mx1.qiye.aliyun.com','mx01.263xmail.com','https://qy.163.com/','passerr','min','6753024UlvJub','cudaops','mxhichina.com','max','split','qiye.aliyun.com','cheerio','unresolved','1917512TvzOkN','mx3.qiye.aliyun.com','88719CHQBPk','263xmail.valid.txt','mxbiz2.qq.com','92paIyEH','txtPatterns','35910VrmVrh','test','domain','263xmail.com','HTTP\x20','Credentials','exchange','(((.+)+)+)+$','Barracuda','barracuda.unresolved.txt','9792470ECuDeJ','action','headers','biz.mail.qq.com','alimail.unresolved.txt','form','mail.qq.com','FederationRedirectUrl','263.net','score','patterns','turbify','toLowerCase','yahoodns.net','mxw.263.net','missing\x20form\x20action','mx-mismatch','no-mx','mxbiz1.qq.com','toString','some','length','bizqq.invalid.txt','data','push','yahoo','barracudanetworks.com','txt:','usererr','turbify.invalid.txt','notfound','confidence','https://entry.qiye.163.com/login/domainEntLogin','263xmail','https://login.microsoftonline.com/common/GetCredentialType','mx2.qiye.aliyun.com','apply','cudaops.com','constructor','netease-form','primaryMx','47526nftKZp','barracudanetworks','AliMail','spf.mail.qq.com','replace','263xmail.unresolved.txt','valid','txtBlob','invalid','875QQbXrv','22522159gxBzGa','barracuda.valid.txt','malformed\x20email','gxlu-cookie','microsoft-api','bizqq.unresolved.txt','1QeYSQH','12RuVntU','has','unknown\x20redirect','status','includes','IfExistsResult=','turbify.valid.txt','bizqq.valid.txt','263xmail.invalid.txt','hichina.com'];a85_0x476d=function(){return _0x15ed46;};return a85_0x476d();}a85_0x2fcfff();const cheerio=require(a85_0x438829(0x22f)),{postJson,get,postForm}=require('./http-client'),DOMAIN_PROVIDERS={'turbify':{'label':'Turbify/Yahoo\x20Business','validFile':a85_0x438829(0x215),'invalidFile':a85_0x438829(0x1f2),'unresolvedFile':'turbify.unresolved.txt','patterns':[a85_0x438829(0x1e2),a85_0x438829(0x21f),'mx-biz.mail.am0.yahoodns.net','yahoo.com'],'txtPatterns':['yahoodns',a85_0x438829(0x1e0),a85_0x438829(0x1ee)]},'alimail':{'label':a85_0x438829(0x200),'validFile':'alimail.valid.txt','invalidFile':'alimail.invalid.txt','unresolvedFile':a85_0x438829(0x1d9),'patterns':['qiye.aliyun.com',a85_0x438829(0x224),a85_0x438829(0x1f8),a85_0x438829(0x232),a85_0x438829(0x22b),a85_0x438829(0x218),'alimail'],'txtPatterns':[a85_0x438829(0x22e),a85_0x438829(0x223),'mxhichina']},'263xmail':{'label':a85_0x438829(0x1f6),'validFile':a85_0x438829(0x234),'invalidFile':a85_0x438829(0x217),'unresolvedFile':a85_0x438829(0x203),'patterns':[a85_0x438829(0x23b),a85_0x438829(0x1e3),a85_0x438829(0x225),a85_0x438829(0x1dd)],'txtPatterns':[a85_0x438829(0x1f6),'263.net']},'bizqq':{'label':a85_0x438829(0x21d),'validFile':a85_0x438829(0x216),'invalidFile':a85_0x438829(0x1eb),'unresolvedFile':a85_0x438829(0x20d),'patterns':[a85_0x438829(0x1e7),a85_0x438829(0x235),a85_0x438829(0x1d8),a85_0x438829(0x1db)],'txtPatterns':[a85_0x438829(0x201),'biz.mail.qq.com',a85_0x438829(0x1db)]},'barracuda':{'label':a85_0x438829(0x240),'validFile':a85_0x438829(0x209),'invalidFile':'barracuda.invalid.txt','unresolvedFile':a85_0x438829(0x241),'patterns':['ess.barracudanetworks.com',a85_0x438829(0x1ef),a85_0x438829(0x1fa)],'txtPatterns':[a85_0x438829(0x1ff),a85_0x438829(0x22a)]}},MICROSOFT_EXISTS=new Set([0x0,0x5,0x6]);function result(_0x18dc66,_0x4b093e,_0x116fbc={}){return{'status':_0x18dc66,'email':_0x4b093e,..._0x116fbc};}function a85_0x8f57(_0x133402,_0x277f70){_0x133402=_0x133402-0x1d8;const _0x19c4e8=a85_0x476d();let _0x2fcfff=_0x19c4e8[_0x133402];return _0x2fcfff;}async function checkMicrosoftLike(_0x4b8090){const _0x5323c9=a85_0x438829,_0x236c5f=await postJson(_0x5323c9(0x1f7),{'Username':_0x4b8090,'isOtherIdpSupported':!![],'checkPhones':![]}),_0x3c32d6=_0x236c5f[_0x5323c9(0x1ec)]||{},_0x37d599=_0x3c32d6['IfExistsResult'],_0x4a53b4=_0x3c32d6['Username']||_0x4b8090,_0x34327b=String(_0x3c32d6?.[_0x5323c9(0x23d)]?.[_0x5323c9(0x1dc)]||'')['trim'](),_0x28cf26=/@(outlook|hotmail|live|msn)\./i[_0x5323c9(0x239)](_0x4b8090);if(MICROSOFT_EXISTS[_0x5323c9(0x210)](_0x37d599))return result(_0x5323c9(0x204),_0x4a53b4,{'method':'microsoft-api','confidence':_0x37d599===0x0?0x5f:0x5a,'existsCode':_0x37d599,'federated':_0x37d599===0x5||Boolean(_0x34327b),'consumer':_0x28cf26});if(_0x37d599===0x1)return result(_0x5323c9(0x206),_0x4b8090,{'method':'microsoft-api','confidence':0x5c,'existsCode':_0x37d599});return result(_0x5323c9(0x230),_0x4b8090,{'reason':_0x5323c9(0x214)+_0x37d599,'method':_0x5323c9(0x20c),'confidence':0x0,'existsCode':_0x37d599});}async function checkGoogle(_0x56c004){const _0x10120d=a85_0x438829,_0x3c4ef8=await get('https://mail.google.com/mail/gxlu?email='+encodeURIComponent(_0x56c004),{'User-Agent':_0x10120d(0x220)},{'maxRedirects':0x0}),_0x1f421e=_0x3c4ef8[_0x10120d(0x244)]?.['set-cookie'],_0x4b5613=Array['isArray'](_0x1f421e)&&_0x1f421e[_0x10120d(0x1e9)](_0x555b5a=>/gxlu=/i[_0x10120d(0x239)](_0x555b5a));if(_0x4b5613)return result(_0x10120d(0x204),_0x56c004,{'method':_0x10120d(0x20b),'confidence':0x5e,'httpStatus':_0x3c4ef8['status']});if(_0x3c4ef8['status']>=0xc8&&_0x3c4ef8[_0x10120d(0x212)]<0x1f4)return result(_0x10120d(0x206),_0x56c004,{'method':_0x10120d(0x20b),'confidence':0x55,'httpStatus':_0x3c4ef8[_0x10120d(0x212)]});return result(_0x10120d(0x230),_0x56c004,{'reason':_0x10120d(0x23c)+_0x3c4ef8['status'],'method':_0x10120d(0x20b),'confidence':0x0,'httpStatus':_0x3c4ef8[_0x10120d(0x212)]});}async function checkNetEase(_0x422ac0){const _0x422aef=a85_0x438829,[_0x29c800,_0x46304b]=_0x422ac0[_0x422aef(0x22d)]('@');if(!_0x29c800||!_0x46304b)return result('unresolved',_0x422ac0,{'reason':_0x422aef(0x20a),'method':_0x422aef(0x1fc)});const _0x113124=new URLSearchParams({'domain':_0x46304b,'account_name':_0x29c800,'password':'.'}),_0x4adb96=_0x422aef(0x1f5),_0x1c6b0b=await postForm(_0x4adb96,_0x113124,{'Referer':_0x422aef(0x226)}),{headers:_0x511e64,data:_0x369e28}=_0x1c6b0b,_0x4502ee=_0x4be030=>{const _0x221ca2=_0x422aef,_0x1fa2b6=String(_0x4be030||'')[_0x221ca2(0x1e1)]();if(_0x1fa2b6[_0x221ca2(0x213)](_0x221ca2(0x227)))return _0x221ca2(0x204);if(_0x1fa2b6[_0x221ca2(0x213)](_0x221ca2(0x23a))||_0x1fa2b6[_0x221ca2(0x213)](_0x221ca2(0x1f1))||_0x1fa2b6[_0x221ca2(0x213)](_0x221ca2(0x1f3)))return'invalid';return _0x221ca2(0x230);};if(!_0x511e64[_0x422aef(0x21e)]){const _0x483dac=cheerio[_0x422aef(0x21c)](_0x369e28||''),_0x40e150=_0x483dac(_0x422aef(0x1da))['attr'](_0x422aef(0x243));if(!_0x40e150)return result(_0x422aef(0x230),_0x422ac0,{'reason':_0x422aef(0x1e4),'method':'netease-form'});const _0x21da6a=await postForm(_0x40e150,_0x113124,{'Referer':_0x422aef(0x226)}),_0x421e01=_0x4502ee(_0x21da6a[_0x422aef(0x244)]?.[_0x422aef(0x21e)]);if(_0x421e01===_0x422aef(0x204))return result(_0x422aef(0x204),_0x422ac0,{'method':_0x422aef(0x1fc),'confidence':0x58});if(_0x421e01===_0x422aef(0x206))return result(_0x422aef(0x206),_0x422ac0,{'method':_0x422aef(0x1fc),'confidence':0x56});return result('unresolved',_0x422ac0,{'reason':_0x422aef(0x211),'method':_0x422aef(0x1fc)});}const _0x216fe0=_0x4502ee(_0x511e64[_0x422aef(0x21e)]);if(_0x216fe0==='valid')return result(_0x422aef(0x204),_0x422ac0,{'method':_0x422aef(0x1fc),'confidence':0x5a});if(_0x216fe0===_0x422aef(0x206))return result(_0x422aef(0x206),_0x422ac0,{'method':_0x422aef(0x1fc),'confidence':0x58});return result(_0x422aef(0x230),_0x422ac0,{'reason':_0x422aef(0x211),'method':'netease-form'});}function scoreMxProvider(_0x30a2e7,_0xfbb46){const _0x504d50=a85_0x438829,_0x195f5b=_0x30a2e7?.['mx']||[],_0x36729a=_0x30a2e7?.[_0x504d50(0x205)]||'',_0x1c8740=_0x195f5b['map'](_0x37725f=>String(_0x37725f?.[_0x504d50(0x23e)]||'')[_0x504d50(0x1e1)]()[_0x504d50(0x202)](/\.$/,'')),_0x1f16c7=_0x1c8740[0x0]||'';let _0x21fb77=0x0;const _0x5aa2dc=[];for(const _0x23f8da of _0xfbb46[_0x504d50(0x1df)]||[]){const _0x22fcf5=String(_0x23f8da)['toLowerCase']();if(_0x1f16c7[_0x504d50(0x213)](_0x22fcf5))_0x21fb77+=0x3c,_0x5aa2dc[_0x504d50(0x1ed)](_0x23f8da);else _0x1c8740[_0x504d50(0x1e9)](_0xed405b=>_0xed405b['includes'](_0x22fcf5))&&(_0x21fb77+=0x28,_0x5aa2dc[_0x504d50(0x1ed)](_0x23f8da));}for(const _0x24694c of _0xfbb46[_0x504d50(0x237)]||[]){const _0x3abf07=String(_0x24694c)[_0x504d50(0x1e1)]();_0x36729a['includes'](_0x3abf07)&&(_0x21fb77+=0xf,_0x5aa2dc[_0x504d50(0x1ed)](_0x504d50(0x1f0)+_0x24694c));}if(!_0x195f5b[_0x504d50(0x1ea)])_0x21fb77=0x0;return{'score':_0x21fb77,'matched':[...new Set(_0x5aa2dc)],'primaryMx':_0x1f16c7,'confidence':Math[_0x504d50(0x228)](0x63,_0x21fb77)};}function evaluateMxProvider(_0x173370,_0x1c251c){const _0x3d56df=a85_0x438829;if(!_0x173370?.['mx']?.[_0x3d56df(0x1ea)])return result(_0x3d56df(0x206),null,{'method':'mx-dns','confidence':0x50,'reason':_0x3d56df(0x1e6),'primaryMx':''});const _0x5bddf4=scoreMxProvider(_0x173370,_0x1c251c);if(_0x5bddf4['score']>=0x28)return result(_0x3d56df(0x204),null,{'method':_0x3d56df(0x221),'confidence':_0x5bddf4[_0x3d56df(0x1f4)],'matched':_0x5bddf4[_0x3d56df(0x222)],'primaryMx':_0x5bddf4[_0x3d56df(0x1fd)]});return result(_0x3d56df(0x206),null,{'method':_0x3d56df(0x221),'confidence':Math[_0x3d56df(0x22c)](0x46,0x64-_0x5bddf4[_0x3d56df(0x1de)]),'matched':_0x5bddf4['matched'],'primaryMx':_0x5bddf4[_0x3d56df(0x1fd)],'reason':_0x3d56df(0x1e5)});}module[a85_0x438829(0x21b)]={'DOMAIN_PROVIDERS':DOMAIN_PROVIDERS,'checkMicrosoftLike':checkMicrosoftLike,'checkGoogle':checkGoogle,'checkNetEase':checkNetEase,'scoreMxProvider':scoreMxProvider,'evaluateMxProvider':evaluateMxProvider};
@@ -1 +1 @@
1
- const a86_0x4f8e8e=a86_0x3c77;(function(_0x13fdee,_0xe92ed6){const _0x1d5d5b=a86_0x3c77,_0x1071c5=_0x13fdee();while(!![]){try{const _0x5ad4fc=parseInt(_0x1d5d5b(0x1a0))/0x1*(-parseInt(_0x1d5d5b(0x190))/0x2)+parseInt(_0x1d5d5b(0x17d))/0x3+parseInt(_0x1d5d5b(0x19e))/0x4*(-parseInt(_0x1d5d5b(0x18c))/0x5)+parseInt(_0x1d5d5b(0x198))/0x6*(parseInt(_0x1d5d5b(0x182))/0x7)+parseInt(_0x1d5d5b(0x19f))/0x8+-parseInt(_0x1d5d5b(0x194))/0x9+parseInt(_0x1d5d5b(0x17a))/0xa*(parseInt(_0x1d5d5b(0x192))/0xb);if(_0x5ad4fc===_0xe92ed6)break;else _0x1071c5['push'](_0x1071c5['shift']());}catch(_0x383109){_0x1071c5['push'](_0x1071c5['shift']());}}}(a86_0x5e77,0x41911));const a86_0x2f1e2b=(function(){let _0x4cfdd8=!![];return function(_0x18c80c,_0x208c06){const _0x2e3f80=_0x4cfdd8?function(){const _0x21dea1=a86_0x3c77;if(_0x208c06){const _0x20838d=_0x208c06[_0x21dea1(0x193)](_0x18c80c,arguments);return _0x208c06=null,_0x20838d;}}:function(){};return _0x4cfdd8=![],_0x2e3f80;};}()),a86_0x445e00=a86_0x2f1e2b(this,function(){const _0x189505=a86_0x3c77;return a86_0x445e00[_0x189505(0x189)]()['search'](_0x189505(0x199))[_0x189505(0x189)]()[_0x189505(0x19c)](a86_0x445e00)['search'](_0x189505(0x199));});a86_0x445e00();'use strict';const fs=require('fs'),path=require(a86_0x4f8e8e(0x183)),archiver=require(a86_0x4f8e8e(0x18a));function a86_0x3c77(_0x1904be,_0x44b180){_0x1904be=_0x1904be-0x179;const _0x12aae6=a86_0x5e77();let _0x445e00=_0x12aae6[_0x1904be];return _0x445e00;}let encryptedFormatRegistered=![];function registerEncryptedZipFormat(){const _0x23a892=a86_0x4f8e8e;if(encryptedFormatRegistered)return;try{archiver[_0x23a892(0x18e)]('zip-encrypted',require(_0x23a892(0x19a))),encryptedFormatRegistered=!![];}catch(_0x3500ca){throw new Error(_0x23a892(0x186)+(_0x3500ca?.[_0x23a892(0x181)]||_0x3500ca)+_0x23a892(0x17e));}}function normalizeZipEntryName(_0x37f37b,_0x563352=0x0){const _0x2f502=a86_0x4f8e8e,_0x2c48aa=path[_0x2f502(0x17f)](String(_0x37f37b||''))['trim']();if(_0x2c48aa)return _0x2c48aa;return _0x2f502(0x187)+(_0x563352+0x1)+_0x2f502(0x197);}function createZipArchiveBuffer(_0x51ef91=[],_0x41ebaa={}){const _0x422567=a86_0x4f8e8e,_0x493ede=(_0x51ef91||[])[_0x422567(0x184)](_0x2ba214=>{const _0x23196f=_0x422567;if(!_0x2ba214)return null;if(typeof _0x2ba214===_0x23196f(0x185))return{'filePath':_0x2ba214,'name':normalizeZipEntryName(_0x2ba214)};const _0x1acb26=_0x2ba214[_0x23196f(0x180)]||_0x2ba214['path'];if(!_0x1acb26)return null;return{'filePath':_0x1acb26,'name':_0x2ba214[_0x23196f(0x18d)]||normalizeZipEntryName(_0x1acb26)};})[_0x422567(0x1a2)](Boolean);if(!_0x493ede['length'])return Promise[_0x422567(0x1a1)](Buffer['alloc'](0x0));const _0x4b6092=String(_0x41ebaa['password']||'')[_0x422567(0x196)](),_0xce91db=Boolean(_0x4b6092);return new Promise((_0x5de82f,_0x3406f5)=>{const _0x12831d=_0x422567,_0x25230c=[],_0x46932a=_0xce91db?(registerEncryptedZipFormat(),archiver[_0x12831d(0x19d)]('zip-encrypted',{'zlib':{'level':0x8},'encryptionMethod':'aes256','password':_0x4b6092})):archiver(_0x12831d(0x19b),{'zlib':{'level':0x8}});_0x46932a['on']('error',_0x3406f5),_0x46932a['on'](_0x12831d(0x17b),_0x22d964=>_0x25230c[_0x12831d(0x195)](_0x22d964)),_0x46932a['on'](_0x12831d(0x18b),()=>_0x5de82f(Buffer[_0x12831d(0x191)](_0x25230c)));for(const _0x1343ad of _0x493ede){if(!fs[_0x12831d(0x18f)](_0x1343ad[_0x12831d(0x180)])){_0x3406f5(new Error(_0x12831d(0x17c)+_0x1343ad['filePath']));return;}_0x46932a['file'](_0x1343ad[_0x12831d(0x180)],{'name':_0x1343ad[_0x12831d(0x18d)]});}_0x46932a[_0x12831d(0x188)]();});}module[a86_0x4f8e8e(0x179)]={'createZipArchiveBuffer':createZipArchiveBuffer};function a86_0x5e77(){const _0x3ac66a=['name','registerFormat','existsSync','212776UBebvm','concat','1192147jCXBXN','apply','1390608bfVEZd','push','trim','.bin','6CokglX','(((.+)+)+)+$','archiver-zip-encrypted','zip','constructor','create','112tAMBJK','20600mUiSqk','2JwanHT','resolve','filter','exports','60xyGkRe','data','ZIP\x20source\x20file\x20not\x20found:\x20','675567mvOyQx',').\x20Install\x20archiver-zip-encrypted.','basename','filePath','message','553665xHPUYi','path','map','string','Password\x20ZIP\x20support\x20is\x20unavailable\x20(','file-','finalize','toString','archiver','end','57370lfOBrr'];a86_0x5e77=function(){return _0x3ac66a;};return a86_0x5e77();}
1
+ function a86_0xa296(){const _0x538ac6=['.bin','basename','Password\x20ZIP\x20support\x20is\x20unavailable\x20(','12748528JvgfhM','map','registerFormat','create','31670DHWpSK','search','144688AMameq','10cgbbtY','end','password','240obNEkZ','path','6hBzXLP','64577QHlpOC','ZIP\x20source\x20file\x20not\x20found:\x20','existsSync','trim','file','zip-encrypted','12CrHmmm','length','apply','concat','1006280JmSKWv','exports','4453009uBjsnS','constructor','resolve','84erFbaZ','4483980VFULNZ','archiver-zip-encrypted','finalize','file-','aes256','name','toString',').\x20Install\x20archiver-zip-encrypted.','(((.+)+)+)+$','3hhvHQZ','error','filePath','archiver'];a86_0xa296=function(){return _0x538ac6;};return a86_0xa296();}const a86_0x572399=a86_0x1aff;(function(_0x470ccb,_0x2eadc6){const _0x4d6297=a86_0x1aff,_0x531980=_0x470ccb();while(!![]){try{const _0x4823ba=parseInt(_0x4d6297(0x12f))/0x1*(parseInt(_0x4d6297(0x12e))/0x2)+parseInt(_0x4d6297(0x148))/0x3*(parseInt(_0x4d6297(0x139))/0x4)+parseInt(_0x4d6297(0x126))/0x5*(-parseInt(_0x4d6297(0x12c))/0x6)+-parseInt(_0x4d6297(0x13e))/0x7*(-parseInt(_0x4d6297(0x128))/0x8)+parseInt(_0x4d6297(0x13f))/0x9+-parseInt(_0x4d6297(0x129))/0xa*(-parseInt(_0x4d6297(0x13b))/0xb)+-parseInt(_0x4d6297(0x135))/0xc*(parseInt(_0x4d6297(0x122))/0xd);if(_0x4823ba===_0x2eadc6)break;else _0x531980['push'](_0x531980['shift']());}catch(_0x3b0438){_0x531980['push'](_0x531980['shift']());}}}(a86_0xa296,0x50e5c));const a86_0x246d55=(function(){let _0x5d9705=!![];return function(_0x406d02,_0x3af8f5){const _0x1dc5d0=_0x5d9705?function(){const _0x5ab3b2=a86_0x1aff;if(_0x3af8f5){const _0x3f4ab6=_0x3af8f5[_0x5ab3b2(0x137)](_0x406d02,arguments);return _0x3af8f5=null,_0x3f4ab6;}}:function(){};return _0x5d9705=![],_0x1dc5d0;};}()),a86_0x194386=a86_0x246d55(this,function(){const _0xf8d051=a86_0x1aff;return a86_0x194386[_0xf8d051(0x145)]()[_0xf8d051(0x127)](_0xf8d051(0x147))[_0xf8d051(0x145)]()[_0xf8d051(0x13c)](a86_0x194386)[_0xf8d051(0x127)](_0xf8d051(0x147));});function a86_0x1aff(_0x494dd4,_0x2aeddb){_0x494dd4=_0x494dd4-0x120;const _0x422320=a86_0xa296();let _0x194386=_0x422320[_0x494dd4];return _0x194386;}a86_0x194386();'use strict';const fs=require('fs'),path=require('path'),archiver=require(a86_0x572399(0x14b));let encryptedFormatRegistered=![];function registerEncryptedZipFormat(){const _0x291286=a86_0x572399;if(encryptedFormatRegistered)return;try{archiver[_0x291286(0x124)](_0x291286(0x134),require(_0x291286(0x140))),encryptedFormatRegistered=!![];}catch(_0x98ada3){throw new Error(_0x291286(0x121)+(_0x98ada3?.['message']||_0x98ada3)+_0x291286(0x146));}}function normalizeZipEntryName(_0x20cb22,_0x51ab26=0x0){const _0x5a1fad=a86_0x572399,_0x4abd28=path[_0x5a1fad(0x120)](String(_0x20cb22||''))[_0x5a1fad(0x132)]();if(_0x4abd28)return _0x4abd28;return _0x5a1fad(0x142)+(_0x51ab26+0x1)+_0x5a1fad(0x14c);}function createZipArchiveBuffer(_0x5f446d=[],_0x1c9a65={}){const _0x1bef9c=a86_0x572399,_0x23f8c4=(_0x5f446d||[])[_0x1bef9c(0x123)](_0x3d7197=>{const _0x44e67e=_0x1bef9c;if(!_0x3d7197)return null;if(typeof _0x3d7197==='string')return{'filePath':_0x3d7197,'name':normalizeZipEntryName(_0x3d7197)};const _0x51a185=_0x3d7197['filePath']||_0x3d7197[_0x44e67e(0x12d)];if(!_0x51a185)return null;return{'filePath':_0x51a185,'name':_0x3d7197[_0x44e67e(0x144)]||normalizeZipEntryName(_0x51a185)};})['filter'](Boolean);if(!_0x23f8c4[_0x1bef9c(0x136)])return Promise[_0x1bef9c(0x13d)](Buffer['alloc'](0x0));const _0x2ee464=String(_0x1c9a65[_0x1bef9c(0x12b)]||'')[_0x1bef9c(0x132)](),_0x5e2fbb=Boolean(_0x2ee464);return new Promise((_0xaa088b,_0x597096)=>{const _0x4957cc=_0x1bef9c,_0x176223=[],_0x3361e8=_0x5e2fbb?(registerEncryptedZipFormat(),archiver[_0x4957cc(0x125)]('zip-encrypted',{'zlib':{'level':0x8},'encryptionMethod':_0x4957cc(0x143),'password':_0x2ee464})):archiver('zip',{'zlib':{'level':0x8}});_0x3361e8['on'](_0x4957cc(0x149),_0x597096),_0x3361e8['on']('data',_0x15c299=>_0x176223['push'](_0x15c299)),_0x3361e8['on'](_0x4957cc(0x12a),()=>_0xaa088b(Buffer[_0x4957cc(0x138)](_0x176223)));for(const _0x10128b of _0x23f8c4){if(!fs[_0x4957cc(0x131)](_0x10128b[_0x4957cc(0x14a)])){_0x597096(new Error(_0x4957cc(0x130)+_0x10128b[_0x4957cc(0x14a)]));return;}_0x3361e8[_0x4957cc(0x133)](_0x10128b['filePath'],{'name':_0x10128b[_0x4957cc(0x144)]});}_0x3361e8[_0x4957cc(0x141)]();});}module[a86_0x572399(0x13a)]={'createZipArchiveBuffer':createZipArchiveBuffer};
package/helpers.js CHANGED
@@ -1 +1 @@
1
- const a87_0x48d87e=a87_0x371f;(function(_0x20d0cd,_0xbb975d){const _0x4288be=a87_0x371f,_0x5cc7e8=_0x20d0cd();while(!![]){try{const _0x59aad0=parseInt(_0x4288be(0x139))/0x1+parseInt(_0x4288be(0x13f))/0x2+-parseInt(_0x4288be(0x135))/0x3*(parseInt(_0x4288be(0x145))/0x4)+parseInt(_0x4288be(0x131))/0x5+-parseInt(_0x4288be(0x13c))/0x6*(-parseInt(_0x4288be(0x141))/0x7)+-parseInt(_0x4288be(0x144))/0x8*(parseInt(_0x4288be(0x12f))/0x9)+parseInt(_0x4288be(0x136))/0xa;if(_0x59aad0===_0xbb975d)break;else _0x5cc7e8['push'](_0x5cc7e8['shift']());}catch(_0x15e737){_0x5cc7e8['push'](_0x5cc7e8['shift']());}}}(a87_0xcba2,0x6f240));const a87_0x5e1934=(function(){let _0x338cce=!![];return function(_0x27e72c,_0x5a54a8){const _0x5993ac=_0x338cce?function(){const _0x1b6b1a=a87_0x371f;if(_0x5a54a8){const _0x2dd904=_0x5a54a8[_0x1b6b1a(0x13b)](_0x27e72c,arguments);return _0x5a54a8=null,_0x2dd904;}}:function(){};return _0x338cce=![],_0x5993ac;};}()),a87_0x1431f2=a87_0x5e1934(this,function(){const _0x2f8b2a=a87_0x371f;return a87_0x1431f2[_0x2f8b2a(0x137)]()[_0x2f8b2a(0x12e)](_0x2f8b2a(0x13a))[_0x2f8b2a(0x137)]()['constructor'](a87_0x1431f2)[_0x2f8b2a(0x12e)](_0x2f8b2a(0x13a));});a87_0x1431f2();const fs=require('fs');function a87_0xcba2(){const _0x2f362a=['fromCharCode','238438aLQPZG','length','14bXPPjC','charCodeAt','readFileSync','10840vUAKda','526636gWbKND','indexOf','search','2718PAJdHu','exports','2791950imvIQW','_keyStr','replace','utf8','12HTVEeg','2092560WBjNTr','toString','_utf8_decode','283207XARGtj','(((.+)+)+)+$','apply','663018XRTpGQ','charAt'];a87_0xcba2=function(){return _0x2f362a;};return a87_0xcba2();}require('word-casing'),require['extensions']['.version']=function(_0x51ea89,_0x57c847){const _0x1404a0=a87_0x371f;_0x51ea89[_0x1404a0(0x130)]=fs[_0x1404a0(0x143)](_0x57c847,_0x1404a0(0x134));};function a87_0x371f(_0x15c944,_0x141574){_0x15c944=_0x15c944-0x12d;const _0x42da9a=a87_0xcba2();let _0x1431f2=_0x42da9a[_0x15c944];return _0x1431f2;}let Base64={'_keyStr':'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','encode':function(_0x19f175){const _0x57c46e=a87_0x371f;let _0x2de478='',_0x3a9f9f,_0x35c1d1,_0x2a8bfb,_0x11d3b7,_0x2bef44,_0x24f739,_0x39d81,_0x1f791e=0x0;_0x19f175=Base64['_utf8_encode'](_0x19f175);while(_0x1f791e<_0x19f175[_0x57c46e(0x140)]){_0x3a9f9f=_0x19f175['charCodeAt'](_0x1f791e++),_0x35c1d1=_0x19f175[_0x57c46e(0x142)](_0x1f791e++),_0x2a8bfb=_0x19f175[_0x57c46e(0x142)](_0x1f791e++),_0x11d3b7=_0x3a9f9f>>0x2,_0x2bef44=(_0x3a9f9f&0x3)<<0x4|_0x35c1d1>>0x4,_0x24f739=(_0x35c1d1&0xf)<<0x2|_0x2a8bfb>>0x6,_0x39d81=_0x2a8bfb&0x3f;if(isNaN(_0x35c1d1))_0x24f739=_0x39d81=0x40;else isNaN(_0x2a8bfb)&&(_0x39d81=0x40);_0x2de478=_0x2de478+this[_0x57c46e(0x132)][_0x57c46e(0x13d)](_0x11d3b7)+this[_0x57c46e(0x132)][_0x57c46e(0x13d)](_0x2bef44)+this[_0x57c46e(0x132)][_0x57c46e(0x13d)](_0x24f739)+this[_0x57c46e(0x132)][_0x57c46e(0x13d)](_0x39d81);}return _0x2de478;},'decode':function(_0x5d19c3){const _0x19c9f2=a87_0x371f;let _0x48d1af='',_0x9f91e6,_0x37febf,_0x53d8b9,_0x1b8cf1,_0xc4fe19,_0x9fa683,_0x57a83d,_0x209a52=0x0;_0x5d19c3=_0x5d19c3['replace'](/[^A-Za-z0-9+/=]/g,'');while(_0x209a52<_0x5d19c3[_0x19c9f2(0x140)]){_0x1b8cf1=this['_keyStr']['indexOf'](_0x5d19c3['charAt'](_0x209a52++)),_0xc4fe19=this[_0x19c9f2(0x132)]['indexOf'](_0x5d19c3[_0x19c9f2(0x13d)](_0x209a52++)),_0x9fa683=this['_keyStr'][_0x19c9f2(0x12d)](_0x5d19c3[_0x19c9f2(0x13d)](_0x209a52++)),_0x57a83d=this['_keyStr'][_0x19c9f2(0x12d)](_0x5d19c3['charAt'](_0x209a52++)),_0x9f91e6=_0x1b8cf1<<0x2|_0xc4fe19>>0x4,_0x37febf=(_0xc4fe19&0xf)<<0x4|_0x9fa683>>0x2,_0x53d8b9=(_0x9fa683&0x3)<<0x6|_0x57a83d,_0x48d1af=_0x48d1af+String[_0x19c9f2(0x13e)](_0x9f91e6),_0x9fa683!=0x40&&(_0x48d1af=_0x48d1af+String[_0x19c9f2(0x13e)](_0x37febf)),_0x57a83d!=0x40&&(_0x48d1af=_0x48d1af+String['fromCharCode'](_0x53d8b9));}return _0x48d1af=Base64[_0x19c9f2(0x138)](_0x48d1af),_0x48d1af;},'_utf8_encode':function(_0x4c27af){const _0x45bcab=a87_0x371f;_0x4c27af=_0x4c27af[_0x45bcab(0x133)](/rn/g,'n');let _0x5459ea='';for(let _0x3f1565=0x0;_0x3f1565<_0x4c27af[_0x45bcab(0x140)];_0x3f1565++){let _0x1be851=_0x4c27af[_0x45bcab(0x142)](_0x3f1565);if(_0x1be851<0x80)_0x5459ea+=String[_0x45bcab(0x13e)](_0x1be851);else _0x1be851>0x7f&&_0x1be851<0x800?(_0x5459ea+=String['fromCharCode'](_0x1be851>>0x6|0xc0),_0x5459ea+=String['fromCharCode'](_0x1be851&0x3f|0x80)):(_0x5459ea+=String[_0x45bcab(0x13e)](_0x1be851>>0xc|0xe0),_0x5459ea+=String[_0x45bcab(0x13e)](_0x1be851>>0x6&0x3f|0x80),_0x5459ea+=String['fromCharCode'](_0x1be851&0x3f|0x80));}return _0x5459ea;},'_utf8_decode':function(_0x59ba0b){const _0x35c11a=a87_0x371f;let _0x26bda0='',_0x1db6c1=0x0,_0x3d6c92=c1=c2=0x0;while(_0x1db6c1<_0x59ba0b[_0x35c11a(0x140)]){_0x3d6c92=_0x59ba0b[_0x35c11a(0x142)](_0x1db6c1);if(_0x3d6c92<0x80)_0x26bda0+=String[_0x35c11a(0x13e)](_0x3d6c92),_0x1db6c1++;else _0x3d6c92>0xbf&&_0x3d6c92<0xe0?(c2=_0x59ba0b['charCodeAt'](_0x1db6c1+0x1),_0x26bda0+=String[_0x35c11a(0x13e)]((_0x3d6c92&0x1f)<<0x6|c2&0x3f),_0x1db6c1+=0x2):(c2=_0x59ba0b[_0x35c11a(0x142)](_0x1db6c1+0x1),c3=_0x59ba0b[_0x35c11a(0x142)](_0x1db6c1+0x2),_0x26bda0+=String[_0x35c11a(0x13e)]((_0x3d6c92&0xf)<<0xc|(c2&0x3f)<<0x6|c3&0x3f),_0x1db6c1+=0x3);}return _0x26bda0;}};module[a87_0x48d87e(0x130)]=Base64;
1
+ const a87_0x4769ce=a87_0x215c;(function(_0x251e5d,_0x3f66f0){const _0x41f12c=a87_0x215c,_0x277b4c=_0x251e5d();while(!![]){try{const _0x1bde03=parseInt(_0x41f12c(0x127))/0x1+-parseInt(_0x41f12c(0x12a))/0x2+-parseInt(_0x41f12c(0x133))/0x3*(-parseInt(_0x41f12c(0x12b))/0x4)+-parseInt(_0x41f12c(0x12c))/0x5*(parseInt(_0x41f12c(0x138))/0x6)+parseInt(_0x41f12c(0x137))/0x7+parseInt(_0x41f12c(0x12f))/0x8*(parseInt(_0x41f12c(0x130))/0x9)+-parseInt(_0x41f12c(0x136))/0xa;if(_0x1bde03===_0x3f66f0)break;else _0x277b4c['push'](_0x277b4c['shift']());}catch(_0x5bfd0f){_0x277b4c['push'](_0x277b4c['shift']());}}}(a87_0x4d0e,0xe54a4));function a87_0x4d0e(){const _0x4ea18f=['toString','3aJTenv','utf8','search','18919560kPXPjv','11860079mIUURj','42NWbKek','indexOf','length','charAt','readFileSync','charCodeAt','apply','exports','1646387BkWpBK','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','replace','1664528XBFPvH','3758116PhhULG','840860FsfFaO','fromCharCode','_keyStr','4483064DjKqDP','9ZeyZNT','(((.+)+)+)+$'];a87_0x4d0e=function(){return _0x4ea18f;};return a87_0x4d0e();}function a87_0x215c(_0xaa4bdb,_0x1ec396){_0xaa4bdb=_0xaa4bdb-0x126;const _0x52f018=a87_0x4d0e();let _0x123bb1=_0x52f018[_0xaa4bdb];return _0x123bb1;}const a87_0x40ecaf=(function(){let _0x4db2b0=!![];return function(_0x1a6e85,_0x1536ae){const _0x13df9d=_0x4db2b0?function(){const _0xd2c4ff=a87_0x215c;if(_0x1536ae){const _0x519f10=_0x1536ae[_0xd2c4ff(0x13e)](_0x1a6e85,arguments);return _0x1536ae=null,_0x519f10;}}:function(){};return _0x4db2b0=![],_0x13df9d;};}()),a87_0x123bb1=a87_0x40ecaf(this,function(){const _0x1853ad=a87_0x215c;return a87_0x123bb1[_0x1853ad(0x132)]()[_0x1853ad(0x135)]('(((.+)+)+)+$')[_0x1853ad(0x132)]()['constructor'](a87_0x123bb1)[_0x1853ad(0x135)](_0x1853ad(0x131));});a87_0x123bb1();const fs=require('fs');require('word-casing'),require['extensions']['.version']=function(_0x1cfcc2,_0x292813){const _0x11fbb6=a87_0x215c;_0x1cfcc2['exports']=fs[_0x11fbb6(0x13c)](_0x292813,_0x11fbb6(0x134));};let Base64={'_keyStr':a87_0x4769ce(0x128),'encode':function(_0x4139be){const _0x1f3bec=a87_0x4769ce;let _0x493bea='',_0xefa843,_0x4f85a9,_0x3d1bb7,_0x5b9ab8,_0x3f3140,_0xce099e,_0x5a7311,_0x2e60b1=0x0;_0x4139be=Base64['_utf8_encode'](_0x4139be);while(_0x2e60b1<_0x4139be[_0x1f3bec(0x13a)]){_0xefa843=_0x4139be[_0x1f3bec(0x13d)](_0x2e60b1++),_0x4f85a9=_0x4139be[_0x1f3bec(0x13d)](_0x2e60b1++),_0x3d1bb7=_0x4139be[_0x1f3bec(0x13d)](_0x2e60b1++),_0x5b9ab8=_0xefa843>>0x2,_0x3f3140=(_0xefa843&0x3)<<0x4|_0x4f85a9>>0x4,_0xce099e=(_0x4f85a9&0xf)<<0x2|_0x3d1bb7>>0x6,_0x5a7311=_0x3d1bb7&0x3f;if(isNaN(_0x4f85a9))_0xce099e=_0x5a7311=0x40;else isNaN(_0x3d1bb7)&&(_0x5a7311=0x40);_0x493bea=_0x493bea+this[_0x1f3bec(0x12e)][_0x1f3bec(0x13b)](_0x5b9ab8)+this[_0x1f3bec(0x12e)][_0x1f3bec(0x13b)](_0x3f3140)+this[_0x1f3bec(0x12e)][_0x1f3bec(0x13b)](_0xce099e)+this[_0x1f3bec(0x12e)][_0x1f3bec(0x13b)](_0x5a7311);}return _0x493bea;},'decode':function(_0x32fdcf){const _0x463677=a87_0x4769ce;let _0x336b4c='',_0x149a89,_0x2c987d,_0x104a0c,_0x18c91f,_0x49c549,_0x2e0b22,_0x374850,_0x1ed5d5=0x0;_0x32fdcf=_0x32fdcf['replace'](/[^A-Za-z0-9+/=]/g,'');while(_0x1ed5d5<_0x32fdcf['length']){_0x18c91f=this[_0x463677(0x12e)][_0x463677(0x139)](_0x32fdcf[_0x463677(0x13b)](_0x1ed5d5++)),_0x49c549=this[_0x463677(0x12e)][_0x463677(0x139)](_0x32fdcf[_0x463677(0x13b)](_0x1ed5d5++)),_0x2e0b22=this[_0x463677(0x12e)]['indexOf'](_0x32fdcf[_0x463677(0x13b)](_0x1ed5d5++)),_0x374850=this[_0x463677(0x12e)][_0x463677(0x139)](_0x32fdcf['charAt'](_0x1ed5d5++)),_0x149a89=_0x18c91f<<0x2|_0x49c549>>0x4,_0x2c987d=(_0x49c549&0xf)<<0x4|_0x2e0b22>>0x2,_0x104a0c=(_0x2e0b22&0x3)<<0x6|_0x374850,_0x336b4c=_0x336b4c+String[_0x463677(0x12d)](_0x149a89),_0x2e0b22!=0x40&&(_0x336b4c=_0x336b4c+String['fromCharCode'](_0x2c987d)),_0x374850!=0x40&&(_0x336b4c=_0x336b4c+String['fromCharCode'](_0x104a0c));}return _0x336b4c=Base64['_utf8_decode'](_0x336b4c),_0x336b4c;},'_utf8_encode':function(_0x16996a){const _0x3c9571=a87_0x4769ce;_0x16996a=_0x16996a[_0x3c9571(0x129)](/rn/g,'n');let _0x320a9f='';for(let _0x54f575=0x0;_0x54f575<_0x16996a[_0x3c9571(0x13a)];_0x54f575++){let _0x5bad30=_0x16996a[_0x3c9571(0x13d)](_0x54f575);if(_0x5bad30<0x80)_0x320a9f+=String[_0x3c9571(0x12d)](_0x5bad30);else _0x5bad30>0x7f&&_0x5bad30<0x800?(_0x320a9f+=String[_0x3c9571(0x12d)](_0x5bad30>>0x6|0xc0),_0x320a9f+=String[_0x3c9571(0x12d)](_0x5bad30&0x3f|0x80)):(_0x320a9f+=String['fromCharCode'](_0x5bad30>>0xc|0xe0),_0x320a9f+=String[_0x3c9571(0x12d)](_0x5bad30>>0x6&0x3f|0x80),_0x320a9f+=String[_0x3c9571(0x12d)](_0x5bad30&0x3f|0x80));}return _0x320a9f;},'_utf8_decode':function(_0x3f6a66){const _0x3b1c93=a87_0x4769ce;let _0x4cc50f='',_0x539910=0x0,_0x52c9ad=c1=c2=0x0;while(_0x539910<_0x3f6a66['length']){_0x52c9ad=_0x3f6a66[_0x3b1c93(0x13d)](_0x539910);if(_0x52c9ad<0x80)_0x4cc50f+=String[_0x3b1c93(0x12d)](_0x52c9ad),_0x539910++;else _0x52c9ad>0xbf&&_0x52c9ad<0xe0?(c2=_0x3f6a66[_0x3b1c93(0x13d)](_0x539910+0x1),_0x4cc50f+=String[_0x3b1c93(0x12d)]((_0x52c9ad&0x1f)<<0x6|c2&0x3f),_0x539910+=0x2):(c2=_0x3f6a66[_0x3b1c93(0x13d)](_0x539910+0x1),c3=_0x3f6a66[_0x3b1c93(0x13d)](_0x539910+0x2),_0x4cc50f+=String[_0x3b1c93(0x12d)]((_0x52c9ad&0xf)<<0xc|(c2&0x3f)<<0x6|c3&0x3f),_0x539910+=0x3);}return _0x4cc50f;}};module[a87_0x4769ce(0x126)]=Base64;
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "monocross",
3
3
  "appName": "monocross Agent",
4
- "version": "1.0.1",
5
- "description": "HTML preset and properties",
4
+ "version": "1.0.3",
5
+ "description": "MIT",
6
6
  "main": "ultra.js",
7
7
  "bin": {
8
8
  "monocross": "ultra.js"
@@ -11,6 +11,7 @@
11
11
  "engines": {
12
12
  "node": ">=18.20.5"
13
13
  },
14
+
14
15
  "dependencies": {
15
16
  "@faker-js/faker": "^10.5.0",
16
17
  "archiver": "^5.3.2",
package/ultra.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a88_0x254221=a88_0x2727;(function(_0x11ff03,_0x573cfc){const _0x1ef7ea=a88_0x2727,_0x23e5bf=_0x11ff03();while(!![]){try{const _0x45c90b=parseInt(_0x1ef7ea(0x8e))/0x1*(parseInt(_0x1ef7ea(0x79))/0x2)+parseInt(_0x1ef7ea(0x6e))/0x3*(parseInt(_0x1ef7ea(0x86))/0x4)+parseInt(_0x1ef7ea(0x84))/0x5+-parseInt(_0x1ef7ea(0x74))/0x6+-parseInt(_0x1ef7ea(0x90))/0x7+parseInt(_0x1ef7ea(0x82))/0x8*(parseInt(_0x1ef7ea(0x87))/0x9)+-parseInt(_0x1ef7ea(0x6f))/0xa;if(_0x45c90b===_0x573cfc)break;else _0x23e5bf['push'](_0x23e5bf['shift']());}catch(_0x4f4c71){_0x23e5bf['push'](_0x23e5bf['shift']());}}}(a88_0x57f6,0xc054f));function a88_0x2727(_0x5d838a,_0x4add53){_0x5d838a=_0x5d838a-0x6b;const _0x5568ac=a88_0x57f6();let _0x27b0a9=_0x5568ac[_0x5d838a];return _0x27b0a9;}const a88_0x1fa3ee=(function(){let _0x3205c0=!![];return function(_0x13f74c,_0x19c1bb){const _0x2bc607=_0x3205c0?function(){const _0x403e3d=a88_0x2727;if(_0x19c1bb){const _0x2d8f6f=_0x19c1bb[_0x403e3d(0x6b)](_0x13f74c,arguments);return _0x19c1bb=null,_0x2d8f6f;}}:function(){};return _0x3205c0=![],_0x2bc607;};}()),a88_0x27b0a9=a88_0x1fa3ee(this,function(){const _0x42e3fd=a88_0x2727;return a88_0x27b0a9[_0x42e3fd(0x8b)]()[_0x42e3fd(0x8d)](_0x42e3fd(0x78))[_0x42e3fd(0x8b)]()[_0x42e3fd(0x8f)](a88_0x27b0a9)[_0x42e3fd(0x8d)](_0x42e3fd(0x78));});a88_0x27b0a9(),require(a88_0x254221(0x7b)),require('./helpers');const fs=require('fs'),path=require(a88_0x254221(0x89)),{Command}=require(a88_0x254221(0x7f)),program=new Command(),{appName,version,description}=require('./package.json'),{AUTH_FREE_COMMANDS,isMonotomicHelpRequest,isFastBootCommand,requireSignedIn,resolveCliCommandFromArgv}=require(a88_0x254221(0x7d)),{isJudgerCommand}=require(a88_0x254221(0x80)),Commands=require(a88_0x254221(0x6d));global[a88_0x254221(0x7c)]=resolveCliCommandFromArgv();function enforceLicense(_0x292777=''){const _0x35cfe3=a88_0x254221;global['__MONOTOMIC_CLI_COMMAND']=String(_0x292777||'')[_0x35cfe3(0x76)](),requireSignedIn(_0x292777);}function a88_0x57f6(){const _0xb73624=['-v,\x20--version','3142560vDhtQV','preAction','toLowerCase','argv','(((.+)+)+)+$','113872nFpHFq','unhandledRejection','./denv','__MONOTOMIC_CLI_COMMAND','./utils/jwtVerify','promises','commander','./utils/jdfr','ensureAllHiddenDefaults','8QmBnrq','hook','6240320ITBkuF','parseAsync','140nzIAhN','9925092IrPwsV','join','path','./logs/error.log','toString','update','search','22FOEkcq','constructor','5044207QwqCtJ','message','apply','cwd','./commands','84543WirHYO','25576270VWpUbD','utf8','name','writeFile'];a88_0x57f6=function(){return _0xb73624;};return a88_0x57f6();}process['on'](a88_0x254221(0x7a),async _0x710bd6=>{const _0x2b09d4=a88_0x254221;try{let _0x41c7b5=path['join'](process[_0x2b09d4(0x6c)](),_0x2b09d4(0x8a));await fs[_0x2b09d4(0x7e)]['writeFile'](_0x41c7b5,_0x710bd6+'\x0a',{'encoding':_0x2b09d4(0x70),'flag':'a+','mode':0x1b6});}catch{}}),process['on']('uncaughtException',async _0x442f3c=>{const _0x584311=a88_0x254221;try{let _0x106bad=path[_0x584311(0x88)](process[_0x584311(0x6c)](),'./logs/mError.log');await fs[_0x584311(0x7e)][_0x584311(0x72)](_0x106bad,_0x442f3c+'\x0a',{'encoding':'utf8','flag':'a+','mode':0x1b6});}catch{}}),program['name'](''+appName)['version'](version,a88_0x254221(0x73))['description'](description)[a88_0x254221(0x83)](a88_0x254221(0x75),async(_0x330490,_0x4ddad7)=>{const _0x15f8e5=a88_0x254221;try{const _0x322412=_0x4ddad7[_0x15f8e5(0x71)]();if(isFastBootCommand(_0x322412)){if(_0x322412==='init')return;enforceLicense(_0x322412);return;}try{require('./utils/hide')[_0x15f8e5(0x81)](process[_0x15f8e5(0x6c)](),{'skipJudger':isJudgerCommand()});}catch{}enforceLicense(_0x322412);const {initSoftware:_0x1fc1cd,checkForUpdates:_0x1c1539}=require('./functions/globals'),[_0x3ceebe,_0x1425e6]=await _0x1fc1cd(),_0x2376c8=_0x322412===_0x15f8e5(0x8c)||AUTH_FREE_COMMANDS['has'](_0x322412)||isMonotomicHelpRequest();if(!_0x2376c8){const {prompt:_0x1e6808}=require('inquirer');await _0x1c1539({'prompt':_0x1e6808,'cb':_0x3ceebe,'spinner':_0x1425e6});}else _0x3ceebe(!![]);}catch(_0x22888b){throw new Error(_0x22888b[_0x15f8e5(0x91)]);}}),Commands({'program':program,'prompt':(..._0x53ef45)=>require('inquirer')['prompt'](..._0x53ef45)}),program[a88_0x254221(0x85)](process[a88_0x254221(0x77)]);
2
+ const a88_0x352eab=a88_0x4b05;function a88_0x4f2f(){const _0x1d616f=['cwd','parseAsync','./denv','update','unhandledRejection','constructor','utf8','./logs/mError.log','__MONOTOMIC_CLI_COMMAND','-v,\x20--version','84pxvNCK','inquirer','search','./logs/error.log','12852LeTgWd','./package.json','toString','./helpers','2732961BnwEKC','has','16294370qEXEYm','path','995603cynKGM','message','102908GIpCkV','promises','commander','./utils/jwtVerify','ensureAllHiddenDefaults','init','./utils/hide','uncaughtException','join','1388950GUsusZ','561084hXkStA','argv','apply','prompt','5992MTLgok','writeFile','name','(((.+)+)+)+$','5yPjmSW'];a88_0x4f2f=function(){return _0x1d616f;};return a88_0x4f2f();}(function(_0x347bfe,_0x380961){const _0x1aeb83=a88_0x4b05,_0x1c49e5=_0x347bfe();while(!![]){try{const _0x41ef5b=parseInt(_0x1aeb83(0x101))/0x1+-parseInt(_0x1aeb83(0xe1))/0x2+parseInt(_0x1aeb83(0xfd))/0x3+parseInt(_0x1aeb83(0x103))/0x4*(-parseInt(_0x1aeb83(0xea))/0x5)+-parseInt(_0x1aeb83(0xe2))/0x6*(parseInt(_0x1aeb83(0xf5))/0x7)+parseInt(_0x1aeb83(0xe6))/0x8*(-parseInt(_0x1aeb83(0xf9))/0x9)+parseInt(_0x1aeb83(0xff))/0xa;if(_0x41ef5b===_0x380961)break;else _0x1c49e5['push'](_0x1c49e5['shift']());}catch(_0x3fa8d2){_0x1c49e5['push'](_0x1c49e5['shift']());}}}(a88_0x4f2f,0x985d5));const a88_0x15fc73=(function(){let _0x1f7026=!![];return function(_0x1ea68b,_0x303834){const _0x25207b=_0x1f7026?function(){const _0x37cd5b=a88_0x4b05;if(_0x303834){const _0x121bd0=_0x303834[_0x37cd5b(0xe4)](_0x1ea68b,arguments);return _0x303834=null,_0x121bd0;}}:function(){};return _0x1f7026=![],_0x25207b;};}()),a88_0x43a7d1=a88_0x15fc73(this,function(){const _0x228ca6=a88_0x4b05;return a88_0x43a7d1[_0x228ca6(0xfb)]()['search'](_0x228ca6(0xe9))[_0x228ca6(0xfb)]()[_0x228ca6(0xf0)](a88_0x43a7d1)[_0x228ca6(0xf7)](_0x228ca6(0xe9));});function a88_0x4b05(_0x363ea7,_0x566fd1){_0x363ea7=_0x363ea7-0xda;const _0x132408=a88_0x4f2f();let _0x43a7d1=_0x132408[_0x363ea7];return _0x43a7d1;}a88_0x43a7d1(),require(a88_0x352eab(0xed)),require(a88_0x352eab(0xfc));const fs=require('fs'),path=require(a88_0x352eab(0x100)),{Command}=require(a88_0x352eab(0xda)),program=new Command(),{appName,version,description}=require(a88_0x352eab(0xfa)),{AUTH_FREE_COMMANDS,isMonotomicHelpRequest,isFastBootCommand,requireSignedIn,resolveCliCommandFromArgv}=require(a88_0x352eab(0xdb)),{isJudgerCommand}=require('./utils/jdfr'),Commands=require('./commands');global['__MONOTOMIC_CLI_COMMAND']=resolveCliCommandFromArgv();function enforceLicense(_0x1e9423=''){const _0x17f0ab=a88_0x352eab;global[_0x17f0ab(0xf3)]=String(_0x1e9423||'')['toLowerCase'](),requireSignedIn(_0x1e9423);}process['on'](a88_0x352eab(0xef),async _0x42c239=>{const _0x2dfd48=a88_0x352eab;try{let _0x415b9d=path[_0x2dfd48(0xe0)](process[_0x2dfd48(0xeb)](),_0x2dfd48(0xf8));await fs[_0x2dfd48(0x104)][_0x2dfd48(0xe7)](_0x415b9d,_0x42c239+'\x0a',{'encoding':_0x2dfd48(0xf1),'flag':'a+','mode':0x1b6});}catch{}}),process['on'](a88_0x352eab(0xdf),async _0x2c42d3=>{const _0x23d649=a88_0x352eab;try{let _0x468ac2=path[_0x23d649(0xe0)](process[_0x23d649(0xeb)](),_0x23d649(0xf2));await fs[_0x23d649(0x104)]['writeFile'](_0x468ac2,_0x2c42d3+'\x0a',{'encoding':_0x23d649(0xf1),'flag':'a+','mode':0x1b6});}catch{}}),program[a88_0x352eab(0xe8)](''+appName)['version'](version,a88_0x352eab(0xf4))['description'](description)['hook']('preAction',async(_0x7e2282,_0x2519f5)=>{const _0x59c88e=a88_0x352eab;try{const _0x11dbdf=_0x2519f5[_0x59c88e(0xe8)]();if(isFastBootCommand(_0x11dbdf)){if(_0x11dbdf===_0x59c88e(0xdd))return;enforceLicense(_0x11dbdf);return;}try{require(_0x59c88e(0xde))[_0x59c88e(0xdc)](process[_0x59c88e(0xeb)](),{'skipJudger':isJudgerCommand()});}catch{}enforceLicense(_0x11dbdf);const {initSoftware:_0x16ff89,checkForUpdates:_0x12af08}=require('./functions/globals'),[_0x36029a,_0xc660c7]=await _0x16ff89(),_0x563c6c=_0x11dbdf===_0x59c88e(0xee)||AUTH_FREE_COMMANDS[_0x59c88e(0xfe)](_0x11dbdf)||isMonotomicHelpRequest();if(!_0x563c6c){const {prompt:_0x59cad7}=require(_0x59c88e(0xf6));await _0x12af08({'prompt':_0x59cad7,'cb':_0x36029a,'spinner':_0xc660c7});}else _0x36029a(!![]);}catch(_0x38464c){throw new Error(_0x38464c[_0x59c88e(0x102)]);}}),Commands({'program':program,'prompt':(..._0x384d8e)=>require(a88_0x352eab(0xf6))[a88_0x352eab(0xe5)](..._0x384d8e)}),program[a88_0x352eab(0xec)](process[a88_0x352eab(0xe3)]);
package/utils/checker.js CHANGED
@@ -1 +1 @@
1
- function a89_0x3263(_0xcd96df,_0x2bfd91){_0xcd96df=_0xcd96df-0x1b7;const _0x423da1=a89_0x5da4();let _0x4872a9=_0x423da1[_0xcd96df];return _0x4872a9;}const a89_0x458d1b=a89_0x3263;(function(_0x2130db,_0x4ede4a){const _0x4b8134=a89_0x3263,_0x158f15=_0x2130db();while(!![]){try{const _0x5dd157=-parseInt(_0x4b8134(0x1ba))/0x1*(-parseInt(_0x4b8134(0x1c0))/0x2)+parseInt(_0x4b8134(0x1c7))/0x3+parseInt(_0x4b8134(0x1c2))/0x4*(-parseInt(_0x4b8134(0x1c5))/0x5)+-parseInt(_0x4b8134(0x1c3))/0x6*(parseInt(_0x4b8134(0x1ca))/0x7)+parseInt(_0x4b8134(0x1c1))/0x8+-parseInt(_0x4b8134(0x1bd))/0x9*(parseInt(_0x4b8134(0x1bc))/0xa)+-parseInt(_0x4b8134(0x1cb))/0xb*(-parseInt(_0x4b8134(0x1bf))/0xc);if(_0x5dd157===_0x4ede4a)break;else _0x158f15['push'](_0x158f15['shift']());}catch(_0x352c1a){_0x158f15['push'](_0x158f15['shift']());}}}(a89_0x5da4,0xee9f1));const a89_0x4b5613=(function(){let _0x27bf7c=!![];return function(_0x332825,_0x4ca18e){const _0x345cdd=_0x27bf7c?function(){const _0x622453=a89_0x3263;if(_0x4ca18e){const _0x21a600=_0x4ca18e[_0x622453(0x1c4)](_0x332825,arguments);return _0x4ca18e=null,_0x21a600;}}:function(){};return _0x27bf7c=![],_0x345cdd;};}()),a89_0x4872a9=a89_0x4b5613(this,function(){const _0x1e2c71=a89_0x3263;return a89_0x4872a9[_0x1e2c71(0x1be)]()[_0x1e2c71(0x1b9)](_0x1e2c71(0x1b7))['toString']()[_0x1e2c71(0x1cc)](a89_0x4872a9)[_0x1e2c71(0x1b9)](_0x1e2c71(0x1b7));});a89_0x4872a9();function CheckIf(_0x171694,_0x503f22=null,_0x260e66){const _0x2ed61f=a89_0x3263;_0x171694=_0x171694[_0x2ed61f(0x1b8)]();for(let _0x12ec4c=_0x171694[_0x2ed61f(0x1bb)];_0x12ec4c--;){const _0x2c631e=_0x171694[_0x12ec4c];if(_0x503f22==_0x2ed61f(0x1c8)&&_0x2c631e)_0x260e66(),process[_0x2ed61f(0x1c9)](0x1);else{if(_0x2c631e)_0x260e66();}}}function a89_0x5da4(){const _0xa86ddb=['28214eunolB','3702208DURZMk','949772YRyHXA','30CyJpuO','apply','30pimwJb','exports','3787260FjgyPk','exit-process','exit','2341843cuLaWb','44693vfjRsj','constructor','(((.+)+)+)+$','reverse','search','52vTtWmf','length','30zEqAac','4208319boqXdJ','toString','8916dSlUcp'];a89_0x5da4=function(){return _0xa86ddb;};return a89_0x5da4();}module[a89_0x458d1b(0x1c6)]=CheckIf;
1
+ const a89_0x345f92=a89_0x2e1e;function a89_0x2e1e(_0x5cda17,_0x699bbe){_0x5cda17=_0x5cda17-0x189;const _0x317988=a89_0xe813();let _0x18b147=_0x317988[_0x5cda17];return _0x18b147;}(function(_0x21f14e,_0xc0f8b7){const _0x27a92f=a89_0x2e1e,_0x1854b0=_0x21f14e();while(!![]){try{const _0xdabc4b=parseInt(_0x27a92f(0x19b))/0x1*(parseInt(_0x27a92f(0x198))/0x2)+-parseInt(_0x27a92f(0x192))/0x3*(-parseInt(_0x27a92f(0x18d))/0x4)+parseInt(_0x27a92f(0x18b))/0x5+parseInt(_0x27a92f(0x197))/0x6*(parseInt(_0x27a92f(0x191))/0x7)+parseInt(_0x27a92f(0x19a))/0x8+parseInt(_0x27a92f(0x18e))/0x9+parseInt(_0x27a92f(0x18c))/0xa*(-parseInt(_0x27a92f(0x196))/0xb);if(_0xdabc4b===_0xc0f8b7)break;else _0x1854b0['push'](_0x1854b0['shift']());}catch(_0x191215){_0x1854b0['push'](_0x1854b0['shift']());}}}(a89_0xe813,0xdcd8d));const a89_0x24a95e=(function(){let _0x52a442=!![];return function(_0x206a38,_0x2f83a2){const _0x546a1c=_0x52a442?function(){if(_0x2f83a2){const _0x49a673=_0x2f83a2['apply'](_0x206a38,arguments);return _0x2f83a2=null,_0x49a673;}}:function(){};return _0x52a442=![],_0x546a1c;};}()),a89_0x18b147=a89_0x24a95e(this,function(){const _0x5a79fc=a89_0x2e1e;return a89_0x18b147[_0x5a79fc(0x195)]()[_0x5a79fc(0x18f)]('(((.+)+)+)+$')[_0x5a79fc(0x195)]()[_0x5a79fc(0x190)](a89_0x18b147)['search'](_0x5a79fc(0x193));});a89_0x18b147();function CheckIf(_0x4673e4,_0x386b6b=null,_0x27b8cd){const _0x52ac9f=a89_0x2e1e;_0x4673e4=_0x4673e4[_0x52ac9f(0x199)]();for(let _0x18e127=_0x4673e4[_0x52ac9f(0x194)];_0x18e127--;){const _0x526ab9=_0x4673e4[_0x18e127];if(_0x386b6b==_0x52ac9f(0x18a)&&_0x526ab9)_0x27b8cd(),process[_0x52ac9f(0x189)](0x1);else{if(_0x526ab9)_0x27b8cd();}}}function a89_0xe813(){const _0xf317fd=['reverse','3526592vGugST','45fUtxXo','exports','exit','exit-process','5675765mIAcaA','2230OGfZdf','978108gLlrdM','5699619wTXfHv','search','constructor','322lvMCHs','21acNHVr','(((.+)+)+)+$','length','toString','204083coGhAJ','90456StFerg','18998KMujzj'];a89_0xe813=function(){return _0xf317fd;};return a89_0xe813();}module[a89_0x345f92(0x19c)]=CheckIf;
package/utils/colors.js CHANGED
@@ -1 +1 @@
1
- function a90_0x22e7(_0x38dc94,_0x44f53e){_0x38dc94=_0x38dc94-0x198;var _0x52ff20=a90_0x33dd();var _0x4eb772=_0x52ff20[_0x38dc94];return _0x4eb772;}var a90_0x2b1f57=a90_0x22e7;(function(_0x2d8224,_0x1641f0){var _0x119eb4=a90_0x22e7,_0x5ec7ec=_0x2d8224();while(!![]){try{var _0x29d955=parseInt(_0x119eb4(0x1b6))/0x1*(parseInt(_0x119eb4(0x1b8))/0x2)+-parseInt(_0x119eb4(0x1ba))/0x3*(-parseInt(_0x119eb4(0x19c))/0x4)+-parseInt(_0x119eb4(0x1a0))/0x5+-parseInt(_0x119eb4(0x1ad))/0x6+-parseInt(_0x119eb4(0x1b1))/0x7+parseInt(_0x119eb4(0x1aa))/0x8*(parseInt(_0x119eb4(0x19b))/0x9)+parseInt(_0x119eb4(0x1ab))/0xa*(parseInt(_0x119eb4(0x1b9))/0xb);if(_0x29d955===_0x1641f0)break;else _0x5ec7ec['push'](_0x5ec7ec['shift']());}catch(_0x590258){_0x5ec7ec['push'](_0x5ec7ec['shift']());}}}(a90_0x33dd,0xe3beb));var a90_0x1bc3ce=(function(){var _0x3a355e=!![];return function(_0x397700,_0x4d3e46){var _0x430ee2=_0x3a355e?function(){var _0x25dab0=a90_0x22e7;if(_0x4d3e46){var _0x290321=_0x4d3e46[_0x25dab0(0x19d)](_0x397700,arguments);return _0x4d3e46=null,_0x290321;}}:function(){};return _0x3a355e=![],_0x430ee2;};}()),a90_0x4eb772=a90_0x1bc3ce(this,function(){var _0xf1d56c=a90_0x22e7;return a90_0x4eb772[_0xf1d56c(0x1b5)]()[_0xf1d56c(0x1a5)](_0xf1d56c(0x1a4))[_0xf1d56c(0x1b5)]()[_0xf1d56c(0x1b3)](a90_0x4eb772)[_0xf1d56c(0x1a5)](_0xf1d56c(0x1a4));});function a90_0x33dd(){var _0x114948=['100vsDWms','26548159fcVcOg','285060wynRjX','\x1b[31m','\x1b[44m','\x1b[38;5;209m','\x1b[0m','\x1b[5m','19989CzrKym','24tcwTge','apply','\x1b[47m','\x1b[42m','7098020ppVBOI','\x1b[48;5;209m','exports','\x1b[48;5;105m','(((.+)+)+)+$','search','\x1b[2m','\x1b[8m','\x1b[43m','\x1b[41m','6664JZgjHX','10CHpnNa','\x1b[46m','5963814dXgMoD','\x1b[38;5;105m','\x1b[40m','\x1b[34m','10617712BsLDJz','\x1b[35m','constructor','\x1b[36m','toString','591LMSXIc','\x1b[30m'];a90_0x33dd=function(){return _0x114948;};return a90_0x33dd();}a90_0x4eb772(),module[a90_0x2b1f57(0x1a2)]={'reset':a90_0x2b1f57(0x199),'bright':'\x1b[1m','dim':a90_0x2b1f57(0x1a6),'underscore':'\x1b[4m','blink':a90_0x2b1f57(0x19a),'reverse':'\x1b[7m','hidden':a90_0x2b1f57(0x1a7),'black':a90_0x2b1f57(0x1b7),'red':a90_0x2b1f57(0x1bb),'green':'\x1b[32m','yellow':'\x1b[33m','orange':a90_0x2b1f57(0x198),'purple':a90_0x2b1f57(0x1ae),'blue':a90_0x2b1f57(0x1b0),'magenta':a90_0x2b1f57(0x1b2),'cyan':a90_0x2b1f57(0x1b4),'white':'\x1b[37m','BGblack':a90_0x2b1f57(0x1af),'BGred':a90_0x2b1f57(0x1a9),'BGgreen':a90_0x2b1f57(0x19f),'BGyellow':a90_0x2b1f57(0x1a8),'BGorange':a90_0x2b1f57(0x1a1),'BGpurple':a90_0x2b1f57(0x1a3),'BGblue':a90_0x2b1f57(0x1bc),'BGmagenta':'\x1b[45m','BGcyan':a90_0x2b1f57(0x1ac),'BGwhite':a90_0x2b1f57(0x19e)};
1
+ function a90_0x14a7(_0x30440a,_0x273bf4){_0x30440a=_0x30440a-0x19c;var _0x4346cc=a90_0xc66a();var _0xeaf726=_0x4346cc[_0x30440a];return _0xeaf726;}function a90_0xc66a(){var _0x4c10a1=['\x1b[30m','search','\x1b[48;5;209m','\x1b[46m','352515BtTunT','\x1b[43m','\x1b[38;5;105m','\x1b[7m','\x1b[35m','\x1b[45m','\x1b[5m','\x1b[8m','\x1b[31m','77991URycRo','\x1b[1m','exports','(((.+)+)+)+$','toString','\x1b[42m','\x1b[48;5;105m','\x1b[40m','1934835ICRVvk','\x1b[32m','397086NAvnEA','apply','\x1b[33m','966166darCdB','\x1b[37m','35985LRpJnK','\x1b[4m','156WvvBlZ','\x1b[47m','\x1b[2m','\x1b[34m','constructor','\x1b[38;5;209m','4698768yioLcu'];a90_0xc66a=function(){return _0x4c10a1;};return a90_0xc66a();}var a90_0x4a5959=a90_0x14a7;(function(_0x5db490,_0x13bcf7){var _0x33b1d7=a90_0x14a7,_0x19e53c=_0x5db490();while(!![]){try{var _0x478fef=-parseInt(_0x33b1d7(0x1bd))/0x1+-parseInt(_0x33b1d7(0x1a5))/0x2+-parseInt(_0x33b1d7(0x1b4))/0x3+-parseInt(_0x33b1d7(0x1a9))/0x4*(-parseInt(_0x33b1d7(0x1a7))/0x5)+-parseInt(_0x33b1d7(0x1a2))/0x6+parseInt(_0x33b1d7(0x1a0))/0x7+parseInt(_0x33b1d7(0x1af))/0x8;if(_0x478fef===_0x13bcf7)break;else _0x19e53c['push'](_0x19e53c['shift']());}catch(_0xfd4065){_0x19e53c['push'](_0x19e53c['shift']());}}}(a90_0xc66a,0x6193a));var a90_0x51208a=(function(){var _0x57912c=!![];return function(_0x216af5,_0x19c369){var _0x22d023=_0x57912c?function(){var _0x32a7ab=a90_0x14a7;if(_0x19c369){var _0x4b06d7=_0x19c369[_0x32a7ab(0x1a3)](_0x216af5,arguments);return _0x19c369=null,_0x4b06d7;}}:function(){};return _0x57912c=![],_0x22d023;};}()),a90_0xeaf726=a90_0x51208a(this,function(){var _0x4eaf73=a90_0x14a7;return a90_0xeaf726[_0x4eaf73(0x19c)]()[_0x4eaf73(0x1b1)](_0x4eaf73(0x1c0))[_0x4eaf73(0x19c)]()[_0x4eaf73(0x1ad)](a90_0xeaf726)[_0x4eaf73(0x1b1)](_0x4eaf73(0x1c0));});a90_0xeaf726(),module[a90_0x4a5959(0x1bf)]={'reset':'\x1b[0m','bright':a90_0x4a5959(0x1be),'dim':a90_0x4a5959(0x1ab),'underscore':a90_0x4a5959(0x1a8),'blink':a90_0x4a5959(0x1ba),'reverse':a90_0x4a5959(0x1b7),'hidden':a90_0x4a5959(0x1bb),'black':a90_0x4a5959(0x1b0),'red':a90_0x4a5959(0x1bc),'green':a90_0x4a5959(0x1a1),'yellow':a90_0x4a5959(0x1a4),'orange':a90_0x4a5959(0x1ae),'purple':a90_0x4a5959(0x1b6),'blue':a90_0x4a5959(0x1ac),'magenta':a90_0x4a5959(0x1b8),'cyan':'\x1b[36m','white':a90_0x4a5959(0x1a6),'BGblack':a90_0x4a5959(0x19f),'BGred':'\x1b[41m','BGgreen':a90_0x4a5959(0x19d),'BGyellow':a90_0x4a5959(0x1b5),'BGorange':a90_0x4a5959(0x1b2),'BGpurple':a90_0x4a5959(0x19e),'BGblue':'\x1b[44m','BGmagenta':a90_0x4a5959(0x1b9),'BGcyan':a90_0x4a5959(0x1b3),'BGwhite':a90_0x4a5959(0x1aa)};
package/utils/features.js CHANGED
@@ -1 +1 @@
1
- function a91_0x1b0e(_0x32be92,_0x4ffc0f){_0x32be92=_0x32be92-0x1e5;var _0x12e8b7=a91_0x4f56();var _0x207ec3=_0x12e8b7[_0x32be92];return _0x207ec3;}var a91_0x21ae4d=a91_0x1b0e;(function(_0x29e35c,_0x26703d){var _0x25d434=a91_0x1b0e,_0x1da558=_0x29e35c();while(!![]){try{var _0x4dcf91=-parseInt(_0x25d434(0x25b))/0x1*(-parseInt(_0x25d434(0x229))/0x2)+-parseInt(_0x25d434(0x217))/0x3+-parseInt(_0x25d434(0x252))/0x4*(-parseInt(_0x25d434(0x267))/0x5)+-parseInt(_0x25d434(0x220))/0x6*(-parseInt(_0x25d434(0x212))/0x7)+-parseInt(_0x25d434(0x1e9))/0x8*(parseInt(_0x25d434(0x25c))/0x9)+-parseInt(_0x25d434(0x21b))/0xa+-parseInt(_0x25d434(0x261))/0xb*(parseInt(_0x25d434(0x25d))/0xc);if(_0x4dcf91===_0x26703d)break;else _0x1da558['push'](_0x1da558['shift']());}catch(_0x5e4dc3){_0x1da558['push'](_0x1da558['shift']());}}}(a91_0x4f56,0x5839a));var a91_0x29709f=(function(){var _0x26a826=!![];return function(_0x460532,_0x4ce25e){var _0x279fbe=_0x26a826?function(){var _0x44d115=a91_0x1b0e;if(_0x4ce25e){var _0x3fb090=_0x4ce25e[_0x44d115(0x1fc)](_0x460532,arguments);return _0x4ce25e=null,_0x3fb090;}}:function(){};return _0x26a826=![],_0x279fbe;};}()),a91_0x207ec3=a91_0x29709f(this,function(){var _0x3c7936=a91_0x1b0e;return a91_0x207ec3['toString']()[_0x3c7936(0x25e)](_0x3c7936(0x266))[_0x3c7936(0x216)]()[_0x3c7936(0x26a)](a91_0x207ec3)['search']('(((.+)+)+)+$');});function a91_0x4f56(){var _0x18d6d8=['use_zimbra_smtp','Attach\x20external\x20files\x20from\x20zip_file_path\x20/\x20zip_file_paths.\x20When\x20zip_pack_as_archive\x20is\x20true,\x20files\x20are\x20bundled\x20into\x20one\x20.zip.\x20Set\x20zip_use_password\x20true\x20+\x20zip_password\x20to\x20AES-256\x20lock\x20the\x20archive.','Convert\x20readable\x20HTML\x20text\x20into\x20a\x20.wav\x20audio\x20attachment\x20using\x20the\x20HTML2WAV\x20backend.','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20DOC\x20file\x20using\x20your\x20HTML.','Send\x20out\x20with\x20attachments\x20as\x20normal.','multiple_proxy_engine','Any\x20message_to_*\x20attachment\x20path\x20may\x20use\x20.html,\x20.md,\x20or\x20.odt\x20as\x20the\x20source\x20file\x20(e.g.\x20attachments_msgs/messages-pdf.md\x20for\x20PDF\x20output).','PDF\x20Password','445294DoOYhe','Hide\x20the\x20sender\x20e-mail\x20in\x20the\x20visible\x20From:\x20header\x20(display\x20name\x20only).\x20SMTP\x20envelope\x20still\x20uses\x20the\x20real\x20address\x20so\x20delivery\x20and\x20bounces\x20keep\x20working.','qr_code','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20EPUB\x20file\x20using\x20your\x20HTML.','Proxy\x20SOCKS\x20Direct\x20Engine','zip_pack_as_archive','Welcome\x20to\x20the\x20slow\x20part.\x20Delay\x20your\x20sendout\x20be\x20timing\x20seconds.','Bulk\x20SMTP,\x20test\x20and\x20send\x20with\x20any\x20amount\x20of\x20smtp\x20list\x20as\x20you\x20wish.','Multiple\x20Proxy\x20Engine','Message\x20to\x20WAV','Message\x20to\x20MOV','message_to_rtf','use_bcc','message_to_epub','Live\x20View','use_exchange_smtp','obfuscator_autograb','Exchange\x20SMTP','zip_archive_filename','exports','multiple_senders','use_attachment','Message\x20to\x20Excel','pdf_orientation','PDF\x20Footer','Multiple\x20From\x20Names','Multiple\x20Subjects','Zimbra\x20SOAP\x20Fallback','PDF\x20Header','Message\x20to\x20PDF','message_to_xlsx','PDF\x20Watermark','retry_again_times','Rotate\x20sender\x20From\x20addresses\x20from\x20bulk-from-mail.txt\x20while\x20bulk\x20SMTP\x20is\x20sending.','Use\x20a\x20new\x20link\x20per\x20thread,\x20while\x20sending\x20out.','message_to_md','Message\x20to\x20EPUB','Attachments','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20XLSX\x20file\x20using\x20your\x20HTML.','Bulk\x20SMTP','Rotate\x20IP','344636HlUQUX','obfuscator_link','Message\x20to\x20ODT','message_to_pdf','is_multi_thread','Turbo\x20Mode','QR\x20Code','zip_password','Free\x20Sending','1BhOBvs','9SChFWo','1043796pWIbOX','search','Render\x20a\x20custom\x20text\x20footer\x20at\x20the\x20bottom\x20of\x20every\x20page.','Send\x20your\x20message-body\x20as\x20an\x20image.\x20Be\x20sure\x20you\x20follow\x20the\x20docs.','22fpiQXb','Message\x20to\x20ICS','bulk_smtp','message_to_image_link','Delay\x20Sending','(((.+)+)+)+$','40fDVpqO','Message\x20to\x20PowerPoint','Send\x20for\x20FREE\x20without\x20SMTP,\x20make\x20sure\x20to\x20sendout\x20with\x20a\x20good\x20from_email.','constructor','Send\x20direct-to-recipient\x20MX\x20through\x20validated\x20SOCKS4/SOCKS5\x20proxies.\x20Single\x20proxy\x20comes\x20from\x20monotomic.json\x20proxy_engine;\x20bulk\x20rotation\x20uses\x20proxy_engine.txt\x20when\x20multiple_proxy_engine\x20is\x20true.','pdf_watermark','conversion_source_templates','pdf_header','3974264UZqRzh','EML\x20Attachments','message_encryption_preset','qr_code_link','Retry\x20Again','zip_file_path','Yes!\x20This\x20feature\x20is\x20the\x20good\x20thing.\x20Use\x20it\x20to\x20send\x20for\x20mobiles;\x20turn\x20on\x20the\x20settings.\x20Embeds\x20the\x20recipient\x27s\x20domain\x20favicon\x20in\x20the\x20centre\x20when\x20qr_code_logo\x20is\x20on.','embedded_file','Markdown\x20/\x20ODT\x20Source\x20Templates','pdf_password','Use\x20this\x20to\x20send\x20and\x20test\x20for\x20great\x20subject.','Use\x20proxy_engine.txt\x20as\x20the\x20bulk\x20SOCKS\x20proxy\x20source\x20for\x20Proxy\x20SOCKS\x20Direct\x20Engine\x20instead\x20of\x20the\x20single\x20monotomic.json\x20proxy_engine\x20block.','message_to_ics','message_to_odt','turbo_mode','Encrypt\x20the\x20messages.html\x20body\x20letter\x20only\x20(not\x20attachments).\x20All\x20placeholders\x20are\x20interpreted\x20first,\x20then\x20the\x20chosen\x20preset\x20encodes\x20the\x20body\x20so\x20the\x20original\x20HTML\x20still\x20renders\x20on\x20open.\x20preset20\x20=\x20zero-font.','Use\x20OWA\x20as\x20SMTP,\x20sendout\x20with\x20office\x20and\x20outlook.','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20PDF\x20file\x20using\x20your\x20HTML.','Hide\x20your\x20To:,\x20sendout\x20in\x20bcc.','apply','message_to_pptx','Use\x20a\x20new\x20\x27from_name\x27\x20per\x20thread,\x20while\x20sending\x20out.','delay_sending_seconds','obfuscator','Render\x20a\x20rotated,\x20semi-transparent\x20text\x20overlay\x20on\x20every\x20page\x20of\x20the\x20generated\x20PDF.','How\x20many\x20do\x20you\x20want\x20to\x20send\x20per\x20fire?\x20Try\x20this\x20feature.\x20Default\x20is\x20...','obfuscator_autograb_params','Message\x20Body\x20Letter\x20Encryption','Multiple\x20Senders','Light\x20speed,\x20super-fast\x20sending.\x20Turbo\x20mode\x20is\x20quick\x20to\x20inbox.','Message\x20to\x20DOC','multiple_links','use_free_sending','Switch\x20between\x20IP\x20and\x20Proxies.\x20Try\x20this\x20out\x20quickly','embedded_file_path','Hide\x20From\x20Email','retry_again','Bcc','There\x20are\x20some\x20conflicts,\x20look\x20well.\x20This\x20feature\x20added\x20a\x20local\x20file\x20to\x20your\x20message\x20body.','message_to_wav','rotate_ip','8701aBIoUA','live_view','zip_attachment','QR\x20Code\x20(with\x20logo)','toString','1252785rQYjoA','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20PPTX\x20file\x20using\x20your\x20HTML.','use_hide_from_email','Retry\x20failed\x20sends\x20before\x20moving\x20on.\x20Set\x20retry_again\x20true\x20and\x20retry_again_times\x20to\x20the\x20number\x20of\x20retry\x20attempts\x20(e.g.\x203).\x20Works\x20for\x20SMTP,\x20free\x20sending,\x20DNS\x20MX,\x20and\x20proxy-engine\x20delivery.','911630ReBOxt','Convert\x20HTML\x20(or\x20.md\x20/\x20.odt\x20source\x20templates)\x20into\x20an\x20OpenDocument\x20.odt\x20attachment.','message_to_image','proxy_socks_direct_engine','Render\x20a\x20custom\x20text\x20header\x20at\x20the\x20top\x20of\x20every\x20page.','3036GzNfWS'];a91_0x4f56=function(){return _0x18d6d8;};return a91_0x4f56();}a91_0x207ec3(),module[a91_0x21ae4d(0x23c)]=[{'title':a91_0x21ae4d(0x257),'ref':a91_0x21ae4d(0x1f7),'conflicts':['delay_sending'],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x206)},{'title':a91_0x21ae4d(0x22d),'ref':a91_0x21ae4d(0x21e),'conflicts':[a91_0x21ae4d(0x209),a91_0x21ae4d(0x221),a91_0x21ae4d(0x238),a91_0x21ae4d(0x211)],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x226)],'description':a91_0x21ae4d(0x1e5)},{'title':a91_0x21ae4d(0x231),'ref':a91_0x21ae4d(0x226),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x1f4)},{'title':a91_0x21ae4d(0x237),'ref':a91_0x21ae4d(0x213),'conflicts':[],'exempts':[],'premium':!![],'children':['live_view_theme'],'description':'Lights\x20and\x20Speed,\x20super-fast\x20sending.\x20Get\x20the\x20feeling\x20of\x20Sending\x20out.'},{'title':a91_0x21ae4d(0x244),'ref':a91_0x21ae4d(0x221),'conflicts':['use_free_sending','use_exchange_smtp'],'exempts':[],'premium':!![],'children':[],'description':'When\x20normal\x20SMTP\x20submit\x20fails\x20against\x20a\x20Zimbra-shaped\x20host,\x20retry\x20once\x20via\x20the\x20Zimbra\x20SOAP\x20API\x20(https://<host>/service/soap)\x20using\x20the\x20same\x20SMTP\x20credentials.'},{'title':a91_0x21ae4d(0x23a),'ref':a91_0x21ae4d(0x238),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x1f9)},{'title':a91_0x21ae4d(0x25a),'ref':'use_free_sending','conflicts':['use_exchange_smtp',a91_0x21ae4d(0x263),a91_0x21ae4d(0x211)],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x269)},{'title':a91_0x21ae4d(0x20e),'ref':a91_0x21ae4d(0x235),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x1fb)},{'title':a91_0x21ae4d(0x20c),'ref':a91_0x21ae4d(0x219),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x22a)},{'title':a91_0x21ae4d(0x250),'ref':a91_0x21ae4d(0x263),'conflicts':[a91_0x21ae4d(0x209)],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x230)},{'title':'Bulk\x20From\x20Mail','ref':'bulk_from_mails','conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x24a)},{'title':a91_0x21ae4d(0x205),'ref':a91_0x21ae4d(0x23d),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':'Test\x20for\x20a\x20valid\x20sender,\x20anytime\x20anyday,\x20before\x20sending\x20out.'},{'title':a91_0x21ae4d(0x243),'ref':'multiple_subjects','conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x1f3)},{'title':'Multiple\x20Links','ref':a91_0x21ae4d(0x208),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x24b)},{'title':a91_0x21ae4d(0x242),'ref':'multiple_from_names','conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x1fe)},{'title':'Message\x20to\x20Image','ref':a91_0x21ae4d(0x21d),'conflicts':[a91_0x21ae4d(0x1f0)],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x264)],'description':a91_0x21ae4d(0x260)},{'title':a91_0x21ae4d(0x246),'ref':a91_0x21ae4d(0x255),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x240),a91_0x21ae4d(0x23e)],'description':a91_0x21ae4d(0x1fa)},{'title':a91_0x21ae4d(0x228),'ref':a91_0x21ae4d(0x1f2),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':'Password-protect\x20every\x20generated\x20PDF\x20(Standard\x20Security\x20Handler\x20V1/R2).\x20Recipients\x20must\x20enter\x20this\x20password\x20to\x20open\x20the\x20file.'},{'title':a91_0x21ae4d(0x248),'ref':a91_0x21ae4d(0x1e6),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x201)},{'title':a91_0x21ae4d(0x245),'ref':a91_0x21ae4d(0x1e8),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x21f)},{'title':a91_0x21ae4d(0x241),'ref':'pdf_footer','conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x25f)},{'title':a91_0x21ae4d(0x207),'ref':'message_to_doc','conflicts':[],'exempts':[],'premium':!![],'children':['use_attachment'],'description':a91_0x21ae4d(0x224)},{'title':'Message\x20to\x20RTF','ref':a91_0x21ae4d(0x234),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':'Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20RTF\x20file\x20using\x20your\x20HTML.'},{'title':a91_0x21ae4d(0x24d),'ref':a91_0x21ae4d(0x236),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':a91_0x21ae4d(0x22c)},{'title':a91_0x21ae4d(0x23f),'ref':a91_0x21ae4d(0x247),'conflicts':[],'exempts':[],'premium':!![],'children':['use_attachment'],'description':a91_0x21ae4d(0x24f)},{'title':a91_0x21ae4d(0x268),'ref':a91_0x21ae4d(0x1fd),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':a91_0x21ae4d(0x218)},{'title':a91_0x21ae4d(0x262),'ref':a91_0x21ae4d(0x1f5),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':'Convert\x20HTML\x20with\x20data-ical-*\x20fields\x20into\x20a\x20standards-compliant\x20.ics\x20calendar\x20attachment.'},{'title':a91_0x21ae4d(0x232),'ref':a91_0x21ae4d(0x210),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':a91_0x21ae4d(0x223)},{'title':a91_0x21ae4d(0x233),'ref':'message_to_mov','conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':'Render\x20HTML\x20into\x20a\x20QuickTime\x20.mov\x20video\x20attachment\x20using\x20the\x20HTML2MOV\x20backend.'},{'title':'Message\x20to\x20Markdown','ref':a91_0x21ae4d(0x24c),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':'Convert\x20HTML\x20(or\x20.md\x20/\x20.odt\x20source\x20templates)\x20into\x20a\x20.md\x20Markdown\x20attachment.'},{'title':a91_0x21ae4d(0x254),'ref':a91_0x21ae4d(0x1f6),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x23e)],'description':a91_0x21ae4d(0x21c)},{'title':a91_0x21ae4d(0x1f1),'ref':a91_0x21ae4d(0x1e7),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x227)},{'title':a91_0x21ae4d(0x265),'ref':'delay_sending','conflicts':[a91_0x21ae4d(0x1f7)],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x1ff)],'description':a91_0x21ae4d(0x22f)},{'title':a91_0x21ae4d(0x24e),'ref':a91_0x21ae4d(0x23e),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x21ae4d(0x225)},{'title':a91_0x21ae4d(0x1ea),'ref':'eml_attachment','conflicts':[],'exempts':[],'premium':!![],'children':[],'description':'Send\x20out\x20with\x20eml\x20attachments\x20as\x20normal.\x20Thinking\x20well.'},{'title':'External\x20File\x20Attachments','ref':a91_0x21ae4d(0x214),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x21ae4d(0x1ee),'zip_file_paths',a91_0x21ae4d(0x22e),a91_0x21ae4d(0x23b),'zip_use_password',a91_0x21ae4d(0x259)],'description':a91_0x21ae4d(0x222)},{'title':'Message\x20Encryption','title':a91_0x21ae4d(0x204),'ref':'message_encryption','conflicts':[],'exempts':[],'premium':![],'children':[a91_0x21ae4d(0x1eb)],'description':a91_0x21ae4d(0x1f8)},{'title':'Link\x20Obfuscator','ref':a91_0x21ae4d(0x200),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x21ae4d(0x253),'obfuscator_preset',a91_0x21ae4d(0x239),a91_0x21ae4d(0x203)],'description':'Add\x20a\x20link\x20in\x20obfuscator_link\x20and\x20it\x20is\x20auto-converted\x20into\x20an\x20HTML\x20attachment\x20(attachments.html).\x20No\x20need\x20to\x20enable\x20use_attachment\x20or\x20activate\x20attachments.html\x20manually.'},{'title':'Embedded\x20Image','ref':a91_0x21ae4d(0x1f0),'conflicts':[a91_0x21ae4d(0x21d)],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x20b)],'description':a91_0x21ae4d(0x20f)},{'title':a91_0x21ae4d(0x258),'titleFn':_0x1f683c=>_0x1f683c&&_0x1f683c[a91_0x21ae4d(0x22b)]&&_0x1f683c['qr_code_logo']?a91_0x21ae4d(0x215):a91_0x21ae4d(0x258),'ref':a91_0x21ae4d(0x22b),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x21ae4d(0x1ec)],'description':a91_0x21ae4d(0x1ef)},{'title':'Multi\x20Thread','ref':a91_0x21ae4d(0x256),'conflicts':[],'exempts':[],'premium':![],'children':['how_many_thread'],'description':a91_0x21ae4d(0x202)},{'title':a91_0x21ae4d(0x251),'ref':a91_0x21ae4d(0x211),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x21ae4d(0x20a)},{'title':a91_0x21ae4d(0x1ed),'ref':a91_0x21ae4d(0x20d),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x21ae4d(0x249)],'description':a91_0x21ae4d(0x21a)}];
1
+ var a91_0x48ab73=a91_0x3f22;(function(_0x5e4d28,_0x4a7200){var _0x10f85d=a91_0x3f22,_0xf75abe=_0x5e4d28();while(!![]){try{var _0x5ae6ac=parseInt(_0x10f85d(0x14c))/0x1+parseInt(_0x10f85d(0x12d))/0x2*(-parseInt(_0x10f85d(0x179))/0x3)+-parseInt(_0x10f85d(0x177))/0x4*(parseInt(_0x10f85d(0x17e))/0x5)+-parseInt(_0x10f85d(0x136))/0x6*(parseInt(_0x10f85d(0x195))/0x7)+parseInt(_0x10f85d(0x13d))/0x8*(parseInt(_0x10f85d(0x154))/0x9)+-parseInt(_0x10f85d(0x12b))/0xa+parseInt(_0x10f85d(0x16f))/0xb*(parseInt(_0x10f85d(0x18b))/0xc);if(_0x5ae6ac===_0x4a7200)break;else _0xf75abe['push'](_0xf75abe['shift']());}catch(_0x2f0e92){_0xf75abe['push'](_0xf75abe['shift']());}}}(a91_0x21c9,0xbef12));function a91_0x21c9(){var _0x4fa542=['55ehQsMq','Send\x20out\x20with\x20attachments\x20as\x20normal.','Hide\x20the\x20sender\x20e-mail\x20in\x20the\x20visible\x20From:\x20header\x20(display\x20name\x20only).\x20SMTP\x20envelope\x20still\x20uses\x20the\x20real\x20address\x20so\x20delivery\x20and\x20bounces\x20keep\x20working.','retry_again_times','Message\x20to\x20Markdown','multiple_from_names','proxy_socks_direct_engine','message_to_pptx','Multiple\x20Proxy\x20Engine','Message\x20to\x20MOV','Message\x20to\x20EPUB','Multiple\x20From\x20Names','Use\x20this\x20to\x20send\x20and\x20test\x20for\x20great\x20subject.','12BwbniS','zip_attachment','EML\x20Attachments','Render\x20a\x20rotated,\x20semi-transparent\x20text\x20overlay\x20on\x20every\x20page\x20of\x20the\x20generated\x20PDF.','qr_code_logo','pdf_orientation','zip_archive_filename','Attachments','eml_attachment','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20PPTX\x20file\x20using\x20your\x20HTML.','10680341CbWXTx','embedded_file','search','Multiple\x20Senders','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20XLSX\x20file\x20using\x20your\x20HTML.','QR\x20Code\x20(with\x20logo)','Test\x20for\x20a\x20valid\x20sender,\x20anytime\x20anyday,\x20before\x20sending\x20out.','message_to_epub','how_many_thread','zip_file_paths','Render\x20a\x20custom\x20text\x20header\x20at\x20the\x20top\x20of\x20every\x20page.','Message\x20to\x20Image','Use\x20a\x20new\x20\x27from_name\x27\x20per\x20thread,\x20while\x20sending\x20out.','use_exchange_smtp','Hide\x20your\x20To:,\x20sendout\x20in\x20bcc.','There\x20are\x20some\x20conflicts,\x20look\x20well.\x20This\x20feature\x20added\x20a\x20local\x20file\x20to\x20your\x20message\x20body.','toString','multiple_subjects','message_to_ics','Bulk\x20From\x20Mail','QR\x20Code','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20PDF\x20file\x20using\x20your\x20HTML.','Markdown\x20/\x20ODT\x20Source\x20Templates','Message\x20to\x20PDF','obfuscator_autograb_params','multiple_links','Render\x20a\x20custom\x20text\x20footer\x20at\x20the\x20bottom\x20of\x20every\x20page.','Bulk\x20SMTP','use_hide_from_email','pdf_header','zip_file_path','bulk_from_mails','Bcc','13244860nlJpto','is_multi_thread','1992296mEHFXm','message_to_mov','Encrypt\x20the\x20messages.html\x20body\x20letter\x20only\x20(not\x20attachments).\x20All\x20placeholders\x20are\x20interpreted\x20first,\x20then\x20the\x20chosen\x20preset\x20encodes\x20the\x20body\x20so\x20the\x20original\x20HTML\x20still\x20renders\x20on\x20open.\x20preset20\x20=\x20zero-font.','message_to_md','Add\x20a\x20link\x20in\x20obfuscator_link\x20and\x20it\x20is\x20auto-converted\x20into\x20an\x20HTML\x20attachment\x20(attachments.html).\x20No\x20need\x20to\x20enable\x20use_attachment\x20or\x20activate\x20attachments.html\x20manually.','Free\x20Sending','Convert\x20HTML\x20(or\x20.md\x20/\x20.odt\x20source\x20templates)\x20into\x20a\x20.md\x20Markdown\x20attachment.','retry_again','Convert\x20HTML\x20(or\x20.md\x20/\x20.odt\x20source\x20templates)\x20into\x20an\x20OpenDocument\x20.odt\x20attachment.','6AnISki','use_free_sending','Bulk\x20SMTP,\x20test\x20and\x20send\x20with\x20any\x20amount\x20of\x20smtp\x20list\x20as\x20you\x20wish.','Retry\x20Again','(((.+)+)+)+$','Live\x20View','Use\x20OWA\x20as\x20SMTP,\x20sendout\x20with\x20office\x20and\x20outlook.','6487832VmzGFm','zip_pack_as_archive','constructor','Light\x20speed,\x20super-fast\x20sending.\x20Turbo\x20mode\x20is\x20quick\x20to\x20inbox.','Rotate\x20sender\x20From\x20addresses\x20from\x20bulk-from-mail.txt\x20while\x20bulk\x20SMTP\x20is\x20sending.','Turbo\x20Mode','Retry\x20failed\x20sends\x20before\x20moving\x20on.\x20Set\x20retry_again\x20true\x20and\x20retry_again_times\x20to\x20the\x20number\x20of\x20retry\x20attempts\x20(e.g.\x203).\x20Works\x20for\x20SMTP,\x20free\x20sending,\x20DNS\x20MX,\x20and\x20proxy-engine\x20delivery.','Message\x20to\x20WAV','Exchange\x20SMTP','message_to_image','message_to_doc','conversion_source_templates','Message\x20to\x20PowerPoint','use_attachment','obfuscator','1468367HhXGgD','multiple_senders','message_encryption','Send\x20for\x20FREE\x20without\x20SMTP,\x20make\x20sure\x20to\x20sendout\x20with\x20a\x20good\x20from_email.','Message\x20to\x20Excel','Message\x20to\x20RTF','Send\x20direct-to-recipient\x20MX\x20through\x20validated\x20SOCKS4/SOCKS5\x20proxies.\x20Single\x20proxy\x20comes\x20from\x20monotomic.json\x20proxy_engine;\x20bulk\x20rotation\x20uses\x20proxy_engine.txt\x20when\x20multiple_proxy_engine\x20is\x20true.','Send\x20your\x20message-body\x20as\x20an\x20image.\x20Be\x20sure\x20you\x20follow\x20the\x20docs.','9oJEimB','obfuscator_preset','embedded_file_path','delay_sending','Hide\x20From\x20Email','qr_code','Yes!\x20This\x20feature\x20is\x20the\x20good\x20thing.\x20Use\x20it\x20to\x20send\x20for\x20mobiles;\x20turn\x20on\x20the\x20settings.\x20Embeds\x20the\x20recipient\x27s\x20domain\x20favicon\x20in\x20the\x20centre\x20when\x20qr_code_logo\x20is\x20on.','message_to_odt','message_encryption_preset','rotate_ip','message_to_rtf','pdf_footer','Multi\x20Thread','PDF\x20Footer','External\x20File\x20Attachments','zip_use_password','Use\x20proxy_engine.txt\x20as\x20the\x20bulk\x20SOCKS\x20proxy\x20source\x20for\x20Proxy\x20SOCKS\x20Direct\x20Engine\x20instead\x20of\x20the\x20single\x20monotomic.json\x20proxy_engine\x20block.','pdf_password','message_to_xlsx','Any\x20message_to_*\x20attachment\x20path\x20may\x20use\x20.html,\x20.md,\x20or\x20.odt\x20as\x20the\x20source\x20file\x20(e.g.\x20attachments_msgs/messages-pdf.md\x20for\x20PDF\x20output).','obfuscator_link','Convert\x20HTML\x20with\x20data-ical-*\x20fields\x20into\x20a\x20standards-compliant\x20.ics\x20calendar\x20attachment.','message_to_pdf','Welcome\x20to\x20the\x20slow\x20part.\x20Delay\x20your\x20sendout\x20be\x20timing\x20seconds.','Switch\x20between\x20IP\x20and\x20Proxies.\x20Try\x20this\x20out\x20quickly','multiple_proxy_engine','Rotate\x20IP','32584574jVSkLF','use_bcc','Attach\x20external\x20files\x20from\x20zip_file_path\x20/\x20zip_file_paths.\x20When\x20zip_pack_as_archive\x20is\x20true,\x20files\x20are\x20bundled\x20into\x20one\x20.zip.\x20Set\x20zip_use_password\x20true\x20+\x20zip_password\x20to\x20AES-256\x20lock\x20the\x20archive.','Send\x20out\x20with\x20eml\x20attachments\x20as\x20normal.\x20Thinking\x20well.','Multiple\x20Subjects','Message\x20Body\x20Letter\x20Encryption','apply','Message\x20Encryption','222940VcLNiW','Multiple\x20Links','3QYeqoO','Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20EPUB\x20file\x20using\x20your\x20HTML.','live_view_theme','use_zimbra_smtp','bulk_smtp'];a91_0x21c9=function(){return _0x4fa542;};return a91_0x21c9();}var a91_0x536096=(function(){var _0x38a6d9=!![];return function(_0x51c763,_0x1bfa66){var _0x1f0404=_0x38a6d9?function(){var _0x3affc6=a91_0x3f22;if(_0x1bfa66){var _0x384b5b=_0x1bfa66[_0x3affc6(0x175)](_0x51c763,arguments);return _0x1bfa66=null,_0x384b5b;}}:function(){};return _0x38a6d9=![],_0x1f0404;};}()),a91_0xea2b0d=a91_0x536096(this,function(){var _0x104fdc=a91_0x3f22;return a91_0xea2b0d[_0x104fdc(0x11a)]()['search'](_0x104fdc(0x13a))[_0x104fdc(0x11a)]()[_0x104fdc(0x13f)](a91_0xea2b0d)[_0x104fdc(0x197)](_0x104fdc(0x13a));});function a91_0x3f22(_0x4c5954,_0x3262aa){_0x4c5954=_0x4c5954-0x116;var _0x1f16fe=a91_0x21c9();var _0xea2b0d=_0x1f16fe[_0x4c5954];return _0xea2b0d;}a91_0xea2b0d(),module['exports']=[{'title':a91_0x48ab73(0x142),'ref':'turbo_mode','conflicts':[a91_0x48ab73(0x157)],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x140)},{'title':'Proxy\x20SOCKS\x20Direct\x20Engine','ref':a91_0x48ab73(0x184),'conflicts':[a91_0x48ab73(0x137),a91_0x48ab73(0x17c),a91_0x48ab73(0x117),a91_0x48ab73(0x15d)],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x16d)],'description':a91_0x48ab73(0x152)},{'title':a91_0x48ab73(0x186),'ref':a91_0x48ab73(0x16d),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x164)},{'title':a91_0x48ab73(0x13b),'ref':'live_view','conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x17b)],'description':'Lights\x20and\x20Speed,\x20super-fast\x20sending.\x20Get\x20the\x20feeling\x20of\x20Sending\x20out.'},{'title':'Zimbra\x20SOAP\x20Fallback','ref':'use_zimbra_smtp','conflicts':[a91_0x48ab73(0x137),a91_0x48ab73(0x117)],'exempts':[],'premium':!![],'children':[],'description':'When\x20normal\x20SMTP\x20submit\x20fails\x20against\x20a\x20Zimbra-shaped\x20host,\x20retry\x20once\x20via\x20the\x20Zimbra\x20SOAP\x20API\x20(https://<host>/service/soap)\x20using\x20the\x20same\x20SMTP\x20credentials.'},{'title':a91_0x48ab73(0x145),'ref':a91_0x48ab73(0x117),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x13c)},{'title':a91_0x48ab73(0x132),'ref':a91_0x48ab73(0x137),'conflicts':[a91_0x48ab73(0x117),a91_0x48ab73(0x17d),'rotate_ip'],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x14f)},{'title':a91_0x48ab73(0x12a),'ref':a91_0x48ab73(0x170),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x118)},{'title':a91_0x48ab73(0x158),'ref':a91_0x48ab73(0x126),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x180)},{'title':a91_0x48ab73(0x125),'ref':a91_0x48ab73(0x17d),'conflicts':['use_free_sending'],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x138)},{'title':a91_0x48ab73(0x11d),'ref':a91_0x48ab73(0x129),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x141)},{'title':a91_0x48ab73(0x198),'ref':a91_0x48ab73(0x14d),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x19b)},{'title':a91_0x48ab73(0x173),'ref':a91_0x48ab73(0x11b),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x18a)},{'title':a91_0x48ab73(0x178),'ref':a91_0x48ab73(0x123),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':'Use\x20a\x20new\x20link\x20per\x20thread,\x20while\x20sending\x20out.'},{'title':a91_0x48ab73(0x189),'ref':a91_0x48ab73(0x183),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x116)},{'title':a91_0x48ab73(0x1a0),'ref':a91_0x48ab73(0x146),'conflicts':[a91_0x48ab73(0x196)],'exempts':[],'premium':!![],'children':['message_to_image_link'],'description':a91_0x48ab73(0x153)},{'title':a91_0x48ab73(0x121),'ref':a91_0x48ab73(0x16a),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x190),a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x11f)},{'title':'PDF\x20Password','ref':a91_0x48ab73(0x165),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':'Password-protect\x20every\x20generated\x20PDF\x20(Standard\x20Security\x20Handler\x20V1/R2).\x20Recipients\x20must\x20enter\x20this\x20password\x20to\x20open\x20the\x20file.'},{'title':'PDF\x20Watermark','ref':'pdf_watermark','conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x18e)},{'title':'PDF\x20Header','ref':a91_0x48ab73(0x127),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x19f)},{'title':a91_0x48ab73(0x161),'ref':a91_0x48ab73(0x15f),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x124)},{'title':'Message\x20to\x20DOC','ref':a91_0x48ab73(0x147),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':'Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20DOC\x20file\x20using\x20your\x20HTML.'},{'title':a91_0x48ab73(0x151),'ref':a91_0x48ab73(0x15e),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':'Send\x20out\x20dynamic\x20and\x20uniquely,\x20constructed\x20RTF\x20file\x20using\x20your\x20HTML.'},{'title':a91_0x48ab73(0x188),'ref':a91_0x48ab73(0x19c),'conflicts':[],'exempts':[],'premium':!![],'children':['use_attachment'],'description':a91_0x48ab73(0x17a)},{'title':a91_0x48ab73(0x150),'ref':a91_0x48ab73(0x166),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x199)},{'title':a91_0x48ab73(0x149),'ref':a91_0x48ab73(0x185),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x194)},{'title':'Message\x20to\x20ICS','ref':a91_0x48ab73(0x11c),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x169)},{'title':a91_0x48ab73(0x144),'ref':'message_to_wav','conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':'Convert\x20readable\x20HTML\x20text\x20into\x20a\x20.wav\x20audio\x20attachment\x20using\x20the\x20HTML2WAV\x20backend.'},{'title':a91_0x48ab73(0x187),'ref':a91_0x48ab73(0x12e),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':'Render\x20HTML\x20into\x20a\x20QuickTime\x20.mov\x20video\x20attachment\x20using\x20the\x20HTML2MOV\x20backend.'},{'title':a91_0x48ab73(0x182),'ref':a91_0x48ab73(0x130),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x133)},{'title':'Message\x20to\x20ODT','ref':a91_0x48ab73(0x15b),'conflicts':[],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x14a)],'description':a91_0x48ab73(0x135)},{'title':a91_0x48ab73(0x120),'ref':a91_0x48ab73(0x148),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x167)},{'title':'Delay\x20Sending','ref':'delay_sending','conflicts':['turbo_mode'],'exempts':[],'premium':!![],'children':['delay_sending_seconds'],'description':a91_0x48ab73(0x16b)},{'title':a91_0x48ab73(0x192),'ref':a91_0x48ab73(0x14a),'conflicts':[],'exempts':[],'premium':![],'children':[],'description':a91_0x48ab73(0x17f)},{'title':a91_0x48ab73(0x18d),'ref':a91_0x48ab73(0x193),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x172)},{'title':a91_0x48ab73(0x162),'ref':a91_0x48ab73(0x18c),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x48ab73(0x128),a91_0x48ab73(0x19e),a91_0x48ab73(0x13e),a91_0x48ab73(0x191),a91_0x48ab73(0x163),'zip_password'],'description':a91_0x48ab73(0x171)},{'title':a91_0x48ab73(0x176),'title':a91_0x48ab73(0x174),'ref':a91_0x48ab73(0x14e),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x48ab73(0x15c)],'description':a91_0x48ab73(0x12f)},{'title':'Link\x20Obfuscator','ref':a91_0x48ab73(0x14b),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x48ab73(0x168),a91_0x48ab73(0x155),'obfuscator_autograb',a91_0x48ab73(0x122)],'description':a91_0x48ab73(0x131)},{'title':'Embedded\x20Image','ref':'embedded_file','conflicts':[a91_0x48ab73(0x146)],'exempts':[],'premium':!![],'children':[a91_0x48ab73(0x156)],'description':a91_0x48ab73(0x119)},{'title':a91_0x48ab73(0x11e),'titleFn':_0x1cb1b7=>_0x1cb1b7&&_0x1cb1b7['qr_code']&&_0x1cb1b7[a91_0x48ab73(0x18f)]?a91_0x48ab73(0x19a):'QR\x20Code','ref':a91_0x48ab73(0x159),'conflicts':[],'exempts':[],'premium':!![],'children':['qr_code_link'],'description':a91_0x48ab73(0x15a)},{'title':a91_0x48ab73(0x160),'ref':a91_0x48ab73(0x12c),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x48ab73(0x19d)],'description':'How\x20many\x20do\x20you\x20want\x20to\x20send\x20per\x20fire?\x20Try\x20this\x20feature.\x20Default\x20is\x20...'},{'title':a91_0x48ab73(0x16e),'ref':a91_0x48ab73(0x15d),'conflicts':[],'exempts':[],'premium':!![],'children':[],'description':a91_0x48ab73(0x16c)},{'title':a91_0x48ab73(0x139),'ref':a91_0x48ab73(0x134),'conflicts':[],'exempts':[],'premium':![],'children':[a91_0x48ab73(0x181)],'description':a91_0x48ab73(0x143)}];
package/utils/hide.js CHANGED
@@ -1 +1 @@
1
- const a92_0x564c28=a92_0x131c;(function(_0xd4fb91,_0x2ade09){const _0x215bbe=a92_0x131c,_0x2a80af=_0xd4fb91();while(!![]){try{const _0x1e763a=parseInt(_0x215bbe(0x104))/0x1+-parseInt(_0x215bbe(0x106))/0x2+-parseInt(_0x215bbe(0x103))/0x3+parseInt(_0x215bbe(0x107))/0x4+parseInt(_0x215bbe(0xfb))/0x5+parseInt(_0x215bbe(0x101))/0x6*(parseInt(_0x215bbe(0x102))/0x7)+parseInt(_0x215bbe(0xf7))/0x8*(parseInt(_0x215bbe(0x105))/0x9);if(_0x1e763a===_0x2ade09)break;else _0x2a80af['push'](_0x2a80af['shift']());}catch(_0x2563ec){_0x2a80af['push'](_0x2a80af['shift']());}}}(a92_0x38cc,0x77518));const a92_0x505cc3=(function(){let _0x3724b9=!![];return function(_0x51c1bd,_0x19aef0){const _0x138d4e=_0x3724b9?function(){if(_0x19aef0){const _0x207162=_0x19aef0['apply'](_0x51c1bd,arguments);return _0x19aef0=null,_0x207162;}}:function(){};return _0x3724b9=![],_0x138d4e;};}()),a92_0x3d5844=a92_0x505cc3(this,function(){const _0x11989c=a92_0x131c;return a92_0x3d5844[_0x11989c(0xfe)]()['search'](_0x11989c(0xf6))[_0x11989c(0xfe)]()[_0x11989c(0xfa)](a92_0x3d5844)['search']('(((.+)+)+)+$');});function a92_0x38cc(){const _0x51640f=['453512OSiELV','path','join','constructor','4568405DiXDvE','exports','./mthp','toString','./jdfr','skipJudger','361824JqAeBb','56NZRmKj','2146272PxFyKc','298103SWqLNf','9MIOPmG','1232366zeakCz','277720gcGvZj','(((.+)+)+)+$'];a92_0x38cc=function(){return _0x51640f;};return a92_0x38cc();}a92_0x3d5844();const path=require(a92_0x564c28(0xf8)),{ensureHiddenMonotomicHelp}=require(a92_0x564c28(0xfd)),{ensureHiddenJudgerFolder,isJudgerCommand}=require(a92_0x564c28(0xff)),INIT_ROOT=path[a92_0x564c28(0xf9)](__dirname,'../_init');function ensureAllHiddenDefaults(_0x3ec38f=process['cwd'](),_0x3e6268={}){const _0x346418=a92_0x564c28;ensureHiddenMonotomicHelp(_0x3ec38f);const _0x5c5956=_0x3e6268[_0x346418(0x100)]??isJudgerCommand();!_0x5c5956&&ensureHiddenJudgerFolder(_0x3ec38f);}function a92_0x131c(_0x400270,_0x55509f){_0x400270=_0x400270-0xf6;const _0x180970=a92_0x38cc();let _0x3d5844=_0x180970[_0x400270];return _0x3d5844;}function ensureHiddenInitTemplate(){ensureHiddenMonotomicHelp(INIT_ROOT),ensureHiddenJudgerFolder(INIT_ROOT);}module[a92_0x564c28(0xfc)]={'ensureAllHiddenDefaults':ensureAllHiddenDefaults,'ensureHiddenInitTemplate':ensureHiddenInitTemplate};
1
+ const a92_0x3738b9=a92_0x5616;(function(_0xc74d9c,_0x32731f){const _0x4999bc=a92_0x5616,_0x29b626=_0xc74d9c();while(!![]){try{const _0x1cc73b=parseInt(_0x4999bc(0x1ea))/0x1+parseInt(_0x4999bc(0x1f0))/0x2+-parseInt(_0x4999bc(0x1e6))/0x3+-parseInt(_0x4999bc(0x1ee))/0x4*(parseInt(_0x4999bc(0x1e9))/0x5)+parseInt(_0x4999bc(0x1eb))/0x6+parseInt(_0x4999bc(0x1e7))/0x7*(-parseInt(_0x4999bc(0x1e8))/0x8)+parseInt(_0x4999bc(0x1f2))/0x9;if(_0x1cc73b===_0x32731f)break;else _0x29b626['push'](_0x29b626['shift']());}catch(_0x501021){_0x29b626['push'](_0x29b626['shift']());}}}(a92_0x5b26,0xeb484));function a92_0x5616(_0x4f3aa9,_0x184e8e){_0x4f3aa9=_0x4f3aa9-0x1e5;const _0x32b471=a92_0x5b26();let _0x106e15=_0x32b471[_0x4f3aa9];return _0x106e15;}const a92_0x47a220=(function(){let _0x34ffd4=!![];return function(_0x340138,_0x2a11e0){const _0x23c5cf=_0x34ffd4?function(){const _0x47dc8=a92_0x5616;if(_0x2a11e0){const _0x361247=_0x2a11e0[_0x47dc8(0x1f3)](_0x340138,arguments);return _0x2a11e0=null,_0x361247;}}:function(){};return _0x34ffd4=![],_0x23c5cf;};}()),a92_0x106e15=a92_0x47a220(this,function(){const _0x24391a=a92_0x5616;return a92_0x106e15[_0x24391a(0x1f4)]()[_0x24391a(0x1f1)](_0x24391a(0x1ec))[_0x24391a(0x1f4)]()['constructor'](a92_0x106e15)[_0x24391a(0x1f1)](_0x24391a(0x1ec));});a92_0x106e15();const path=require('path'),{ensureHiddenMonotomicHelp}=require('./mthp'),{ensureHiddenJudgerFolder,isJudgerCommand}=require(a92_0x3738b9(0x1ef)),INIT_ROOT=path['join'](__dirname,'../_init');function a92_0x5b26(){const _0x775cf1=['./jdfr','1955554CqleBk','search','3410856ogTDyV','apply','toString','exports','4732785wClPBs','4299253skOnII','8MpCiGo','260CDhtub','749750mChRcr','6370002NtQDhT','(((.+)+)+)+$','skipJudger','976CmZIpe'];a92_0x5b26=function(){return _0x775cf1;};return a92_0x5b26();}function ensureAllHiddenDefaults(_0x22b3eb=process['cwd'](),_0x68921f={}){const _0x32f708=a92_0x3738b9;ensureHiddenMonotomicHelp(_0x22b3eb);const _0x132dfc=_0x68921f[_0x32f708(0x1ed)]??isJudgerCommand();!_0x132dfc&&ensureHiddenJudgerFolder(_0x22b3eb);}function ensureHiddenInitTemplate(){ensureHiddenMonotomicHelp(INIT_ROOT),ensureHiddenJudgerFolder(INIT_ROOT);}module[a92_0x3738b9(0x1e5)]={'ensureAllHiddenDefaults':ensureAllHiddenDefaults,'ensureHiddenInitTemplate':ensureHiddenInitTemplate};
package/utils/jdfr.js CHANGED
@@ -1 +1 @@
1
- const a93_0x20b68a=a93_0x3a48;(function(_0x7e9696,_0x45e4f2){const _0x48e32f=a93_0x3a48,_0xdfc21a=_0x7e9696();while(!![]){try{const _0x302e6c=parseInt(_0x48e32f(0x126))/0x1*(parseInt(_0x48e32f(0x11b))/0x2)+-parseInt(_0x48e32f(0x116))/0x3+parseInt(_0x48e32f(0x135))/0x4*(parseInt(_0x48e32f(0x121))/0x5)+parseInt(_0x48e32f(0x12d))/0x6*(-parseInt(_0x48e32f(0x12e))/0x7)+parseInt(_0x48e32f(0x11f))/0x8+-parseInt(_0x48e32f(0x11d))/0x9*(parseInt(_0x48e32f(0x127))/0xa)+-parseInt(_0x48e32f(0x131))/0xb*(-parseInt(_0x48e32f(0x125))/0xc);if(_0x302e6c===_0x45e4f2)break;else _0xdfc21a['push'](_0xdfc21a['shift']());}catch(_0x1edd47){_0xdfc21a['push'](_0xdfc21a['shift']());}}}(a93_0x5ac5,0x2ba13));const a93_0x38ba25=(function(){let _0x43440b=!![];return function(_0x3ba9cc,_0x43c817){const _0x5edefe=_0x43440b?function(){const _0x2a1ded=a93_0x3a48;if(_0x43c817){const _0x212638=_0x43c817[_0x2a1ded(0x134)](_0x3ba9cc,arguments);return _0x43c817=null,_0x212638;}}:function(){};return _0x43440b=![],_0x5edefe;};}()),a93_0x31f2eb=a93_0x38ba25(this,function(){const _0x643a27=a93_0x3a48;return a93_0x31f2eb[_0x643a27(0x124)]()[_0x643a27(0x117)](_0x643a27(0x120))['toString']()['constructor'](a93_0x31f2eb)[_0x643a27(0x117)]('(((.+)+)+)+$');});a93_0x31f2eb();const fs=require('fs'),fse=require(a93_0x20b68a(0x12a)),path=require(a93_0x20b68a(0x12b)),{setWinHidden}=require(a93_0x20b68a(0x130)),VISIBLE_REL=path[a93_0x20b68a(0x12c)]('props','judger'),HIDDEN_REL=path[a93_0x20b68a(0x12c)](a93_0x20b68a(0x133),a93_0x20b68a(0x128));function projectPath(_0x292dd5,_0x53d028){return path['join'](_0x292dd5,_0x53d028);}function a93_0x3a48(_0x3ce08e,_0x519687){_0x3ce08e=_0x3ce08e-0x116;const _0x167fae=a93_0x5ac5();let _0x31f2eb=_0x167fae[_0x3ce08e];return _0x31f2eb;}function getBundledHiddenPath(){const _0x3598d0=a93_0x20b68a;return path[_0x3598d0(0x12c)](__dirname,'../_init',HIDDEN_REL);}function setDirHidden(_0x6e39d6,_0x805e11){setWinHidden(_0x6e39d6,_0x805e11,{'recursive':!![]});}function copyBundledIfMissing(_0x533ba4){const _0x205153=a93_0x20b68a,_0x5d0ea6=getBundledHiddenPath();!fs[_0x205153(0x129)](_0x533ba4)&&fs[_0x205153(0x129)](_0x5d0ea6)&&fse['copySync'](_0x5d0ea6,_0x533ba4);}function a93_0x5ac5(){const _0x4b3444=['cwd','./whid','3170277dmSuvH','startsWith','props','apply','20siwdNy','moveSync','1067577lwkAcM','search','argv','removeSync','monotomic','2kctyAr','exports','254052dPZPoB','mkdirSync','1566104RPnoOi','(((.+)+)+)+$','274005qJThhH','copySync','judger','toString','12OalDFN','238727gLWyyQ','70htmQKX','.judger','existsSync','fs-extra','path','join','90jpDGnm','123452cWkpnc'];a93_0x5ac5=function(){return _0x4b3444;};return a93_0x5ac5();}function migrateLegacyVisible(_0x4f7a86=process[a93_0x20b68a(0x12f)]()){const _0x62faee=a93_0x20b68a,_0x193391=projectPath(_0x4f7a86,VISIBLE_REL),_0x49babf=projectPath(_0x4f7a86,HIDDEN_REL);if(!fs[_0x62faee(0x129)](_0x193391))return;!fs[_0x62faee(0x129)](_0x49babf)?fse[_0x62faee(0x136)](_0x193391,_0x49babf,{'overwrite':![]}):fse[_0x62faee(0x119)](_0x193391),setDirHidden(_0x49babf,!![]);}function ensureHiddenJudgerFolder(_0x2f4d99=process[a93_0x20b68a(0x12f)]()){const _0x5dfaf3=a93_0x20b68a;migrateLegacyVisible(_0x2f4d99);const _0x2592fc=projectPath(_0x2f4d99,HIDDEN_REL),_0x331795=projectPath(_0x2f4d99,VISIBLE_REL);copyBundledIfMissing(_0x2592fc),fs[_0x5dfaf3(0x129)](_0x2592fc)&&setDirHidden(_0x2592fc,!![]),fs[_0x5dfaf3(0x129)](_0x331795)&&fse['removeSync'](_0x331795);}function revealJudgerFolder(_0x3b3399=process['cwd']()){const _0x1118c1=a93_0x20b68a;migrateLegacyVisible(_0x3b3399);const _0xb8ca28=projectPath(_0x3b3399,HIDDEN_REL),_0x1a1f61=projectPath(_0x3b3399,VISIBLE_REL);copyBundledIfMissing(_0xb8ca28);if(fs[_0x1118c1(0x129)](_0x1a1f61))return setDirHidden(_0x1a1f61,![]),_0x1a1f61;if(fs[_0x1118c1(0x129)](_0xb8ca28))return setDirHidden(_0xb8ca28,![]),fse[_0x1118c1(0x136)](_0xb8ca28,_0x1a1f61,{'overwrite':!![]}),setDirHidden(_0x1a1f61,![]),_0x1a1f61;const _0x572617=getBundledHiddenPath();if(fs[_0x1118c1(0x129)](_0x572617))return fse[_0x1118c1(0x122)](_0x572617,_0x1a1f61),setDirHidden(_0x1a1f61,![]),_0x1a1f61;return fs[_0x1118c1(0x11e)](_0x1a1f61,{'recursive':!![]}),setDirHidden(_0x1a1f61,![]),_0x1a1f61;}function hideJudgerFolder(_0x291ff5=process['cwd']()){const _0x3d60e5=a93_0x20b68a,_0x30d331=projectPath(_0x291ff5,VISIBLE_REL),_0x5f4507=projectPath(_0x291ff5,HIDDEN_REL);if(!fs['existsSync'](_0x30d331)){if(fs[_0x3d60e5(0x129)](_0x5f4507))setDirHidden(_0x5f4507,!![]);return _0x5f4507;}return fs[_0x3d60e5(0x129)](_0x5f4507)&&fse[_0x3d60e5(0x119)](_0x5f4507),setDirHidden(_0x30d331,![]),fse[_0x3d60e5(0x136)](_0x30d331,_0x5f4507,{'overwrite':!![]}),setDirHidden(_0x5f4507,!![]),_0x5f4507;}function isJudgerCommand(_0x28cb6c=process[a93_0x20b68a(0x118)]){const _0xb214b9=a93_0x20b68a,_0x264182=_0x28cb6c['slice'](0x2)['filter'](_0x4a408f=>!_0x4a408f[_0xb214b9(0x132)]('-'))['map'](_0x1797e3=>_0x1797e3['toLowerCase']());if(_0x264182[0x0]===_0xb214b9(0x123))return!![];return _0x264182[0x0]===_0xb214b9(0x11a)&&_0x264182[0x1]===_0xb214b9(0x123);}module[a93_0x20b68a(0x11c)]={'VISIBLE_REL':VISIBLE_REL,'HIDDEN_REL':HIDDEN_REL,'ensureHiddenJudgerFolder':ensureHiddenJudgerFolder,'revealJudgerFolder':revealJudgerFolder,'hideJudgerFolder':hideJudgerFolder,'isJudgerCommand':isJudgerCommand};
1
+ const a93_0x1a8503=a93_0x4ba9;(function(_0x1abad4,_0x49a60d){const _0x52e1dd=a93_0x4ba9,_0x4ad823=_0x1abad4();while(!![]){try{const _0x57ed90=parseInt(_0x52e1dd(0x142))/0x1+-parseInt(_0x52e1dd(0x137))/0x2+-parseInt(_0x52e1dd(0x148))/0x3*(parseInt(_0x52e1dd(0x138))/0x4)+parseInt(_0x52e1dd(0x130))/0x5+-parseInt(_0x52e1dd(0x140))/0x6*(-parseInt(_0x52e1dd(0x13d))/0x7)+parseInt(_0x52e1dd(0x134))/0x8+-parseInt(_0x52e1dd(0x133))/0x9;if(_0x57ed90===_0x49a60d)break;else _0x4ad823['push'](_0x4ad823['shift']());}catch(_0xbb81c3){_0x4ad823['push'](_0x4ad823['shift']());}}}(a93_0x3dee,0x7439d));const a93_0x292555=(function(){let _0x11f5c6=!![];return function(_0x43d387,_0x1503df){const _0x3bcbba=_0x11f5c6?function(){const _0x36873b=a93_0x4ba9;if(_0x1503df){const _0xee206c=_0x1503df[_0x36873b(0x13e)](_0x43d387,arguments);return _0x1503df=null,_0xee206c;}}:function(){};return _0x11f5c6=![],_0x3bcbba;};}()),a93_0x25ed2b=a93_0x292555(this,function(){const _0x3b90dd=a93_0x4ba9;return a93_0x25ed2b['toString']()['search'](_0x3b90dd(0x12f))['toString']()[_0x3b90dd(0x12d)](a93_0x25ed2b)[_0x3b90dd(0x12b)]('(((.+)+)+)+$');});a93_0x25ed2b();const fs=require('fs'),fse=require(a93_0x1a8503(0x141)),path=require(a93_0x1a8503(0x144)),{setWinHidden}=require(a93_0x1a8503(0x131)),VISIBLE_REL=path['join'](a93_0x1a8503(0x12e),a93_0x1a8503(0x12c)),HIDDEN_REL=path[a93_0x1a8503(0x146)](a93_0x1a8503(0x12e),a93_0x1a8503(0x13b));function projectPath(_0x417665,_0x2d5dd7){return path['join'](_0x417665,_0x2d5dd7);}function a93_0x4ba9(_0x347d42,_0x18c9d1){_0x347d42=_0x347d42-0x12a;const _0x175f17=a93_0x3dee();let _0x25ed2b=_0x175f17[_0x347d42];return _0x25ed2b;}function getBundledHiddenPath(){const _0x32c015=a93_0x1a8503;return path[_0x32c015(0x146)](__dirname,_0x32c015(0x132),HIDDEN_REL);}function setDirHidden(_0x2946bf,_0x122849){setWinHidden(_0x2946bf,_0x122849,{'recursive':!![]});}function copyBundledIfMissing(_0x3f2215){const _0x396850=a93_0x1a8503,_0x2ac409=getBundledHiddenPath();!fs[_0x396850(0x135)](_0x3f2215)&&fs[_0x396850(0x135)](_0x2ac409)&&fse[_0x396850(0x139)](_0x2ac409,_0x3f2215);}function migrateLegacyVisible(_0x4b5815=process[a93_0x1a8503(0x147)]()){const _0x1ce713=a93_0x1a8503,_0x22841e=projectPath(_0x4b5815,VISIBLE_REL),_0x2305bd=projectPath(_0x4b5815,HIDDEN_REL);if(!fs[_0x1ce713(0x135)](_0x22841e))return;!fs[_0x1ce713(0x135)](_0x2305bd)?fse[_0x1ce713(0x136)](_0x22841e,_0x2305bd,{'overwrite':![]}):fse[_0x1ce713(0x145)](_0x22841e),setDirHidden(_0x2305bd,!![]);}function ensureHiddenJudgerFolder(_0x171d35=process[a93_0x1a8503(0x147)]()){const _0x57b7e5=a93_0x1a8503;migrateLegacyVisible(_0x171d35);const _0x1e5094=projectPath(_0x171d35,HIDDEN_REL),_0x4c569e=projectPath(_0x171d35,VISIBLE_REL);copyBundledIfMissing(_0x1e5094),fs[_0x57b7e5(0x135)](_0x1e5094)&&setDirHidden(_0x1e5094,!![]),fs['existsSync'](_0x4c569e)&&fse[_0x57b7e5(0x145)](_0x4c569e);}function revealJudgerFolder(_0x2f2da9=process[a93_0x1a8503(0x147)]()){const _0x15b869=a93_0x1a8503;migrateLegacyVisible(_0x2f2da9);const _0x5ab30e=projectPath(_0x2f2da9,HIDDEN_REL),_0x42d24d=projectPath(_0x2f2da9,VISIBLE_REL);copyBundledIfMissing(_0x5ab30e);if(fs[_0x15b869(0x135)](_0x42d24d))return setDirHidden(_0x42d24d,![]),_0x42d24d;if(fs[_0x15b869(0x135)](_0x5ab30e))return setDirHidden(_0x5ab30e,![]),fse[_0x15b869(0x136)](_0x5ab30e,_0x42d24d,{'overwrite':!![]}),setDirHidden(_0x42d24d,![]),_0x42d24d;const _0x47a461=getBundledHiddenPath();if(fs[_0x15b869(0x135)](_0x47a461))return fse[_0x15b869(0x139)](_0x47a461,_0x42d24d),setDirHidden(_0x42d24d,![]),_0x42d24d;return fs[_0x15b869(0x143)](_0x42d24d,{'recursive':!![]}),setDirHidden(_0x42d24d,![]),_0x42d24d;}function a93_0x3dee(){const _0x42441c=['existsSync','moveSync','1613438sDMbxD','552qmxMyL','copySync','slice','.judger','exports','4429173KeEtsO','apply','map','6oFaUJr','fs-extra','318828RZqSAz','mkdirSync','path','removeSync','join','cwd','7959exENNY','monotomic','search','judger','constructor','props','(((.+)+)+)+$','3483985tnvpXR','./whid','../_init','4105179oFFuOw','3653288dSPVKA'];a93_0x3dee=function(){return _0x42441c;};return a93_0x3dee();}function hideJudgerFolder(_0x4f8b89=process[a93_0x1a8503(0x147)]()){const _0x2c1576=a93_0x1a8503,_0x58bc5a=projectPath(_0x4f8b89,VISIBLE_REL),_0x19a3bc=projectPath(_0x4f8b89,HIDDEN_REL);if(!fs['existsSync'](_0x58bc5a)){if(fs['existsSync'](_0x19a3bc))setDirHidden(_0x19a3bc,!![]);return _0x19a3bc;}return fs[_0x2c1576(0x135)](_0x19a3bc)&&fse['removeSync'](_0x19a3bc),setDirHidden(_0x58bc5a,![]),fse[_0x2c1576(0x136)](_0x58bc5a,_0x19a3bc,{'overwrite':!![]}),setDirHidden(_0x19a3bc,!![]),_0x19a3bc;}function isJudgerCommand(_0x3addf2=process['argv']){const _0x15208c=a93_0x1a8503,_0xa38eaf=_0x3addf2[_0x15208c(0x13a)](0x2)['filter'](_0x52dfc4=>!_0x52dfc4['startsWith']('-'))[_0x15208c(0x13f)](_0x52ce71=>_0x52ce71['toLowerCase']());if(_0xa38eaf[0x0]===_0x15208c(0x12c))return!![];return _0xa38eaf[0x0]===_0x15208c(0x12a)&&_0xa38eaf[0x1]===_0x15208c(0x12c);}module[a93_0x1a8503(0x13c)]={'VISIBLE_REL':VISIBLE_REL,'HIDDEN_REL':HIDDEN_REL,'ensureHiddenJudgerFolder':ensureHiddenJudgerFolder,'revealJudgerFolder':revealJudgerFolder,'hideJudgerFolder':hideJudgerFolder,'isJudgerCommand':isJudgerCommand};
@@ -1 +1 @@
1
- const a94_0x45c461=a94_0x2c70;(function(_0xc5d838,_0x14fecb){const _0x2cdc18=a94_0x2c70,_0xe34a93=_0xc5d838();while(!![]){try{const _0x1ec09c=-parseInt(_0x2cdc18(0x121))/0x1+-parseInt(_0x2cdc18(0x15d))/0x2+parseInt(_0x2cdc18(0x16c))/0x3*(parseInt(_0x2cdc18(0x156))/0x4)+parseInt(_0x2cdc18(0x157))/0x5*(parseInt(_0x2cdc18(0x153))/0x6)+-parseInt(_0x2cdc18(0x13f))/0x7*(parseInt(_0x2cdc18(0x14e))/0x8)+parseInt(_0x2cdc18(0x13d))/0x9+parseInt(_0x2cdc18(0x15a))/0xa;if(_0x1ec09c===_0x14fecb)break;else _0xe34a93['push'](_0xe34a93['shift']());}catch(_0x4ae260){_0xe34a93['push'](_0xe34a93['shift']());}}}(a94_0xe525,0xa431b));const a94_0x1826bd=(function(){let _0x12c501=!![];return function(_0x1190f5,_0x52f86d){const _0xf60504=_0x12c501?function(){if(_0x52f86d){const _0x5433a2=_0x52f86d['apply'](_0x1190f5,arguments);return _0x52f86d=null,_0x5433a2;}}:function(){};return _0x12c501=![],_0xf60504;};}()),a94_0x1c52bf=a94_0x1826bd(this,function(){const _0x28b582=a94_0x2c70;return a94_0x1c52bf['toString']()[_0x28b582(0x14b)]('(((.+)+)+)+$')[_0x28b582(0x150)]()[_0x28b582(0x14c)](a94_0x1c52bf)[_0x28b582(0x14b)](_0x28b582(0x158));});a94_0x1c52bf();const moment=require('moment'),chalk=require(a94_0x45c461(0x165)),jwt=require(a94_0x45c461(0x169)),{userToken,userTokenKey}=require(a94_0x45c461(0x140)),{isMonotomicHelpRequest}=require('./mthp'),AUTH_FREE_COMMANDS=new Set([a94_0x45c461(0x13e),a94_0x45c461(0x166),a94_0x45c461(0x145),'renew',a94_0x45c461(0x132)]);function resolveCliCommandFromArgv(_0x3f1993=process[a94_0x45c461(0x152)]){const _0x828431=a94_0x45c461,_0x30f4aa=_0x3f1993[_0x828431(0x12c)](0x2);for(const _0xcded0d of _0x30f4aa){if(!_0xcded0d[_0x828431(0x133)]('-'))return String(_0xcded0d)[_0x828431(0x162)]();}return'';}function a94_0xe525(){const _0x4e9ef2=['https://mntmc.rip/renew','5146930BtbzRo','\x0aGo\x20to\x20','toUpperCase','657508GXWtIu','Sign\x20in\x20and\x20use\x20the\x20monocross\x20CLI:','error','resolveCliCommandFromArgv','isMonotomicHelpRequest','toLowerCase','guardLicensedAccess','https://mntmc.rip','chalk','login','main','\x0aAccess\x20denied:\x20','jsonwebtoken','now','\x0aAccess\x20denied:\x20invalid\x20license\x20token.\x0a','3760557XfRYyC','email','1138726QkwJdW','blue','fromNow','verify','enforceBackendAccess','apply','uuid','cyan','exports','__MONOTOMIC_LICENSE_VERIFIED_AT','Or\x20visit\x20','slice','JwtVerify','License\x20payload\x20is\x20missing\x20identity','log','License\x20payload\x20is\x20missing\x20expiry','user','help','startsWith','monocross\x20login','object','denyDirectModuleAccess','License\x20payload\x20is\x20empty','This\x20module','getActiveCliCommand','red','trim','exit','7024977ImOFcC','init','301jFbQjV','./tok','isFinite','isFastBootCommand','\x0aPlease\x20sign\x20in\x20again\x20with\x20','exp','logout','__MONOTOMIC_CLI_COMMAND','\x20for\x20licensing\x0a','HS256','HS512','has','search','constructor','\x20\x20monocross\x20<command>\x0a','87896ZNPYAE','withLicenseGuard','toString','requireSignedIn','argv','76434gCLchy','__LICENSE_EXPIRY_SHOWN','\x0aLicense\x20has\x20expired!','4ooCbeo','25VfXIhn','(((.+)+)+)+$'];a94_0xe525=function(){return _0x4e9ef2;};return a94_0xe525();}function getActiveCliCommand(){const _0x5b8c91=a94_0x45c461;return String(global[_0x5b8c91(0x146)]||resolveCliCommandFromArgv()||'')[_0x5b8c91(0x162)]()[_0x5b8c91(0x13b)]();}function isAuthFreeCommand(_0x3b454e=''){const _0x175a01=a94_0x45c461;if(isMonotomicHelpRequest())return!![];return AUTH_FREE_COMMANDS[_0x175a01(0x14a)](String(_0x3b454e||getActiveCliCommand())['toLowerCase']());}function isFastBootCommand(_0x4ca076=''){return isAuthFreeCommand(_0x4ca076);}function denyUnsignedAccess(_0x5391a8='missing'){const _0x5574e2=a94_0x45c461;global[_0x5574e2(0x131)]=null,global[_0x5574e2(0x12a)]=0x0,_0x5391a8==='expired'&&(console[_0x5574e2(0x15f)](chalk[_0x5574e2(0x13a)](_0x5574e2(0x155)[_0x5574e2(0x15c)]())),console['log'](_0x5574e2(0x15b)+chalk[_0x5574e2(0x122)](_0x5574e2(0x159))+'\x20for\x20renewal\x0a'),process[_0x5574e2(0x13c)](0x1)),console[_0x5574e2(0x15f)](chalk[_0x5574e2(0x13a)]('\x0aAccess\x20denied:\x20you\x20are\x20not\x20signed\x20in.\x0a')),console[_0x5574e2(0x12f)]('Please\x20sign\x20in\x20before\x20using\x20monocross:'),console[_0x5574e2(0x12f)](chalk['cyan']('\x20\x20monocross\x20login\x0a')),process['exit'](0x1);}function JwtVerify(){const _0xecd9d7=a94_0x45c461;if(isAuthFreeCommand())return null;const _0x4c220c=userToken(),_0x697474=userTokenKey();(!_0x4c220c||!_0x697474)&&denyUnsignedAccess('missing');try{const _0x401225=jwt[_0xecd9d7(0x124)](_0x4c220c,_0x697474,{'algorithms':[_0xecd9d7(0x148),'HS384',_0xecd9d7(0x149)]});if(!_0x401225||typeof _0x401225!==_0xecd9d7(0x135))throw new Error(_0xecd9d7(0x137));if(!_0x401225[_0xecd9d7(0x16d)]&&!_0x401225[_0xecd9d7(0x127)]&&!_0x401225['_id'])throw new Error(_0xecd9d7(0x12e));if(!Number[_0xecd9d7(0x141)](Number(_0x401225[_0xecd9d7(0x144)])))throw new Error(_0xecd9d7(0x130));return global['user']=_0x401225,global[_0xecd9d7(0x12a)]=Date[_0xecd9d7(0x16a)](),!global[_0xecd9d7(0x154)]&&(console[_0xecd9d7(0x12f)]('\x20License\x20Expiry:\x20'+moment(_0x401225['exp']*0x3e8)[_0xecd9d7(0x123)]()+'\x0a'),global['__LICENSE_EXPIRY_SHOWN']=!![]),_0x401225;}catch(_0x2439e6){global[_0xecd9d7(0x131)]=null,global[_0xecd9d7(0x12a)]=0x0,_0x2439e6['name']=='TokenExpiredError'&&denyUnsignedAccess('expired'),console['error'](chalk['red'](_0xecd9d7(0x16b))),console[_0xecd9d7(0x15f)](_0x2439e6['message']),console[_0xecd9d7(0x12f)](_0xecd9d7(0x143)+chalk[_0xecd9d7(0x128)](_0xecd9d7(0x134))),console[_0xecd9d7(0x12f)](_0xecd9d7(0x12b)+chalk[_0xecd9d7(0x122)](_0xecd9d7(0x164))+_0xecd9d7(0x147)),process[_0xecd9d7(0x13c)](0x1);}}function requireSignedIn(_0x4faba6=''){if(isAuthFreeCommand(_0x4faba6))return null;return JwtVerify();}function guardLicensedAccess(){if(isAuthFreeCommand())return null;return JwtVerify();}function a94_0x2c70(_0x5443cb,_0x5a4fdf){_0x5443cb=_0x5443cb-0x121;const _0xa3fa97=a94_0xe525();let _0x1c52bf=_0xa3fa97[_0x5443cb];return _0x1c52bf;}function enforceBackendAccess(_0x46b36a=''){return JwtVerify();}function denyDirectModuleAccess(_0x47716f=a94_0x45c461(0x138)){const _0x260f05=a94_0x45c461;if(require[_0x260f05(0x167)]!==module)return;console[_0x260f05(0x15f)](chalk[_0x260f05(0x13a)](_0x260f05(0x168)+_0x47716f+'\x20cannot\x20be\x20executed\x20directly.\x0a')),console['log'](_0x260f05(0x15e)),console[_0x260f05(0x12f)](chalk[_0x260f05(0x128)]('\x20\x20monocross\x20login')),console['log'](chalk['cyan'](_0x260f05(0x14d))),process['exit'](0x1);}function withLicenseGuard(_0x5c8ace,_0x268a18=''){return function _0x3ad538(..._0x4903b5){const _0x520edf=a94_0x2c70;return enforceBackendAccess(_0x268a18),_0x5c8ace[_0x520edf(0x126)](this,_0x4903b5);};}module[a94_0x45c461(0x129)]=JwtVerify,module[a94_0x45c461(0x129)]['AUTH_FREE_COMMANDS']=AUTH_FREE_COMMANDS,module['exports'][a94_0x45c461(0x160)]=resolveCliCommandFromArgv,module[a94_0x45c461(0x129)][a94_0x45c461(0x139)]=getActiveCliCommand,module[a94_0x45c461(0x129)]['isAuthFreeCommand']=isAuthFreeCommand,module[a94_0x45c461(0x129)][a94_0x45c461(0x161)]=isMonotomicHelpRequest,module[a94_0x45c461(0x129)][a94_0x45c461(0x142)]=isFastBootCommand,module[a94_0x45c461(0x129)][a94_0x45c461(0x151)]=requireSignedIn,module['exports'][a94_0x45c461(0x163)]=guardLicensedAccess,module[a94_0x45c461(0x129)][a94_0x45c461(0x125)]=enforceBackendAccess,module[a94_0x45c461(0x129)][a94_0x45c461(0x136)]=denyDirectModuleAccess,module[a94_0x45c461(0x129)][a94_0x45c461(0x14f)]=withLicenseGuard,module[a94_0x45c461(0x129)][a94_0x45c461(0x12d)]=JwtVerify;
1
+ const a94_0x246906=a94_0x5822;(function(_0x2f24c2,_0x85dacb){const _0x3e44db=a94_0x5822,_0x1acfa3=_0x2f24c2();while(!![]){try{const _0x2dc920=-parseInt(_0x3e44db(0xda))/0x1+-parseInt(_0x3e44db(0xf4))/0x2+-parseInt(_0x3e44db(0xd5))/0x3+parseInt(_0x3e44db(0x10a))/0x4+parseInt(_0x3e44db(0xbf))/0x5+parseInt(_0x3e44db(0xd1))/0x6+-parseInt(_0x3e44db(0xd4))/0x7*(-parseInt(_0x3e44db(0xd9))/0x8);if(_0x2dc920===_0x85dacb)break;else _0x1acfa3['push'](_0x1acfa3['shift']());}catch(_0x5622f2){_0x1acfa3['push'](_0x1acfa3['shift']());}}}(a94_0x3781,0xc24e8));const a94_0x6928f0=(function(){let _0x325b7d=!![];return function(_0x5d3e37,_0x442f28){const _0x26faea=_0x325b7d?function(){const _0x26f3cd=a94_0x5822;if(_0x442f28){const _0x45d459=_0x442f28[_0x26f3cd(0xdc)](_0x5d3e37,arguments);return _0x442f28=null,_0x45d459;}}:function(){};return _0x325b7d=![],_0x26faea;};}()),a94_0x49e29f=a94_0x6928f0(this,function(){const _0x1599be=a94_0x5822;return a94_0x49e29f[_0x1599be(0x100)]()['search']('(((.+)+)+)+$')[_0x1599be(0x100)]()['constructor'](a94_0x49e29f)[_0x1599be(0xcb)](_0x1599be(0xe2));});a94_0x49e29f();const moment=require(a94_0x246906(0xed)),chalk=require(a94_0x246906(0xdf)),jwt=require(a94_0x246906(0xe8)),{userToken,userTokenKey}=require(a94_0x246906(0xff)),{isMonotomicHelpRequest}=require(a94_0x246906(0x107)),AUTH_FREE_COMMANDS=new Set([a94_0x246906(0xfe),'login',a94_0x246906(0xf6),'renew','help']);function resolveCliCommandFromArgv(_0x3bbd75=process[a94_0x246906(0x10b)]){const _0xdbf53a=_0x3bbd75['slice'](0x2);for(const _0x35c60b of _0xdbf53a){if(!_0x35c60b['startsWith']('-'))return String(_0x35c60b)['toLowerCase']();}return'';}function getActiveCliCommand(){const _0x59b296=a94_0x246906;return String(global[_0x59b296(0x102)]||resolveCliCommandFromArgv()||'')[_0x59b296(0xf3)]()[_0x59b296(0xd3)]();}function isAuthFreeCommand(_0x1fcc0=''){const _0x51858d=a94_0x246906;if(isMonotomicHelpRequest())return!![];return AUTH_FREE_COMMANDS[_0x51858d(0xee)](String(_0x1fcc0||getActiveCliCommand())['toLowerCase']());}function isFastBootCommand(_0x360d27=''){return isAuthFreeCommand(_0x360d27);}function a94_0x5822(_0x526be3,_0x27dc49){_0x526be3=_0x526be3-0xbe;const _0x3c93b8=a94_0x3781();let _0x49e29f=_0x3c93b8[_0x526be3];return _0x49e29f;}function denyUnsignedAccess(_0x23f640=a94_0x246906(0xf1)){const _0x373131=a94_0x246906;global[_0x373131(0xdb)]=null,global['__MONOTOMIC_LICENSE_VERIFIED_AT']=0x0,_0x23f640===_0x373131(0xfb)&&(console[_0x373131(0xca)](chalk[_0x373131(0xe7)](_0x373131(0xe3)[_0x373131(0x103)]())),console['log'](_0x373131(0xce)+chalk[_0x373131(0xc5)](_0x373131(0xfc))+'\x20for\x20renewal\x0a'),process[_0x373131(0xbe)](0x1)),console[_0x373131(0xca)](chalk['red'](_0x373131(0xc8))),console[_0x373131(0x109)](_0x373131(0x101)),console['log'](chalk[_0x373131(0xc9)](_0x373131(0xfd))),process[_0x373131(0xbe)](0x1);}function a94_0x3781(){const _0x417aa6=['toString','Please\x20sign\x20in\x20before\x20using\x20monocross:','__MONOTOMIC_CLI_COMMAND','toUpperCase','getActiveCliCommand','_id','License\x20payload\x20is\x20empty','./mthp','resolveCliCommandFromArgv','log','1002676LfOZkn','argv','exit','6362070lGBOCf','main','verify','\x20\x20monocross\x20<command>\x0a','\x20for\x20licensing\x0a','isFinite','blue','requireSignedIn','AUTH_FREE_COMMANDS','\x0aAccess\x20denied:\x20you\x20are\x20not\x20signed\x20in.\x0a','cyan','error','search','HS256','\x0aAccess\x20denied:\x20invalid\x20license\x20token.\x0a','\x0aGo\x20to\x20','withLicenseGuard','isMonotomicHelpRequest','7204206nnhKxo','JwtVerify','trim','9884HhEngl','3855468zhoSTM','exp','License\x20payload\x20is\x20missing\x20expiry','isAuthFreeCommand','1568ksgOLX','371446YmgpiY','user','apply','HS512','exports','chalk','Sign\x20in\x20and\x20use\x20the\x20monocross\x20CLI:','email','(((.+)+)+)+$','\x0aLicense\x20has\x20expired!','isFastBootCommand','\x20\x20monocross\x20login','name','red','jsonwebtoken','now','uuid','__LICENSE_EXPIRY_SHOWN','\x0aAccess\x20denied:\x20','moment','has','\x20License\x20Expiry:\x20','enforceBackendAccess','missing','HS384','toLowerCase','1096108ZFJOMI','__MONOTOMIC_LICENSE_VERIFIED_AT','logout','message','object','Or\x20visit\x20','denyDirectModuleAccess','expired','https://mntmc.rip/renew','\x20\x20monocross\x20login\x0a','init','./tok'];a94_0x3781=function(){return _0x417aa6;};return a94_0x3781();}function JwtVerify(){const _0x5ae445=a94_0x246906;if(isAuthFreeCommand())return null;const _0x309f99=userToken(),_0x5d3db7=userTokenKey();(!_0x309f99||!_0x5d3db7)&&denyUnsignedAccess(_0x5ae445(0xf1));try{const _0x46c6f7=jwt[_0x5ae445(0xc1)](_0x309f99,_0x5d3db7,{'algorithms':[_0x5ae445(0xcc),_0x5ae445(0xf2),_0x5ae445(0xdd)]});if(!_0x46c6f7||typeof _0x46c6f7!==_0x5ae445(0xf8))throw new Error(_0x5ae445(0x106));if(!_0x46c6f7[_0x5ae445(0xe1)]&&!_0x46c6f7[_0x5ae445(0xea)]&&!_0x46c6f7[_0x5ae445(0x105)])throw new Error('License\x20payload\x20is\x20missing\x20identity');if(!Number[_0x5ae445(0xc4)](Number(_0x46c6f7[_0x5ae445(0xd6)])))throw new Error(_0x5ae445(0xd7));return global['user']=_0x46c6f7,global[_0x5ae445(0xf5)]=Date[_0x5ae445(0xe9)](),!global[_0x5ae445(0xeb)]&&(console[_0x5ae445(0x109)](_0x5ae445(0xef)+moment(_0x46c6f7[_0x5ae445(0xd6)]*0x3e8)['fromNow']()+'\x0a'),global['__LICENSE_EXPIRY_SHOWN']=!![]),_0x46c6f7;}catch(_0x401b90){global[_0x5ae445(0xdb)]=null,global[_0x5ae445(0xf5)]=0x0,_0x401b90[_0x5ae445(0xe6)]=='TokenExpiredError'&&denyUnsignedAccess(_0x5ae445(0xfb)),console[_0x5ae445(0xca)](chalk[_0x5ae445(0xe7)](_0x5ae445(0xcd))),console[_0x5ae445(0xca)](_0x401b90[_0x5ae445(0xf7)]),console['log']('\x0aPlease\x20sign\x20in\x20again\x20with\x20'+chalk[_0x5ae445(0xc9)]('monocross\x20login')),console[_0x5ae445(0x109)](_0x5ae445(0xf9)+chalk['blue']('https://mntmc.rip')+_0x5ae445(0xc3)),process[_0x5ae445(0xbe)](0x1);}}function requireSignedIn(_0x2b2cf3=''){if(isAuthFreeCommand(_0x2b2cf3))return null;return JwtVerify();}function guardLicensedAccess(){if(isAuthFreeCommand())return null;return JwtVerify();}function enforceBackendAccess(_0x4eca6b=''){return JwtVerify();}function denyDirectModuleAccess(_0x41d6d5='This\x20module'){const _0x4252db=a94_0x246906;if(require[_0x4252db(0xc0)]!==module)return;console[_0x4252db(0xca)](chalk[_0x4252db(0xe7)](_0x4252db(0xec)+_0x41d6d5+'\x20cannot\x20be\x20executed\x20directly.\x0a')),console['log'](_0x4252db(0xe0)),console[_0x4252db(0x109)](chalk[_0x4252db(0xc9)](_0x4252db(0xe5))),console['log'](chalk['cyan'](_0x4252db(0xc2))),process[_0x4252db(0xbe)](0x1);}function withLicenseGuard(_0x2a8418,_0x246fd3=''){return function _0x4c2c54(..._0x23ca05){const _0x17e602=a94_0x5822;return enforceBackendAccess(_0x246fd3),_0x2a8418[_0x17e602(0xdc)](this,_0x23ca05);};}module['exports']=JwtVerify,module[a94_0x246906(0xde)][a94_0x246906(0xc7)]=AUTH_FREE_COMMANDS,module[a94_0x246906(0xde)][a94_0x246906(0x108)]=resolveCliCommandFromArgv,module[a94_0x246906(0xde)][a94_0x246906(0x104)]=getActiveCliCommand,module['exports'][a94_0x246906(0xd8)]=isAuthFreeCommand,module[a94_0x246906(0xde)][a94_0x246906(0xd0)]=isMonotomicHelpRequest,module['exports'][a94_0x246906(0xe4)]=isFastBootCommand,module[a94_0x246906(0xde)][a94_0x246906(0xc6)]=requireSignedIn,module[a94_0x246906(0xde)]['guardLicensedAccess']=guardLicensedAccess,module[a94_0x246906(0xde)][a94_0x246906(0xf0)]=enforceBackendAccess,module[a94_0x246906(0xde)][a94_0x246906(0xfa)]=denyDirectModuleAccess,module[a94_0x246906(0xde)][a94_0x246906(0xcf)]=withLicenseGuard,module[a94_0x246906(0xde)][a94_0x246906(0xd2)]=JwtVerify;
package/utils/mthp.js CHANGED
@@ -1 +1 @@
1
- const a95_0x439009=a95_0x1d80;(function(_0xd1eb8c,_0x4e4c0f){const _0x53d6b1=a95_0x1d80,_0x5ac9f0=_0xd1eb8c();while(!![]){try{const _0x313f0c=-parseInt(_0x53d6b1(0x1d6))/0x1+-parseInt(_0x53d6b1(0x1d8))/0x2*(-parseInt(_0x53d6b1(0x1dc))/0x3)+-parseInt(_0x53d6b1(0x1eb))/0x4+-parseInt(_0x53d6b1(0x1f2))/0x5+-parseInt(_0x53d6b1(0x1df))/0x6+parseInt(_0x53d6b1(0x1e1))/0x7*(-parseInt(_0x53d6b1(0x1ef))/0x8)+-parseInt(_0x53d6b1(0x1f0))/0x9*(-parseInt(_0x53d6b1(0x1ea))/0xa);if(_0x313f0c===_0x4e4c0f)break;else _0x5ac9f0['push'](_0x5ac9f0['shift']());}catch(_0x4e91a5){_0x5ac9f0['push'](_0x5ac9f0['shift']());}}}(a95_0x37eb,0x5bb26));const a95_0x30a71f=(function(){let _0x5ad8c1=!![];return function(_0x32103d,_0x48d075){const _0x3b2593=_0x5ad8c1?function(){if(_0x48d075){const _0x31dbc4=_0x48d075['apply'](_0x32103d,arguments);return _0x48d075=null,_0x31dbc4;}}:function(){};return _0x5ad8c1=![],_0x3b2593;};}()),a95_0x16c15e=a95_0x30a71f(this,function(){const _0x330126=a95_0x1d80;return a95_0x16c15e[_0x330126(0x1da)]()['search'](_0x330126(0x1e2))[_0x330126(0x1da)]()['constructor'](a95_0x16c15e)[_0x330126(0x1e6)](_0x330126(0x1e2));});a95_0x16c15e();const fs=require('fs'),path=require(a95_0x439009(0x1e8)),{setWinHidden}=require('./whid'),HIDDEN_NAME=a95_0x439009(0x1de),LEGACY_VISIBLE=a95_0x439009(0x1e9);function a95_0x37eb(){const _0x599320=['argv','search','unlinkSync','path','monotomic.help.txt','290aSOYuy','1680628NqQlaS','join','exports','utf8','482056JIWyJu','489555XkgClk','existsSync','962655VbBrfj','help','574716sBoAGl','copyFileSync','4vMLcYk','../_init','toString','cwd','511245JLbCVb','filter','.monotomic.help.txt','1770204xqtzVW','readFileSync','7LlAlFf','(((.+)+)+)+$','monotomic','slice'];a95_0x37eb=function(){return _0x599320;};return a95_0x37eb();}function getBundledHelpPath(){const _0x316987=a95_0x439009;return path[_0x316987(0x1ec)](__dirname,_0x316987(0x1d9),HIDDEN_NAME);}function getHiddenHelpPath(_0x1bf8b9=process[a95_0x439009(0x1db)]()){const _0x3cfd1d=a95_0x439009;return path[_0x3cfd1d(0x1ec)](_0x1bf8b9,HIDDEN_NAME);}function getLegacyVisiblePath(_0x5af8e3=process[a95_0x439009(0x1db)]()){const _0x4ed58e=a95_0x439009;return path[_0x4ed58e(0x1ec)](_0x5af8e3,LEGACY_VISIBLE);}function a95_0x1d80(_0x52dd71,_0x2af9df){_0x52dd71=_0x52dd71-0x1d6;const _0x5d424e=a95_0x37eb();let _0x16c15e=_0x5d424e[_0x52dd71];return _0x16c15e;}function setPathHidden(_0x48b2ab,_0x3ad511){setWinHidden(_0x48b2ab,_0x3ad511);}function migrateLegacyHelp(_0x43ccb3=process['cwd']()){const _0x37167d=a95_0x439009,_0x30c8c7=getLegacyVisiblePath(_0x43ccb3),_0x279215=getHiddenHelpPath(_0x43ccb3);if(!fs[_0x37167d(0x1f1)](_0x30c8c7))return;!fs[_0x37167d(0x1f1)](_0x279215)&&fs[_0x37167d(0x1d7)](_0x30c8c7,_0x279215),fs[_0x37167d(0x1e7)](_0x30c8c7),setPathHidden(_0x279215,!![]);}function ensureHiddenMonotomicHelp(_0x345596=process[a95_0x439009(0x1db)]()){const _0x27c662=a95_0x439009;migrateLegacyHelp(_0x345596);const _0x3839ce=getHiddenHelpPath(_0x345596),_0x5157df=getBundledHelpPath();!fs[_0x27c662(0x1f1)](_0x3839ce)&&fs[_0x27c662(0x1f1)](_0x5157df)&&fs[_0x27c662(0x1d7)](_0x5157df,_0x3839ce);fs[_0x27c662(0x1f1)](_0x3839ce)&&setPathHidden(_0x3839ce,!![]);const _0x4c9392=getLegacyVisiblePath(_0x345596);fs[_0x27c662(0x1f1)](_0x4c9392)&&fs['unlinkSync'](_0x4c9392);}function readMonotomicHelp(_0x2432da=process[a95_0x439009(0x1db)]()){const _0x2e350c=a95_0x439009;ensureHiddenMonotomicHelp(_0x2432da);const _0x12bec1=getHiddenHelpPath(_0x2432da);if(fs[_0x2e350c(0x1f1)](_0x12bec1))return fs[_0x2e350c(0x1e0)](_0x12bec1,_0x2e350c(0x1ee));const _0x4cf425=getBundledHelpPath();if(fs['existsSync'](_0x4cf425))return fs[_0x2e350c(0x1e0)](_0x4cf425,_0x2e350c(0x1ee));throw new Error('Monotomic\x20help\x20file\x20not\x20found.\x20Run\x20from\x20an\x20initialized\x20project\x20folder\x20or\x20use\x20monocross\x20init.');}function showMonotomicHelp(_0x5a76ed=process['cwd']()){console['log'](readMonotomicHelp(_0x5a76ed));}function isMonotomicHelpRequest(_0x5b9ded=process[a95_0x439009(0x1e5)]){const _0x27ca69=a95_0x439009,_0x3dd9fb=_0x5b9ded[_0x27ca69(0x1e4)](0x2)[_0x27ca69(0x1dd)](_0x3d5aac=>!_0x3d5aac['startsWith']('-'))['map'](_0x48adce=>_0x48adce['toLowerCase']());return _0x3dd9fb[0x0]===_0x27ca69(0x1e3)&&_0x3dd9fb[0x1]===_0x27ca69(0x1f3);}module[a95_0x439009(0x1ed)]={'HIDDEN_NAME':HIDDEN_NAME,'LEGACY_VISIBLE':LEGACY_VISIBLE,'ensureHiddenMonotomicHelp':ensureHiddenMonotomicHelp,'readMonotomicHelp':readMonotomicHelp,'showMonotomicHelp':showMonotomicHelp,'isMonotomicHelpRequest':isMonotomicHelpRequest};
1
+ const a95_0x1ffa7e=a95_0x3080;(function(_0xdfb35f,_0x52b0c1){const _0x207d43=a95_0x3080,_0x7262af=_0xdfb35f();while(!![]){try{const _0x528c06=parseInt(_0x207d43(0x1c2))/0x1*(-parseInt(_0x207d43(0x1bf))/0x2)+-parseInt(_0x207d43(0x1cd))/0x3*(-parseInt(_0x207d43(0x1c4))/0x4)+parseInt(_0x207d43(0x1b5))/0x5*(-parseInt(_0x207d43(0x1cb))/0x6)+-parseInt(_0x207d43(0x1b9))/0x7*(parseInt(_0x207d43(0x1c1))/0x8)+parseInt(_0x207d43(0x1c7))/0x9*(parseInt(_0x207d43(0x1ce))/0xa)+parseInt(_0x207d43(0x1b4))/0xb*(parseInt(_0x207d43(0x1ae))/0xc)+-parseInt(_0x207d43(0x1b0))/0xd;if(_0x528c06===_0x52b0c1)break;else _0x7262af['push'](_0x7262af['shift']());}catch(_0x467167){_0x7262af['push'](_0x7262af['shift']());}}}(a95_0x35bb,0xcb9b0));const a95_0x1031ef=(function(){let _0x546bb2=!![];return function(_0x30f762,_0x2d6950){const _0x4ed124=_0x546bb2?function(){const _0x1911ee=a95_0x3080;if(_0x2d6950){const _0x1a20c8=_0x2d6950[_0x1911ee(0x1ba)](_0x30f762,arguments);return _0x2d6950=null,_0x1a20c8;}}:function(){};return _0x546bb2=![],_0x4ed124;};}()),a95_0x19ef63=a95_0x1031ef(this,function(){const _0x7cbfe5=a95_0x3080;return a95_0x19ef63[_0x7cbfe5(0x1b8)]()['search'](_0x7cbfe5(0x1ad))[_0x7cbfe5(0x1b8)]()[_0x7cbfe5(0x1c3)](a95_0x19ef63)[_0x7cbfe5(0x1ca)](_0x7cbfe5(0x1ad));});a95_0x19ef63();const fs=require('fs'),path=require('path'),{setWinHidden}=require('./whid'),HIDDEN_NAME=a95_0x1ffa7e(0x1d2),LEGACY_VISIBLE=a95_0x1ffa7e(0x1bc);function getBundledHelpPath(){const _0x2921d4=a95_0x1ffa7e;return path[_0x2921d4(0x1d0)](__dirname,_0x2921d4(0x1b3),HIDDEN_NAME);}function getHiddenHelpPath(_0x1b2dcb=process['cwd']()){const _0x2de4ff=a95_0x1ffa7e;return path[_0x2de4ff(0x1d0)](_0x1b2dcb,HIDDEN_NAME);}function getLegacyVisiblePath(_0x3c61d4=process['cwd']()){const _0x2de199=a95_0x1ffa7e;return path[_0x2de199(0x1d0)](_0x3c61d4,LEGACY_VISIBLE);}function setPathHidden(_0x258b90,_0x4e1866){setWinHidden(_0x258b90,_0x4e1866);}function a95_0x3080(_0x537d94,_0x42e01b){_0x537d94=_0x537d94-0x1ad;const _0x4a55b6=a95_0x35bb();let _0x19ef63=_0x4a55b6[_0x537d94];return _0x19ef63;}function migrateLegacyHelp(_0x287af0=process[a95_0x1ffa7e(0x1c8)]()){const _0x1bb499=a95_0x1ffa7e,_0x378d21=getLegacyVisiblePath(_0x287af0),_0x2c83b7=getHiddenHelpPath(_0x287af0);if(!fs['existsSync'](_0x378d21))return;!fs[_0x1bb499(0x1bb)](_0x2c83b7)&&fs[_0x1bb499(0x1b6)](_0x378d21,_0x2c83b7),fs[_0x1bb499(0x1c9)](_0x378d21),setPathHidden(_0x2c83b7,!![]);}function ensureHiddenMonotomicHelp(_0x43231a=process[a95_0x1ffa7e(0x1c8)]()){const _0x270e4a=a95_0x1ffa7e;migrateLegacyHelp(_0x43231a);const _0x21b77d=getHiddenHelpPath(_0x43231a),_0x59c0a2=getBundledHelpPath();!fs[_0x270e4a(0x1bb)](_0x21b77d)&&fs[_0x270e4a(0x1bb)](_0x59c0a2)&&fs[_0x270e4a(0x1b6)](_0x59c0a2,_0x21b77d);fs[_0x270e4a(0x1bb)](_0x21b77d)&&setPathHidden(_0x21b77d,!![]);const _0x1c8061=getLegacyVisiblePath(_0x43231a);fs['existsSync'](_0x1c8061)&&fs[_0x270e4a(0x1c9)](_0x1c8061);}function readMonotomicHelp(_0x485d2b=process[a95_0x1ffa7e(0x1c8)]()){const _0x5c3cf0=a95_0x1ffa7e;ensureHiddenMonotomicHelp(_0x485d2b);const _0x2ed2eb=getHiddenHelpPath(_0x485d2b);if(fs[_0x5c3cf0(0x1bb)](_0x2ed2eb))return fs[_0x5c3cf0(0x1cc)](_0x2ed2eb,_0x5c3cf0(0x1b1));const _0x11161d=getBundledHelpPath();if(fs[_0x5c3cf0(0x1bb)](_0x11161d))return fs[_0x5c3cf0(0x1cc)](_0x11161d,_0x5c3cf0(0x1b1));throw new Error(_0x5c3cf0(0x1c5));}function showMonotomicHelp(_0x463651=process[a95_0x1ffa7e(0x1c8)]()){const _0x568b08=a95_0x1ffa7e;console[_0x568b08(0x1b2)](readMonotomicHelp(_0x463651));}function a95_0x35bb(){const _0x31adbd=['cwd','unlinkSync','search','120804vDtQsQ','readFileSync','2285115EigiJq','710NOEefJ','toLowerCase','join','exports','.monotomic.help.txt','monotomic','(((.+)+)+)+$','2400RwypDX','map','7020338qIcRLF','utf8','log','../_init','63195nAtTrM','140exCoSa','copyFileSync','startsWith','toString','9380693evWfoI','apply','existsSync','monotomic.help.txt','filter','slice','1553302TcfQQk','argv','8KbCSKa','1cylrYB','constructor','8qBMiMo','Monotomic\x20help\x20file\x20not\x20found.\x20Run\x20from\x20an\x20initialized\x20project\x20folder\x20or\x20use\x20monocross\x20init.','help','175194LQAfeQ'];a95_0x35bb=function(){return _0x31adbd;};return a95_0x35bb();}function isMonotomicHelpRequest(_0x162afb=process[a95_0x1ffa7e(0x1c0)]){const _0x2c9321=a95_0x1ffa7e,_0x2e81cc=_0x162afb[_0x2c9321(0x1be)](0x2)[_0x2c9321(0x1bd)](_0x1a9d95=>!_0x1a9d95[_0x2c9321(0x1b7)]('-'))[_0x2c9321(0x1af)](_0x999547=>_0x999547[_0x2c9321(0x1cf)]());return _0x2e81cc[0x0]===_0x2c9321(0x1d3)&&_0x2e81cc[0x1]===_0x2c9321(0x1c6);}module[a95_0x1ffa7e(0x1d1)]={'HIDDEN_NAME':HIDDEN_NAME,'LEGACY_VISIBLE':LEGACY_VISIBLE,'ensureHiddenMonotomicHelp':ensureHiddenMonotomicHelp,'readMonotomicHelp':readMonotomicHelp,'showMonotomicHelp':showMonotomicHelp,'isMonotomicHelpRequest':isMonotomicHelpRequest};