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,13 +1,12 @@
1
- <html>
2
-
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
3
  <head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5
- <title>New message</title>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6
+ <title>New message</title>
6
7
  </head>
7
- <h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
8
- <p>This is a new message for you.</p>
9
- <body>
10
-
8
+ <body style="font-family: Segoe UI, Arial, sans-serif; color: #1f2937; line-height: 1.55; margin: 0; padding: 24px;">
9
+ <h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
10
+ <p>This is a new message for you.</p>
11
11
  </body>
12
-
13
12
  </html>
@@ -5,6 +5,13 @@
5
5
  "port": 25,
6
6
  "secure": false
7
7
  },
8
+ {
9
+ "host": "smtp.example.com",
10
+ "port": 587,
11
+ "secure": false,
12
+ "user": "smtp-user@example.com",
13
+ "pass": "smtp-password"
14
+ },
8
15
  {
9
16
  "host": "smtp.example.com",
10
17
  "port": 465,
package/commands/auth.js CHANGED
@@ -1 +1 @@
1
- const a0_0x3c0811=a0_0x3b95;(function(_0x1d2f14,_0x133843){const _0x2aee9c=a0_0x3b95,_0x47b3b9=_0x1d2f14();while(!![]){try{const _0x44abbc=-parseInt(_0x2aee9c(0x1e8))/0x1*(parseInt(_0x2aee9c(0x1fc))/0x2)+-parseInt(_0x2aee9c(0x1ed))/0x3+parseInt(_0x2aee9c(0x1fe))/0x4+parseInt(_0x2aee9c(0x1f5))/0x5+parseInt(_0x2aee9c(0x204))/0x6+-parseInt(_0x2aee9c(0x1ea))/0x7+-parseInt(_0x2aee9c(0x217))/0x8*(-parseInt(_0x2aee9c(0x20b))/0x9);if(_0x44abbc===_0x133843)break;else _0x47b3b9['push'](_0x47b3b9['shift']());}catch(_0x419e55){_0x47b3b9['push'](_0x47b3b9['shift']());}}}(a0_0x5020,0x93d42));function a0_0x3b95(_0x2c5fcf,_0x418889){_0x2c5fcf=_0x2c5fcf-0x1e3;const _0x27bdea=a0_0x5020();let _0x113197=_0x27bdea[_0x2c5fcf];return _0x113197;}const a0_0x580538=(function(){let _0x2170f0=!![];return function(_0x1f4a67,_0x41d6e1){const _0x537944=_0x2170f0?function(){const _0x424155=a0_0x3b95;if(_0x41d6e1){const _0x2d4814=_0x41d6e1[_0x424155(0x209)](_0x1f4a67,arguments);return _0x41d6e1=null,_0x2d4814;}}:function(){};return _0x2170f0=![],_0x537944;};}()),a0_0x113197=a0_0x580538(this,function(){const _0x4887c7=a0_0x3b95;return a0_0x113197[_0x4887c7(0x201)]()[_0x4887c7(0x1ee)](_0x4887c7(0x205))['toString']()['constructor'](a0_0x113197)[_0x4887c7(0x1ee)]('(((.+)+)+)+$');});a0_0x113197();const path=require('path'),chalk=require(a0_0x3c0811(0x206)),{createSpinner}=require('nanospinner'),{platform,homedir,tmpdir}=require('os'),{loginAccount}=require(a0_0x3c0811(0x202)),{frames,readFile,storeUser,removeFile,CURRENT_DIR,validateEmail,openLinkInBrowser,M_WEBSITE,storeTokenKey}=require(a0_0x3c0811(0x1f0));function AuthCommands(){return{'login':login,'logout':logout};}function logout(){const _0x126140=a0_0x3c0811;try{const _0x325bc8=createSpinner(_0x126140(0x20a),{'frames':frames})[_0x126140(0x1f2)]();removeFile(homedir()+'/'+process[_0x126140(0x1e9)][_0x126140(0x1eb)]),removeFile(homedir()+_0x126140(0x214)+process['env'][_0x126140(0x1eb)]),_0x325bc8[_0x126140(0x20f)]({'text':_0x126140(0x20d)+chalk[_0x126140(0x1f1)](new Date())+'!'});}catch(_0x190034){if(_0x190034[_0x126140(0x1f6)]=='EACCES'&&platform()!=_0x126140(0x1f8))console[_0x126140(0x1fa)]('\x0aPlease\x20add\x20`sudo`\x20to\x20command');else console[_0x126140(0x1fa)](_0x126140(0x216));if(_0x190034[_0x126140(0x1f6)]==_0x126140(0x212))process[_0x126140(0x207)](0x1);else console[_0x126140(0x1fa)](_0x190034['message'])&&process[_0x126140(0x207)](0x1);}}function a0_0x5020(){const _0x2835f4=['../functions/globals','greenBright','start','\x0aPlease\x20add\x20`sudo`\x20to\x20command','REMOTE_ID','6038885Rsirgn','code','Email:','win32','\x20file\x0a\x0aUse\x20`cd\x20path/to/your/folder`\x20firstly,\x20then\x20try\x20again!','error','Logging\x20in...','420734KLYdax','Authorizing\x20application.\x20Opening\x20browser','3053860PKPoQV','green','input','toString','../functions/auths','EACCES','1704732MtvuFj','(((.+)+)+)+$','chalk','exit','\x0aCan\x27t\x20find\x20','apply','Logging\x20out...','1867203CqCuLD','searchParams','Logged\x20out\x20on\x20','There\x20was\x20no\x20key\x20found,\x20why?','success','monotomic.key','clientid','ENOENT','set','/.mtkn.','href','\x0aPlease\x20run\x20as\x20Administrator','32WaGEdL','email','Please,\x20enter\x20your\x20valid\x20email!','join','string','./monotomic.key','2wdTlrk','env','5936903pqvWIE','TOKEN_FILE_PATH','exports','3632589afAEOc','search','message'];a0_0x5020=function(){return _0x2835f4;};return a0_0x5020();}function login(_0x10e842){const _0xd2dde9=a0_0x3c0811;try{const _0x2156c1={'type':_0xd2dde9(0x200),'name':'email','message':_0xd2dde9(0x1f7)};_0x10e842(_0x2156c1)['then'](_0x4867e7=>{const _0x28b862=_0xd2dde9,{email:_0x1ce8e5}=_0x4867e7,_0x4c9f70=''+readFile(path[_0x28b862(0x1e5)](CURRENT_DIR,_0x28b862(0x1e7))),_0x27f40e={'token':_0x4c9f70,'email':_0x1ce8e5},_0xa51968=createSpinner(_0x28b862(0x1fb),{'frames':frames})[_0x28b862(0x1f2)]();!_0x4c9f70&&(_0xa51968[_0x28b862(0x1fa)]({'text':_0x28b862(0x20e)}),process[_0x28b862(0x207)](0x1)),(!_0x1ce8e5||!validateEmail(_0x1ce8e5))&&(_0xa51968['error']({'text':_0x28b862(0x1e4)}),process[_0x28b862(0x207)](0x1)),loginAccount(_0x27f40e,async(_0x34c244,_0x1507b9)=>{const _0x12b04e=_0x28b862;_0x34c244&&(_0xa51968[_0x12b04e(0x1fa)]({'text':_0x34c244[_0x12b04e(0x1ef)]}),process[_0x12b04e(0x207)](0x1));const {token:_0x30ac41,email:_0x59beca,login_remains:_0xacb4f7,vkey:_0x43e9c0}=_0x1507b9;storeUser(_0x30ac41,{'type':_0x12b04e(0x1e6)}),storeTokenKey(_0x43e9c0,{'type':_0x12b04e(0x1e6)});if(_0x1507b9){_0xa51968[_0x12b04e(0x20f)]({'text':_0x12b04e(0x1fd)});const _0x56c164=new URL('/oauth/authorize',M_WEBSITE);_0x56c164[_0x12b04e(0x20c)][_0x12b04e(0x213)](_0x12b04e(0x211),process[_0x12b04e(0x1e9)][_0x12b04e(0x1f4)]),_0x56c164[_0x12b04e(0x20c)]['set'](_0x12b04e(0x1e3),_0x59beca),openLinkInBrowser(_0x56c164[_0x12b04e(0x215)]);}});});}catch(_0x44117c){if(_0x44117c[_0xd2dde9(0x1f6)]==_0xd2dde9(0x203)&&platform()!=_0xd2dde9(0x1f8))console[_0xd2dde9(0x1fa)](_0xd2dde9(0x1f3));else console[_0xd2dde9(0x1fa)]('\x0aPlease\x20run\x20as\x20Administrator');if(_0x44117c[_0xd2dde9(0x1f6)]==_0xd2dde9(0x212))console['error'](_0xd2dde9(0x208)+chalk[_0xd2dde9(0x1ff)](_0xd2dde9(0x210))+_0xd2dde9(0x1f9)),process['exit'](0x1);else console[_0xd2dde9(0x1fa)](_0x44117c['message'])&&process[_0xd2dde9(0x207)](0x1);}}module[a0_0x3c0811(0x1ec)]=AuthCommands;
1
+ const a0_0x3fc381=a0_0x2bc3;(function(_0x10766d,_0x1b3565){const _0x330777=a0_0x2bc3,_0x6faace=_0x10766d();while(!![]){try{const _0x26fc06=parseInt(_0x330777(0x20d))/0x1*(parseInt(_0x330777(0x209))/0x2)+-parseInt(_0x330777(0x20a))/0x3+-parseInt(_0x330777(0x201))/0x4*(-parseInt(_0x330777(0x218))/0x5)+-parseInt(_0x330777(0x1f3))/0x6*(-parseInt(_0x330777(0x1fe))/0x7)+parseInt(_0x330777(0x1f7))/0x8*(-parseInt(_0x330777(0x210))/0x9)+parseInt(_0x330777(0x1ef))/0xa+-parseInt(_0x330777(0x1fb))/0xb;if(_0x26fc06===_0x1b3565)break;else _0x6faace['push'](_0x6faace['shift']());}catch(_0xd933ae){_0x6faace['push'](_0x6faace['shift']());}}}(a0_0x1b7f,0x29b1b));const a0_0x22f67b=(function(){let _0x129e23=!![];return function(_0x446670,_0x4750b7){const _0xb5dec4=_0x129e23?function(){const _0x1c82e0=a0_0x2bc3;if(_0x4750b7){const _0x31c2cb=_0x4750b7[_0x1c82e0(0x1f6)](_0x446670,arguments);return _0x4750b7=null,_0x31c2cb;}}:function(){};return _0x129e23=![],_0xb5dec4;};}()),a0_0x2210d9=a0_0x22f67b(this,function(){const _0x4cd0b5=a0_0x2bc3;return a0_0x2210d9[_0x4cd0b5(0x214)]()[_0x4cd0b5(0x20b)]('(((.+)+)+)+$')[_0x4cd0b5(0x214)]()[_0x4cd0b5(0x206)](a0_0x2210d9)['search'](_0x4cd0b5(0x21b));});a0_0x2210d9();const path=require('path'),chalk=require(a0_0x3fc381(0x1f4)),{createSpinner}=require(a0_0x3fc381(0x219)),{platform,homedir,tmpdir}=require('os'),{loginAccount}=require('../functions/auths'),{frames,readFile,storeUser,removeFile,CURRENT_DIR,validateEmail,openLinkInBrowser,M_WEBSITE,storeTokenKey}=require(a0_0x3fc381(0x1ee));function AuthCommands(){return{'login':login,'logout':logout};}function logout(){const _0x3e53e8=a0_0x3fc381;try{const _0x2eccb1=createSpinner(_0x3e53e8(0x203),{'frames':frames})[_0x3e53e8(0x1e6)]();removeFile(homedir()+'/'+process[_0x3e53e8(0x1f1)]['TOKEN_FILE_PATH']),removeFile(homedir()+_0x3e53e8(0x1ea)+process[_0x3e53e8(0x1f1)][_0x3e53e8(0x213)]),_0x2eccb1['success']({'text':_0x3e53e8(0x1f9)+chalk[_0x3e53e8(0x1f8)](new Date())+'!'});}catch(_0x44552c){if(_0x44552c[_0x3e53e8(0x211)]==_0x3e53e8(0x205)&&platform()!=_0x3e53e8(0x1e8))console[_0x3e53e8(0x212)](_0x3e53e8(0x202));else console['error'](_0x3e53e8(0x1eb));if(_0x44552c[_0x3e53e8(0x211)]==_0x3e53e8(0x207))process[_0x3e53e8(0x1fa)](0x1);else console[_0x3e53e8(0x212)](_0x44552c['message'])&&process[_0x3e53e8(0x1fa)](0x1);}}function login(_0x256d64){const _0x1fadd6=a0_0x3fc381;try{const _0x365d36={'type':_0x1fadd6(0x1f2),'name':_0x1fadd6(0x1e7),'message':'Email:'};_0x256d64(_0x365d36)[_0x1fadd6(0x20f)](_0x202972=>{const _0x504212=_0x1fadd6,{email:_0x23667d}=_0x202972,_0x2d4b91=''+readFile(path[_0x504212(0x1fd)](CURRENT_DIR,_0x504212(0x1ec))),_0x1a2c30={'token':_0x2d4b91,'email':_0x23667d},_0x2bda84=createSpinner(_0x504212(0x1e9),{'frames':frames})['start']();!_0x2d4b91&&(_0x2bda84['error']({'text':_0x504212(0x1f0)}),process['exit'](0x1)),(!_0x23667d||!validateEmail(_0x23667d))&&(_0x2bda84['error']({'text':_0x504212(0x204)}),process[_0x504212(0x1fa)](0x1)),loginAccount(_0x1a2c30,async(_0x2edcb4,_0x1cd911)=>{const _0x2095eb=_0x504212;_0x2edcb4&&(_0x2bda84[_0x2095eb(0x212)]({'text':_0x2edcb4['message']}),process[_0x2095eb(0x1fa)](0x1));const {token:_0x486429,email:_0x12fec5,login_remains:_0x4e4916,vkey:_0x2691eb}=_0x1cd911;storeUser(_0x486429,{'type':_0x2095eb(0x217)}),storeTokenKey(_0x2691eb,{'type':_0x2095eb(0x217)});if(_0x1cd911){_0x2bda84[_0x2095eb(0x20c)]({'text':_0x2095eb(0x208)});const _0x51dc92=new URL(_0x2095eb(0x200),M_WEBSITE);_0x51dc92[_0x2095eb(0x215)][_0x2095eb(0x1ff)](_0x2095eb(0x21a),process[_0x2095eb(0x1f1)]['REMOTE_ID']),_0x51dc92[_0x2095eb(0x215)]['set'](_0x2095eb(0x1e7),_0x12fec5),openLinkInBrowser(_0x51dc92['href']);}});});}catch(_0x416eb2){if(_0x416eb2[_0x1fadd6(0x211)]==_0x1fadd6(0x205)&&platform()!=_0x1fadd6(0x1e8))console[_0x1fadd6(0x212)](_0x1fadd6(0x202));else console[_0x1fadd6(0x212)](_0x1fadd6(0x1eb));if(_0x416eb2['code']==_0x1fadd6(0x207))console[_0x1fadd6(0x212)](_0x1fadd6(0x1fc)+chalk[_0x1fadd6(0x20e)](_0x1fadd6(0x216))+_0x1fadd6(0x1ed)),process[_0x1fadd6(0x1fa)](0x1);else console[_0x1fadd6(0x212)](_0x416eb2['message'])&&process['exit'](0x1);}}function a0_0x2bc3(_0x267ed1,_0x49c6b9){_0x267ed1=_0x267ed1-0x1e6;const _0x10abc1=a0_0x1b7f();let _0x2210d9=_0x10abc1[_0x267ed1];return _0x2210d9;}function a0_0x1b7f(){const _0x3d1cdd=['Logging\x20out...','Please,\x20enter\x20your\x20valid\x20email!','EACCES','constructor','ENOENT','Authorizing\x20application.\x20Opening\x20browser','8CksEkx','329991nhjWYv','search','success','75793YehYvC','green','then','9RVXjyw','code','error','TOKEN_FILE_PATH','toString','searchParams','monotomic.key','string','41980idmKSc','nanospinner','clientid','(((.+)+)+)+$','start','email','win32','Logging\x20in...','/.mtkn.','\x0aPlease\x20run\x20as\x20Administrator','./monotomic.key','\x20file\x0a\x0aUse\x20`cd\x20path/to/your/folder`\x20firstly,\x20then\x20try\x20again!','../functions/globals','1766610RHyCLU','There\x20was\x20no\x20key\x20found,\x20why?','env','input','2322nfIXvl','chalk','exports','apply','1168504nXqUvs','greenBright','Logged\x20out\x20on\x20','exit','4449533DYnkWy','\x0aCan\x27t\x20find\x20','join','3017xUvkbb','set','/oauth/authorize','88NuplKe','\x0aPlease\x20add\x20`sudo`\x20to\x20command'];a0_0x1b7f=function(){return _0x3d1cdd;};return a0_0x1b7f();}module[a0_0x3fc381(0x1f5)]=AuthCommands;
@@ -1 +1 @@
1
- const a1_0x18c85f=a1_0x3bc9;(function(_0x164cd0,_0x28ca68){const _0x16fb0a=a1_0x3bc9,_0x5971fe=_0x164cd0();while(!![]){try{const _0x1a3bbd=-parseInt(_0x16fb0a(0xea))/0x1+parseInt(_0x16fb0a(0xd8))/0x2*(parseInt(_0x16fb0a(0xdb))/0x3)+-parseInt(_0x16fb0a(0xeb))/0x4+-parseInt(_0x16fb0a(0xef))/0x5*(parseInt(_0x16fb0a(0xe1))/0x6)+-parseInt(_0x16fb0a(0xdd))/0x7+parseInt(_0x16fb0a(0xf3))/0x8*(-parseInt(_0x16fb0a(0xe5))/0x9)+-parseInt(_0x16fb0a(0xe9))/0xa*(-parseInt(_0x16fb0a(0xe7))/0xb);if(_0x1a3bbd===_0x28ca68)break;else _0x5971fe['push'](_0x5971fe['shift']());}catch(_0x4e0145){_0x5971fe['push'](_0x5971fe['shift']());}}}(a1_0x3872,0x20a7a));const a1_0x6ad783=(function(){let _0x548123=!![];return function(_0xda0e63,_0x1fe0e9){const _0x1efdcf=_0x548123?function(){const _0x1db635=a1_0x3bc9;if(_0x1fe0e9){const _0x227192=_0x1fe0e9[_0x1db635(0xec)](_0xda0e63,arguments);return _0x1fe0e9=null,_0x227192;}}:function(){};return _0x548123=![],_0x1efdcf;};}()),a1_0x5115b3=a1_0x6ad783(this,function(){const _0x2eb2a5=a1_0x3bc9;return a1_0x5115b3['toString']()[_0x2eb2a5(0xee)]('(((.+)+)+)+$')[_0x2eb2a5(0xda)]()[_0x2eb2a5(0xed)](a1_0x5115b3)['search'](_0x2eb2a5(0xf4));});a1_0x5115b3();function a1_0x3bc9(_0x235af8,_0x326df0){_0x235af8=_0x235af8-0xd7;const _0x6a1956=a1_0x3872();let _0x5115b3=_0x6a1956[_0x235af8];return _0x5115b3;}const {cleanAll,cleanOnlyDuplicate}=require(a1_0x18c85f(0xf5)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileToArray}=require(a1_0x18c85f(0xf6)),JwtVerify=require(a1_0x18c85f(0xe6));function a1_0x3872(){const _0x17f074=['18vEKJxq','../utils/jwtVerify','11tByTlO','Duplicate','7150870eOexOx','267161afvqyF','13352kOfUFp','apply','constructor','search','260HqZUzE','Which\x20cleaner\x20would\x20you\x20use:\x20','exit','then','803848TgIcwP','(((.+)+)+)+$','../functions/cln','../functions/globals','opts','159438ufTPfb','All','toString','3vcHZzC','error','1184813HGBqCH','all','message','cleaner','2346ASJYfR','list','toLowerCase','exports'];a1_0x3872=function(){return _0x17f074;};return a1_0x3872();}function CleanerCommands(_0x331588,_0x121860){const _0x2be202=a1_0x18c85f;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x47ede6=readEmailsFileToArray(),{all:_0x31fcdc,duplicate:_0x3a37b9}=_0x331588[_0x2be202(0xd7)](),_0x170c9a={'name':_0x2be202(0xe0),'type':_0x2be202(0xe2),'message':_0x2be202(0xf0),'choices':[_0x2be202(0xd9),_0x2be202(0xe8)]};try{if(_0x31fcdc)return cleanAll(_0x47ede6);if(_0x3a37b9)return cleanOnlyDuplicate(_0x47ede6);if(isEmptyObject(_0x331588[_0x2be202(0xd7)]()))return _0x121860(_0x170c9a)[_0x2be202(0xf2)](_0x50d604=>{const _0x26dd46=_0x2be202,_0x8dbcef=_0x50d604[_0x26dd46(0xe0)][_0x26dd46(0xe3)]();if(_0x8dbcef===_0x26dd46(0xde))return cleanAll(_0x47ede6);if(_0x8dbcef==='duplicate')return cleanOnlyDuplicate(_0x47ede6);});}catch(_0x491a06){console[_0x2be202(0xdc)](_0x491a06[_0x2be202(0xdf)]),process[_0x2be202(0xf1)](0x1);}}module[a1_0x18c85f(0xe4)]=CleanerCommands;
1
+ function a1_0xc1a0(){const _0x1c0ac4=['opts','list','113905ZXokBM','2160610rbHJed','1455474JGBJsI','exports','36fenonU','350492ztNGFo','2088cqTiPf','1436380phbJoH','1qscvQk','4588101yoUftQ','Which\x20cleaner\x20would\x20you\x20use:\x20','60906hJpymT','(((.+)+)+)+$','duplicate','toString','toLowerCase','search','8OHyzXG','All','cleaner','message','apply','exit','then','error','../functions/globals','9wjIufo'];a1_0xc1a0=function(){return _0x1c0ac4;};return a1_0xc1a0();}const a1_0x566e0e=a1_0x1c63;(function(_0x49425f,_0x145b25){const _0x5ea74b=a1_0x1c63,_0x50a874=_0x49425f();while(!![]){try{const _0x17b76b=-parseInt(_0x5ea74b(0xe5))/0x1*(parseInt(_0x5ea74b(0xff))/0x2)+-parseInt(_0x5ea74b(0xe8))/0x3*(parseInt(_0x5ea74b(0xfe))/0x4)+-parseInt(_0x5ea74b(0xe4))/0x5+-parseInt(_0x5ea74b(0xfc))/0x6+-parseInt(_0x5ea74b(0xe6))/0x7*(parseInt(_0x5ea74b(0xee))/0x8)+-parseInt(_0x5ea74b(0xf7))/0x9*(-parseInt(_0x5ea74b(0xfb))/0xa)+-parseInt(_0x5ea74b(0xfa))/0xb*(-parseInt(_0x5ea74b(0x100))/0xc);if(_0x17b76b===_0x145b25)break;else _0x50a874['push'](_0x50a874['shift']());}catch(_0x1d2766){_0x50a874['push'](_0x50a874['shift']());}}}(a1_0xc1a0,0x73dc9));const a1_0x14b3ad=(function(){let _0x3a9df6=!![];return function(_0x3b6ce1,_0x2019c7){const _0x4ac2e7=_0x3a9df6?function(){const _0xfceb00=a1_0x1c63;if(_0x2019c7){const _0x3d73a7=_0x2019c7[_0xfceb00(0xf2)](_0x3b6ce1,arguments);return _0x2019c7=null,_0x3d73a7;}}:function(){};return _0x3a9df6=![],_0x4ac2e7;};}()),a1_0x33fe30=a1_0x14b3ad(this,function(){const _0x305b34=a1_0x1c63;return a1_0x33fe30[_0x305b34(0xeb)]()[_0x305b34(0xed)](_0x305b34(0xe9))['toString']()['constructor'](a1_0x33fe30)[_0x305b34(0xed)]('(((.+)+)+)+$');});a1_0x33fe30();const {cleanAll,cleanOnlyDuplicate}=require('../functions/cln'),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileToArray}=require(a1_0x566e0e(0xf6)),JwtVerify=require('../utils/jwtVerify');function a1_0x1c63(_0x4fee8d,_0x7090a4){_0x4fee8d=_0x4fee8d-0xe4;const _0x25dad5=a1_0xc1a0();let _0x33fe30=_0x25dad5[_0x4fee8d];return _0x33fe30;}function CleanerCommands(_0x140517,_0x33dad3){const _0x54afd3=a1_0x566e0e;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x4dd613=readEmailsFileToArray(),{all:_0x81620,duplicate:_0x24d155}=_0x140517[_0x54afd3(0xf8)](),_0x40fc86={'name':_0x54afd3(0xf0),'type':_0x54afd3(0xf9),'message':_0x54afd3(0xe7),'choices':[_0x54afd3(0xef),'Duplicate']};try{if(_0x81620)return cleanAll(_0x4dd613);if(_0x24d155)return cleanOnlyDuplicate(_0x4dd613);if(isEmptyObject(_0x140517[_0x54afd3(0xf8)]()))return _0x33dad3(_0x40fc86)[_0x54afd3(0xf4)](_0x2e3792=>{const _0x2b8e2a=_0x54afd3,_0x2fb950=_0x2e3792[_0x2b8e2a(0xf0)][_0x2b8e2a(0xec)]();if(_0x2fb950==='all')return cleanAll(_0x4dd613);if(_0x2fb950===_0x2b8e2a(0xea))return cleanOnlyDuplicate(_0x4dd613);});}catch(_0x50b771){console[_0x54afd3(0xf5)](_0x50b771[_0x54afd3(0xf1)]),process[_0x54afd3(0xf3)](0x1);}}module[a1_0x566e0e(0xfd)]=CleanerCommands;
@@ -1 +1 @@
1
- const a2_0x52d015=a2_0x4040;function a2_0x1daa(){const _0x5247d2=['../functions/globals','4743915SnwTNp','concurrency','toString','../functions/deb','../utils/jwtVerify','message','fast','181190altGbu','accurate','16913640AMbfxO','search','constructor','error','2024apvyLq','(((.+)+)+)+$','3OfPZCQ','opts','2186792vUPOtg','471knmZfb','328242GCgGbi','4218aLXdNc','14YGHrGo','9SbChQq','3540CgphnL'];a2_0x1daa=function(){return _0x5247d2;};return a2_0x1daa();}(function(_0x349f85,_0x21be42){const _0x4e1e30=a2_0x4040,_0x183ae8=_0x349f85();while(!![]){try{const _0x5e294d=-parseInt(_0x4e1e30(0x131))/0x1*(parseInt(_0x4e1e30(0x135))/0x2)+-parseInt(_0x4e1e30(0x134))/0x3*(parseInt(_0x4e1e30(0x12f))/0x4)+parseInt(_0x4e1e30(0x139))/0x5*(-parseInt(_0x4e1e30(0x136))/0x6)+parseInt(_0x4e1e30(0x137))/0x7*(parseInt(_0x4e1e30(0x133))/0x8)+parseInt(_0x4e1e30(0x138))/0x9*(-parseInt(_0x4e1e30(0x142))/0xa)+-parseInt(_0x4e1e30(0x13b))/0xb+parseInt(_0x4e1e30(0x144))/0xc;if(_0x5e294d===_0x21be42)break;else _0x183ae8['push'](_0x183ae8['shift']());}catch(_0x72dade){_0x183ae8['push'](_0x183ae8['shift']());}}}(a2_0x1daa,0x6ac07));const a2_0x54bf64=(function(){let _0x38d432=!![];return function(_0x31197e,_0x46672a){const _0x3328a2=_0x38d432?function(){if(_0x46672a){const _0x18344b=_0x46672a['apply'](_0x31197e,arguments);return _0x46672a=null,_0x18344b;}}:function(){};return _0x38d432=![],_0x3328a2;};}()),a2_0x26ee62=a2_0x54bf64(this,function(){const _0x208110=a2_0x4040;return a2_0x26ee62['toString']()[_0x208110(0x145)](_0x208110(0x130))[_0x208110(0x13d)]()[_0x208110(0x146)](a2_0x26ee62)[_0x208110(0x145)](_0x208110(0x130));});a2_0x26ee62();const {debounce}=require(a2_0x52d015(0x13e)),{fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a2_0x52d015(0x13a)),JwtVerify=require(a2_0x52d015(0x13f));function DebounceCommands(_0x3a0e07){const _0x4b6565=a2_0x52d015;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x2035d2=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x137bd8=_0x3a0e07[_0x4b6565(0x132)]();try{return debounce(_0x2035d2(),{'antiGreylist':!_0x137bd8[_0x4b6565(0x141)]&&_0x137bd8['greylist']!==![],'dnsOnly':!!_0x137bd8['dnsOnly'],'fast':!!_0x137bd8['fast']||_0x137bd8['greylist']===![],'accurate':_0x137bd8[_0x4b6565(0x143)]!==![]&&!_0x137bd8['fast'],'concurrency':_0x137bd8[_0x4b6565(0x13c)]?parseInt(_0x137bd8[_0x4b6565(0x13c)],0xa):undefined});}catch(_0x1d848b){console[_0x4b6565(0x147)](_0x1d848b[_0x4b6565(0x140)]),process['exit'](0x1);}}function a2_0x4040(_0x30169e,_0x318539){_0x30169e=_0x30169e-0x12f;const _0x1a230b=a2_0x1daa();let _0x26ee62=_0x1a230b[_0x30169e];return _0x26ee62;}module['exports']=DebounceCommands;
1
+ const a2_0x352758=a2_0x4e56;function a2_0x2849(){const _0x1a93ae=['117YSlZnw','448048xYcXVD','801714DlVGaE','exit','apply','concurrency','176740URoxDp','dnsOnly','toString','287746fxkpfQ','opts','21ysHOjr','../functions/deb','230YBoMDb','35lorEDT','../utils/jwtVerify','fast','189959OthVkL','810582fIHBmm','78656tmdgsu','search','(((.+)+)+)+$','greylist'];a2_0x2849=function(){return _0x1a93ae;};return a2_0x2849();}(function(_0x2773e6,_0x352265){const _0x492dba=a2_0x4e56,_0x728843=_0x2773e6();while(!![]){try{const _0x24056b=parseInt(_0x492dba(0x204))/0x1+parseInt(_0x492dba(0x1f5))/0x2+parseInt(_0x492dba(0x205))/0x3+-parseInt(_0x492dba(0x209))/0x4*(-parseInt(_0x492dba(0x1fa))/0x5)+parseInt(_0x492dba(0x1fe))/0x6*(-parseInt(_0x492dba(0x1f7))/0x7)+-parseInt(_0x492dba(0x1ff))/0x8*(parseInt(_0x492dba(0x203))/0x9)+-parseInt(_0x492dba(0x1f9))/0xa*(parseInt(_0x492dba(0x1fd))/0xb);if(_0x24056b===_0x352265)break;else _0x728843['push'](_0x728843['shift']());}catch(_0x14d8a8){_0x728843['push'](_0x728843['shift']());}}}(a2_0x2849,0x3a250));const a2_0x298de2=(function(){let _0x5edd52=!![];return function(_0x2ef739,_0x24d47c){const _0x44e07b=_0x5edd52?function(){const _0x28ab6f=a2_0x4e56;if(_0x24d47c){const _0x34954b=_0x24d47c[_0x28ab6f(0x207)](_0x2ef739,arguments);return _0x24d47c=null,_0x34954b;}}:function(){};return _0x5edd52=![],_0x44e07b;};}()),a2_0x519837=a2_0x298de2(this,function(){const _0x58bd97=a2_0x4e56;return a2_0x519837[_0x58bd97(0x1f4)]()[_0x58bd97(0x200)]('(((.+)+)+)+$')[_0x58bd97(0x1f4)]()['constructor'](a2_0x519837)[_0x58bd97(0x200)](_0x58bd97(0x201));});a2_0x519837();function a2_0x4e56(_0x4dccae,_0x2ee827){_0x4dccae=_0x4dccae-0x1f4;const _0x6c15f1=a2_0x2849();let _0x519837=_0x6c15f1[_0x4dccae];return _0x519837;}const {debounce}=require(a2_0x352758(0x1f8)),{fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require('../functions/globals'),JwtVerify=require(a2_0x352758(0x1fb));function DebounceCommands(_0x1ec8f5){const _0x11e852=a2_0x352758;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x18c406=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x2fc9e2=_0x1ec8f5[_0x11e852(0x1f6)]();try{return debounce(_0x18c406(),{'antiGreylist':!_0x2fc9e2[_0x11e852(0x1fc)]&&_0x2fc9e2['greylist']!==![],'dnsOnly':!!_0x2fc9e2[_0x11e852(0x20a)],'fast':!!_0x2fc9e2[_0x11e852(0x1fc)]||_0x2fc9e2[_0x11e852(0x202)]===![],'accurate':_0x2fc9e2['accurate']!==![]&&!_0x2fc9e2['fast'],'concurrency':_0x2fc9e2['concurrency']?parseInt(_0x2fc9e2[_0x11e852(0x208)],0xa):undefined});}catch(_0x1f1285){console['error'](_0x1f1285['message']),process[_0x11e852(0x206)](0x1);}}module['exports']=DebounceCommands;
@@ -1 +1 @@
1
- const a3_0x57e8f3=a3_0x13b8;(function(_0x30fd2b,_0xd3893){const _0x222082=a3_0x13b8,_0x115138=_0x30fd2b();while(!![]){try{const _0x42b8b6=-parseInt(_0x222082(0xb0))/0x1+parseInt(_0x222082(0xa1))/0x2+-parseInt(_0x222082(0xa2))/0x3+-parseInt(_0x222082(0x94))/0x4*(-parseInt(_0x222082(0xa9))/0x5)+parseInt(_0x222082(0x8c))/0x6*(parseInt(_0x222082(0x9e))/0x7)+-parseInt(_0x222082(0x91))/0x8+-parseInt(_0x222082(0xa7))/0x9;if(_0x42b8b6===_0xd3893)break;else _0x115138['push'](_0x115138['shift']());}catch(_0x352372){_0x115138['push'](_0x115138['shift']());}}}(a3_0x42c0,0x6973b));const a3_0x5e0103=(function(){let _0x12785e=!![];return function(_0x58f205,_0x2d63d2){const _0x1c22ef=_0x12785e?function(){const _0x51b0=a3_0x13b8;if(_0x2d63d2){const _0x554f8e=_0x2d63d2[_0x51b0(0x9c)](_0x58f205,arguments);return _0x2d63d2=null,_0x554f8e;}}:function(){};return _0x12785e=![],_0x1c22ef;};}()),a3_0x274a7c=a3_0x5e0103(this,function(){const _0x1b378e=a3_0x13b8;return a3_0x274a7c['toString']()['search'](_0x1b378e(0x8f))[_0x1b378e(0x96)]()[_0x1b378e(0xa5)](a3_0x274a7c)[_0x1b378e(0xa4)](_0x1b378e(0x8f));});a3_0x274a7c();const {extractIPs,extractDomains,resolveExtractOptions}=require(a3_0x57e8f3(0x8a)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a3_0x57e8f3(0x9f)),JwtVerify=require(a3_0x57e8f3(0xa0));function buildExtractOptions(_0x4f3aae={}){const _0x49750e=a3_0x57e8f3;let _0xa8c518=_0x49750e(0x87);if(_0x4f3aae[_0x49750e(0x8d)]&&!_0x4f3aae[_0x49750e(0x9b)])_0xa8c518='ipv4';else{if(_0x4f3aae[_0x49750e(0x9b)]&&!_0x4f3aae[_0x49750e(0x8d)])_0xa8c518=_0x49750e(0x9b);}return resolveExtractOptions({'addHttp':_0x4f3aae[_0x49750e(0x99)]??_0x4f3aae[_0x49750e(0x8e)],'ipVersion':_0xa8c518});}const extractTypeQuestion={'name':'extract','type':a3_0x57e8f3(0x90),'message':a3_0x57e8f3(0x86),'choices':[a3_0x57e8f3(0x88),'Domains']},domainHttpQuestion={'name':a3_0x57e8f3(0x8e),'type':a3_0x57e8f3(0x90),'message':a3_0x57e8f3(0x93),'choices':[{'name':a3_0x57e8f3(0xa6),'value':![]},{'name':a3_0x57e8f3(0xac),'value':!![]}]},ipHttpQuestion={'name':a3_0x57e8f3(0x8e),'type':a3_0x57e8f3(0x90),'message':a3_0x57e8f3(0xaf),'choices':[{'name':a3_0x57e8f3(0xaa),'value':![]},{'name':a3_0x57e8f3(0x97),'value':!![]}]},ipVersionQuestion={'name':a3_0x57e8f3(0x9d),'type':a3_0x57e8f3(0x90),'message':a3_0x57e8f3(0x95),'choices':[{'name':a3_0x57e8f3(0x9a),'value':a3_0x57e8f3(0x87)},{'name':a3_0x57e8f3(0xa3),'value':a3_0x57e8f3(0x8d)},{'name':a3_0x57e8f3(0x8b),'value':a3_0x57e8f3(0x9b)}]};function a3_0x13b8(_0x4a24b2,_0x4335ad){_0x4a24b2=_0x4a24b2-0x86;const _0x52fc25=a3_0x42c0();let _0x274a7c=_0x52fc25[_0x4a24b2];return _0x274a7c;}function ExtractorCommands(_0x18bce2,_0xb4cf9c){const _0x2dd820=a3_0x57e8f3;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x3c430f=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x385f05=_0x18bce2[_0x2dd820(0x89)](),_0x73feb5=buildExtractOptions(_0x385f05);try{if(_0x385f05['ip'])return extractIPs(_0x3c430f(),_0x73feb5);if(_0x385f05[_0x2dd820(0xad)])return extractDomains(_0x3c430f(),_0x73feb5);if(isEmptyObject(_0x18bce2[_0x2dd820(0x89)]()))return _0xb4cf9c(extractTypeQuestion)[_0x2dd820(0xab)](_0x19e04c=>{const _0x105038=_0x2dd820,_0x2953e2=_0x19e04c['extract']['toLowerCase']();if(_0x2953e2===_0x105038(0x92))return _0xb4cf9c(ipHttpQuestion)[_0x105038(0xab)](_0x520c0d=>_0xb4cf9c(ipVersionQuestion)[_0x105038(0xab)](_0x54deda=>{const _0x5b289f=_0x105038,_0x19cb59=resolveExtractOptions({'addHttp':_0x520c0d[_0x5b289f(0x8e)],'ipVersion':_0x54deda['ipVersion']});return extractIPs(_0x3c430f(),_0x19cb59);}));return _0xb4cf9c(domainHttpQuestion)['then'](_0x3bcfda=>{const _0x387cf0=_0x105038,_0x551fbf=resolveExtractOptions({'addHttp':_0x3bcfda[_0x387cf0(0x8e)]});return extractDomains(_0x3c430f(),_0x551fbf);});});}catch(_0x1b36ba){console[_0x2dd820(0xa8)](_0x1b36ba['message']),process[_0x2dd820(0x98)](0x1);}}module[a3_0x57e8f3(0xae)]=ExtractorCommands;function a3_0x42c0(){const _0x4c52fb=['Both\x20IPv4\x20and\x20IPv6','ipv6','apply','ipVersion','1412733btyRCd','../functions/globals','../utils/jwtVerify','288758pRddOH','5910CMRUMV','IPv4\x20only','search','constructor','No\x20—\x20raw\x20domains\x20only','6880716PhcAbg','error','415actGHZ','No\x20—\x20raw\x20IPs\x20only','then','Yes\x20—\x20http://\x20+\x20domain\x20only','domain','exports','Add\x20http://\x20prefix\x20to\x20extracted\x20IPs?','548353rYIvsx','What\x20do\x20you\x20want\x20to\x20extract:\x20','both','IPs','opts','../functions/ext','IPv6\x20only','24GTZtwU','ipv4','addHttp','(((.+)+)+)+$','list','203984AtiYyk','ips','Add\x20http://\x20prefix\x20to\x20extracted\x20domains?','39548iMUgBI','Which\x20IP\x20versions\x20to\x20extract?','toString','Yes\x20—\x20http://\x20+\x20IP\x20only','exit','http'];a3_0x42c0=function(){return _0x4c52fb;};return a3_0x42c0();}
1
+ function a3_0x2db1(){const _0x46943b=['toLowerCase','exit','Add\x20http://\x20prefix\x20to\x20extracted\x20IPs?','list','415912KJFqSS','../functions/ext','No\x20—\x20raw\x20IPs\x20only','IPv6\x20only','toString','then','537845JBOECt','search','3353440PFRCIQ','929810qlaMiI','constructor','Both\x20IPv4\x20and\x20IPv6','ipv6','http','385026rWrWvA','both','6cbnZBy','extract','(((.+)+)+)+$','Add\x20http://\x20prefix\x20to\x20extracted\x20domains?','addHttp','No\x20—\x20raw\x20domains\x20only','25156PlnEsU','Yes\x20—\x20http://\x20+\x20IP\x20only','ipv4','Domains','Which\x20IP\x20versions\x20to\x20extract?','IPs','30nKMnsf','What\x20do\x20you\x20want\x20to\x20extract:\x20','ipVersion','../functions/globals','opts','6020766CmWgxE','IPv4\x20only','ips'];a3_0x2db1=function(){return _0x46943b;};return a3_0x2db1();}const a3_0x12a014=a3_0x1917;(function(_0xc76f35,_0xfe3d89){const _0x149e3b=a3_0x1917,_0x20414f=_0xc76f35();while(!![]){try{const _0x54cbf0=-parseInt(_0x149e3b(0x79))/0x1*(-parseInt(_0x149e3b(0x7f))/0x2)+-parseInt(_0x149e3b(0x9b))/0x3*(parseInt(_0x149e3b(0x8b))/0x4)+-parseInt(_0x149e3b(0x94))/0x5+-parseInt(_0x149e3b(0x99))/0x6+parseInt(_0x149e3b(0x91))/0x7+-parseInt(_0x149e3b(0x93))/0x8+parseInt(_0x149e3b(0x84))/0x9;if(_0x54cbf0===_0xfe3d89)break;else _0x20414f['push'](_0x20414f['shift']());}catch(_0x18f51a){_0x20414f['push'](_0x20414f['shift']());}}}(a3_0x2db1,0x3c078));function a3_0x1917(_0x16193b,_0x574ec6){_0x16193b=_0x16193b-0x76;const _0x13ab52=a3_0x2db1();let _0x3fc0e8=_0x13ab52[_0x16193b];return _0x3fc0e8;}const a3_0x1d5366=(function(){let _0xad4f02=!![];return function(_0x1a4118,_0x2fd340){const _0x44666f=_0xad4f02?function(){if(_0x2fd340){const _0x282e79=_0x2fd340['apply'](_0x1a4118,arguments);return _0x2fd340=null,_0x282e79;}}:function(){};return _0xad4f02=![],_0x44666f;};}()),a3_0x3fc0e8=a3_0x1d5366(this,function(){const _0x5dcbcd=a3_0x1917;return a3_0x3fc0e8[_0x5dcbcd(0x8f)]()['search'](_0x5dcbcd(0x9d))[_0x5dcbcd(0x8f)]()[_0x5dcbcd(0x95)](a3_0x3fc0e8)[_0x5dcbcd(0x92)]('(((.+)+)+)+$');});a3_0x3fc0e8();const {extractIPs,extractDomains,resolveExtractOptions}=require(a3_0x12a014(0x8c)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a3_0x12a014(0x82)),JwtVerify=require('../utils/jwtVerify');function buildExtractOptions(_0x29aa58={}){const _0x5321df=a3_0x12a014;let _0x4bbd57=_0x5321df(0x9a);if(_0x29aa58[_0x5321df(0x7b)]&&!_0x29aa58[_0x5321df(0x97)])_0x4bbd57='ipv4';else{if(_0x29aa58[_0x5321df(0x97)]&&!_0x29aa58[_0x5321df(0x7b)])_0x4bbd57=_0x5321df(0x97);}return resolveExtractOptions({'addHttp':_0x29aa58[_0x5321df(0x98)]??_0x29aa58[_0x5321df(0x77)],'ipVersion':_0x4bbd57});}const extractTypeQuestion={'name':a3_0x12a014(0x9c),'type':'list','message':a3_0x12a014(0x80),'choices':[a3_0x12a014(0x7e),a3_0x12a014(0x7c)]},domainHttpQuestion={'name':a3_0x12a014(0x77),'type':a3_0x12a014(0x8a),'message':a3_0x12a014(0x76),'choices':[{'name':a3_0x12a014(0x78),'value':![]},{'name':'Yes\x20—\x20http://\x20+\x20domain\x20only','value':!![]}]},ipHttpQuestion={'name':'addHttp','type':'list','message':a3_0x12a014(0x89),'choices':[{'name':a3_0x12a014(0x8d),'value':![]},{'name':a3_0x12a014(0x7a),'value':!![]}]},ipVersionQuestion={'name':a3_0x12a014(0x81),'type':a3_0x12a014(0x8a),'message':a3_0x12a014(0x7d),'choices':[{'name':a3_0x12a014(0x96),'value':'both'},{'name':a3_0x12a014(0x85),'value':'ipv4'},{'name':a3_0x12a014(0x8e),'value':'ipv6'}]};function ExtractorCommands(_0x144850,_0x1fc5f3){const _0x4e825f=a3_0x12a014;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x595c72=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x4549b5=_0x144850[_0x4e825f(0x83)](),_0x411372=buildExtractOptions(_0x4549b5);try{if(_0x4549b5['ip'])return extractIPs(_0x595c72(),_0x411372);if(_0x4549b5['domain'])return extractDomains(_0x595c72(),_0x411372);if(isEmptyObject(_0x144850[_0x4e825f(0x83)]()))return _0x1fc5f3(extractTypeQuestion)[_0x4e825f(0x90)](_0x1a9992=>{const _0x317a56=_0x4e825f,_0x2032b7=_0x1a9992[_0x317a56(0x9c)][_0x317a56(0x87)]();if(_0x2032b7===_0x317a56(0x86))return _0x1fc5f3(ipHttpQuestion)[_0x317a56(0x90)](_0xe8ae28=>_0x1fc5f3(ipVersionQuestion)[_0x317a56(0x90)](_0x513e7a=>{const _0x20341a=_0x317a56,_0x1ea980=resolveExtractOptions({'addHttp':_0xe8ae28['addHttp'],'ipVersion':_0x513e7a[_0x20341a(0x81)]});return extractIPs(_0x595c72(),_0x1ea980);}));return _0x1fc5f3(domainHttpQuestion)[_0x317a56(0x90)](_0x584bdb=>{const _0x4de4eb=_0x317a56,_0x107863=resolveExtractOptions({'addHttp':_0x584bdb[_0x4de4eb(0x77)]});return extractDomains(_0x595c72(),_0x107863);});});}catch(_0x3d1b50){console['error'](_0x3d1b50['message']),process[_0x4e825f(0x88)](0x1);}}module['exports']=ExtractorCommands;
@@ -1 +1 @@
1
- const a4_0x150268=a4_0x28a1;(function(_0x120248,_0x3ca2f6){const _0x361ecf=a4_0x28a1,_0x520adc=_0x120248();while(!![]){try{const _0x1aa4ef=-parseInt(_0x361ecf(0x1b6))/0x1*(parseInt(_0x361ecf(0x199))/0x2)+-parseInt(_0x361ecf(0x1a6))/0x3*(-parseInt(_0x361ecf(0x1a2))/0x4)+-parseInt(_0x361ecf(0x1a9))/0x5*(parseInt(_0x361ecf(0x1ad))/0x6)+-parseInt(_0x361ecf(0x1ab))/0x7+parseInt(_0x361ecf(0x1b2))/0x8+parseInt(_0x361ecf(0x1a0))/0x9*(-parseInt(_0x361ecf(0x1ac))/0xa)+-parseInt(_0x361ecf(0x1a1))/0xb*(-parseInt(_0x361ecf(0x19b))/0xc);if(_0x1aa4ef===_0x3ca2f6)break;else _0x520adc['push'](_0x520adc['shift']());}catch(_0x1e1dfc){_0x520adc['push'](_0x520adc['shift']());}}}(a4_0x519e,0x4b59a));const a4_0x2a7dc3=(function(){let _0x4963e9=!![];return function(_0x2ee887,_0x4d8fae){const _0x27b156=_0x4963e9?function(){const _0x9d0cae=a4_0x28a1;if(_0x4d8fae){const _0x4c7349=_0x4d8fae[_0x9d0cae(0x1a8)](_0x2ee887,arguments);return _0x4d8fae=null,_0x4c7349;}}:function(){};return _0x4963e9=![],_0x27b156;};}()),a4_0x25b390=a4_0x2a7dc3(this,function(){const _0x1092e4=a4_0x28a1;return a4_0x25b390[_0x1092e4(0x1bb)]()[_0x1092e4(0x19e)]('(((.+)+)+)+$')[_0x1092e4(0x1bb)]()[_0x1092e4(0x198)](a4_0x25b390)[_0x1092e4(0x19e)]('(((.+)+)+)+$');});function a4_0x519e(){const _0x1d5893=['24eZKeOI','\x20[\x22','message','error','includes','4263496OVnvvq','\x0a\x20]','filter','map','71191cBNnXs','description','\x20All\x20Features\x0a\x20----------------------\x0a\x0a','ref','Premium','toString','exit','Basic','\x0a\x20*\x20Conflicts:\x20','\x09{\x22','constructor','2SSwBJB','Description:\x20','36ztljTr','../functions/globals','join','search','conflicts','36ccutsg','1600863ZbizAW','8HWKXKx','log','green','forEach','407541YvmXtp','children','apply','115255xOcAJL','../utils/jwtVerify','3958955KzlLqv','509090Kmqpej'];a4_0x519e=function(){return _0x1d5893;};return a4_0x519e();}a4_0x25b390();function a4_0x28a1(_0xfc6220,_0x5e7366){_0xfc6220=_0xfc6220-0x197;const _0xf4dec5=a4_0x519e();let _0x25b390=_0xf4dec5[_0xfc6220];return _0x25b390;}const {FEATURES,paint}=require(a4_0x150268(0x19c)),JwtVerify=require(a4_0x150268(0x1aa));function FeaturesCommands(){const _0x4b24df=a4_0x150268;JwtVerify();const _0x149a2a=FEATURES;try{console[_0x4b24df(0x1a3)](_0x4b24df(0x1b8)),_0x149a2a[_0x4b24df(0x1a5)]((_0x126749,_0x665a15)=>{const _0x4f78cb=_0x4b24df;console['log'](paint('>>','green')+'\x20'+_0x126749['title']['toNameCase']()+_0x4f78cb(0x1ae)+_0x126749[_0x4f78cb(0x1b9)]+'\x22]\x0a'+paint('->',_0x4f78cb(0x1a4))+'\x20'+paint(_0x4f78cb(0x19a)+_0x126749['description'])+'\x0a\x0a'),console[_0x4f78cb(0x1a3)]('\x20*\x20Children:\x20['+_0x126749[_0x4f78cb(0x1a7)][_0x4f78cb(0x1bb)]()+']\x0a\x20*\x20License:\x20'+(_0x126749['premium']?_0x4f78cb(0x1ba):_0x4f78cb(0x1bd))+_0x4f78cb(0x1be)+((()=>{const _0xd1a841=_0x4f78cb;if(!_0x126749[_0xd1a841(0x19f)][0x0])return'[]';if(_0x126749[_0xd1a841(0x19f)][0x0]==='*')return'All';else return'['+_0x126749['conflicts'][_0xd1a841(0x1b5)](_0x343f0b=>{const _0x1ec259=_0xd1a841,_0x3ceb90=_0x149a2a[_0x1ec259(0x1b4)](_0x190673=>_0x190673['ref'][_0x1ec259(0x1b1)](_0x343f0b))[0x0],_0x4fabad=_0x1ec259(0x197)+_0x343f0b+'\x22:\x20'+paint('\x22'+_0x3ceb90[_0x1ec259(0x1b7)]+'\x22','dim')+'}';return _0x4fabad;})[_0xd1a841(0x19d)](',\x20\x0a\x20')+_0xd1a841(0x1b3);})())+'\x0a'),console[_0x4f78cb(0x1a3)](''+paint('===================\x0a','dim'));});}catch(_0x24244f){console[_0x4b24df(0x1b0)](_0x24244f[_0x4b24df(0x1af)]),process[_0x4b24df(0x1bc)](0x1);}}module['exports']=FeaturesCommands;
1
+ const a4_0x54936a=a4_0x5d04;(function(_0x2d1e64,_0x559a71){const _0x2baee2=a4_0x5d04,_0x20d07b=_0x2d1e64();while(!![]){try{const _0x338ca9=parseInt(_0x2baee2(0x1fb))/0x1*(parseInt(_0x2baee2(0x1e5))/0x2)+parseInt(_0x2baee2(0x1df))/0x3+parseInt(_0x2baee2(0x1da))/0x4*(-parseInt(_0x2baee2(0x1fa))/0x5)+parseInt(_0x2baee2(0x200))/0x6*(-parseInt(_0x2baee2(0x201))/0x7)+parseInt(_0x2baee2(0x1e9))/0x8+parseInt(_0x2baee2(0x1d9))/0x9+-parseInt(_0x2baee2(0x1fd))/0xa;if(_0x338ca9===_0x559a71)break;else _0x20d07b['push'](_0x20d07b['shift']());}catch(_0x58ef32){_0x20d07b['push'](_0x20d07b['shift']());}}}(a4_0x52be,0x8557e));const a4_0x55f2bb=(function(){let _0x52be26=!![];return function(_0x2ca319,_0x2f8cf7){const _0x27bd85=_0x52be26?function(){const _0x3c58f6=a4_0x5d04;if(_0x2f8cf7){const _0x3ebc55=_0x2f8cf7[_0x3c58f6(0x1fe)](_0x2ca319,arguments);return _0x2f8cf7=null,_0x3ebc55;}}:function(){};return _0x52be26=![],_0x27bd85;};}()),a4_0x54bf2c=a4_0x55f2bb(this,function(){const _0x25a324=a4_0x5d04;return a4_0x54bf2c[_0x25a324(0x1dd)]()[_0x25a324(0x1f5)](_0x25a324(0x1ed))[_0x25a324(0x1dd)]()[_0x25a324(0x1e7)](a4_0x54bf2c)[_0x25a324(0x1f5)](_0x25a324(0x1ed));});a4_0x54bf2c();const {FEATURES,paint}=require(a4_0x54936a(0x1f7)),JwtVerify=require(a4_0x54936a(0x1dc));function FeaturesCommands(){const _0x5ae0fb=a4_0x54936a;JwtVerify();const _0x475824=FEATURES;try{console[_0x5ae0fb(0x1f9)]('\x20All\x20Features\x0a\x20----------------------\x0a\x0a'),_0x475824[_0x5ae0fb(0x1d8)]((_0x495f76,_0x15e4c6)=>{const _0x5a3a38=_0x5ae0fb;console[_0x5a3a38(0x1f9)](paint('>>',_0x5a3a38(0x1e4))+'\x20'+_0x495f76[_0x5a3a38(0x1f6)]['toNameCase']()+'\x20[\x22'+_0x495f76[_0x5a3a38(0x204)]+_0x5a3a38(0x1ec)+paint('->',_0x5a3a38(0x1e4))+'\x20'+paint(_0x5a3a38(0x1e2)+_0x495f76[_0x5a3a38(0x1fc)])+'\x0a\x0a'),console[_0x5a3a38(0x1f9)](_0x5a3a38(0x1e8)+_0x495f76['children'][_0x5a3a38(0x1dd)]()+_0x5a3a38(0x1ee)+(_0x495f76[_0x5a3a38(0x1db)]?_0x5a3a38(0x1f3):_0x5a3a38(0x1de))+_0x5a3a38(0x1f4)+((()=>{const _0xe0d9cd=_0x5a3a38;if(!_0x495f76[_0xe0d9cd(0x1ea)][0x0])return'[]';if(_0x495f76['conflicts'][0x0]==='*')return _0xe0d9cd(0x1e3);else return'['+_0x495f76[_0xe0d9cd(0x1ea)][_0xe0d9cd(0x1e0)](_0x4d66a5=>{const _0x42415b=_0xe0d9cd,_0x3bbcbc=_0x475824[_0x42415b(0x1f0)](_0xecd3ab=>_0xecd3ab[_0x42415b(0x204)][_0x42415b(0x1ef)](_0x4d66a5))[0x0],_0x5b83b5=_0x42415b(0x1e6)+_0x4d66a5+'\x22:\x20'+paint('\x22'+_0x3bbcbc[_0x42415b(0x1fc)]+'\x22',_0x42415b(0x203))+'}';return _0x5b83b5;})['join'](_0xe0d9cd(0x1ff))+_0xe0d9cd(0x1eb);})())+'\x0a'),console[_0x5a3a38(0x1f9)](''+paint(_0x5a3a38(0x1f1),_0x5a3a38(0x203)));});}catch(_0x273438){console[_0x5ae0fb(0x1e1)](_0x273438[_0x5ae0fb(0x202)]),process[_0x5ae0fb(0x1f2)](0x1);}}function a4_0x52be(){const _0x3732a6=['246789GOsYfO','description','681780hjFPYt','apply',',\x20\x0a\x20','24ZWrGyo','1265166PerCkM','message','dim','ref','forEach','5339196xRkGVy','89924GRFuvP','premium','../utils/jwtVerify','toString','Basic','1379910aWFzRt','map','error','Description:\x20','All','green','2NcxFvx','\x09{\x22','constructor','\x20*\x20Children:\x20[','478256UHnlcP','conflicts','\x0a\x20]','\x22]\x0a','(((.+)+)+)+$',']\x0a\x20*\x20License:\x20','includes','filter','===================\x0a','exit','Premium','\x0a\x20*\x20Conflicts:\x20','search','title','../functions/globals','exports','log','5Vkften'];a4_0x52be=function(){return _0x3732a6;};return a4_0x52be();}function a4_0x5d04(_0x207912,_0x4b21f2){_0x207912=_0x207912-0x1d8;const _0x4d6d7f=a4_0x52be();let _0x54bf2c=_0x4d6d7f[_0x207912];return _0x54bf2c;}module[a4_0x54936a(0x1f8)]=FeaturesCommands;
@@ -1 +1 @@
1
- function a5_0x4404(){const _0x5b247b=['1019PftPSq','toString','apply','green','27974832vltctW','10zDPOgS','placeholder','13txOmMB','../utils/jwtVerify','error','8TgdLYY','../functions/globals','22pnITIA','constructor','-------------------\x0a','dim','message','toLowerCase','937391FZdPZL','26337xSTnyx','164DWCwUM','log','2432382ABRrIw','4516040AOqUap','toNameCase','1932MxUuwJ','search','5436720fFXtCm'];a5_0x4404=function(){return _0x5b247b;};return a5_0x4404();}const a5_0x5e6700=a5_0x2e62;(function(_0x2735ad,_0xd3774d){const _0x4f9634=a5_0x2e62,_0x3cc5bb=_0x2735ad();while(!![]){try{const _0x46ac05=parseInt(_0x4f9634(0x102))/0x1*(parseInt(_0x4f9634(0xff))/0x2)+-parseInt(_0x4f9634(0xf9))/0x3*(parseInt(_0x4f9634(0xfa))/0x4)+parseInt(_0x4f9634(0xeb))/0x5*(-parseInt(_0x4f9634(0xfc))/0x6)+parseInt(_0x4f9634(0xf8))/0x7*(-parseInt(_0x4f9634(0xf0))/0x8)+-parseInt(_0x4f9634(0x101))/0x9+parseInt(_0x4f9634(0xfd))/0xa*(-parseInt(_0x4f9634(0xf2))/0xb)+parseInt(_0x4f9634(0xea))/0xc*(parseInt(_0x4f9634(0xed))/0xd);if(_0x46ac05===_0xd3774d)break;else _0x3cc5bb['push'](_0x3cc5bb['shift']());}catch(_0x23b71c){_0x3cc5bb['push'](_0x3cc5bb['shift']());}}}(a5_0x4404,0x7af68));const a5_0x4aaff5=(function(){let _0x10cc7d=!![];return function(_0x5609ae,_0xa77872){const _0x132b8a=_0x10cc7d?function(){const _0x138ef6=a5_0x2e62;if(_0xa77872){const _0x2bb1d8=_0xa77872[_0x138ef6(0xe8)](_0x5609ae,arguments);return _0xa77872=null,_0x2bb1d8;}}:function(){};return _0x10cc7d=![],_0x132b8a;};}()),a5_0x50d2be=a5_0x4aaff5(this,function(){const _0x369c37=a5_0x2e62;return a5_0x50d2be[_0x369c37(0xe7)]()[_0x369c37(0x100)]('(((.+)+)+)+$')['toString']()[_0x369c37(0xf3)](a5_0x50d2be)[_0x369c37(0x100)]('(((.+)+)+)+$');});a5_0x50d2be();const {paint,removeReplacers,placeholdersToDisplay}=require(a5_0x5e6700(0xf1)),JwtVerify=require(a5_0x5e6700(0xee));function a5_0x2e62(_0x52bc42,_0x2d9341){_0x52bc42=_0x52bc42-0xe7;const _0x4e447b=a5_0x4404();let _0x50d2be=_0x4e447b[_0x52bc42];return _0x50d2be;}function FunctionsCommands(){const _0x13ab65=a5_0x5e6700;JwtVerify();const _0x38c607=placeholdersToDisplay();try{console[_0x13ab65(0xfb)]('\x20All\x20Functions\x20(Placeholders)\x0a\x20----------------------\x0a\x0a'),_0x38c607['forEach']((_0x4d638e,_0x1c5454)=>{const _0x562953=_0x13ab65;console[_0x562953(0xfb)](paint('>>',_0x562953(0xe9))+'\x20'+removeReplacers(_0x4d638e['title'][_0x562953(0xf7)]())[_0x562953(0xfe)]()+'\x20\x0a'+paint('->',_0x562953(0xe9))+'\x20'+paint(''+_0x4d638e[_0x562953(0xec)])+'\x0a'),console[_0x562953(0xfb)](''+paint(_0x562953(0xf4),_0x562953(0xf5)));});}catch(_0x5e88fb){console[_0x13ab65(0xef)](_0x5e88fb[_0x13ab65(0xf6)]),process['exit'](0x1);}}module['exports']=FunctionsCommands;
1
+ const a5_0x330b07=a5_0x2806;(function(_0x1dbc4e,_0x512a42){const _0x48e344=a5_0x2806,_0x494f95=_0x1dbc4e();while(!![]){try{const _0x1a953c=parseInt(_0x48e344(0xb1))/0x1+parseInt(_0x48e344(0xb4))/0x2*(parseInt(_0x48e344(0xa3))/0x3)+-parseInt(_0x48e344(0xa4))/0x4*(-parseInt(_0x48e344(0xa8))/0x5)+parseInt(_0x48e344(0xb9))/0x6*(-parseInt(_0x48e344(0xb8))/0x7)+-parseInt(_0x48e344(0xa9))/0x8*(parseInt(_0x48e344(0xa0))/0x9)+parseInt(_0x48e344(0xb3))/0xa+parseInt(_0x48e344(0xa6))/0xb;if(_0x1a953c===_0x512a42)break;else _0x494f95['push'](_0x494f95['shift']());}catch(_0x261616){_0x494f95['push'](_0x494f95['shift']());}}}(a5_0x3e0e,0xb7fae));const a5_0x36e282=(function(){let _0x554286=!![];return function(_0x3017a5,_0x596ff){const _0x329661=_0x554286?function(){if(_0x596ff){const _0x299d98=_0x596ff['apply'](_0x3017a5,arguments);return _0x596ff=null,_0x299d98;}}:function(){};return _0x554286=![],_0x329661;};}()),a5_0x5b74a0=a5_0x36e282(this,function(){const _0xbc1709=a5_0x2806;return a5_0x5b74a0[_0xbc1709(0xb2)]()[_0xbc1709(0xb6)](_0xbc1709(0xab))['toString']()[_0xbc1709(0xa7)](a5_0x5b74a0)[_0xbc1709(0xb6)]('(((.+)+)+)+$');});a5_0x5b74a0();const {paint,removeReplacers,placeholdersToDisplay}=require(a5_0x330b07(0xae)),JwtVerify=require(a5_0x330b07(0xba));function FunctionsCommands(){const _0x129195=a5_0x330b07;JwtVerify();const _0xf69344=placeholdersToDisplay();try{console[_0x129195(0xac)](_0x129195(0xaf)),_0xf69344[_0x129195(0xa1)]((_0x4890dc,_0x53a5ea)=>{const _0x5e28d8=_0x129195;console[_0x5e28d8(0xac)](paint('>>',_0x5e28d8(0xa5))+'\x20'+removeReplacers(_0x4890dc['title'][_0x5e28d8(0xb7)]())['toNameCase']()+'\x20\x0a'+paint('->',_0x5e28d8(0xa5))+'\x20'+paint(''+_0x4890dc[_0x5e28d8(0xb5)])+'\x0a'),console[_0x5e28d8(0xac)](''+paint(_0x5e28d8(0xa2),_0x5e28d8(0x9f)));});}catch(_0x26102a){console[_0x129195(0xaa)](_0x26102a[_0x129195(0x9e)]),process[_0x129195(0xad)](0x1);}}function a5_0x2806(_0x4d8f15,_0x16ada8){_0x4d8f15=_0x4d8f15-0x9e;const _0x10f3a5=a5_0x3e0e();let _0x5b74a0=_0x10f3a5[_0x4d8f15];return _0x5b74a0;}module[a5_0x330b07(0xb0)]=FunctionsCommands;function a5_0x3e0e(){const _0x2bd11e=['5zwopSZ','11888pXzoWh','error','(((.+)+)+)+$','log','exit','../functions/globals','\x20All\x20Functions\x20(Placeholders)\x0a\x20----------------------\x0a\x0a','exports','526209HEBGMV','toString','3674520vFYmyE','2930540vkKKKh','placeholder','search','toLowerCase','1561rQoSbu','37764HZIXeA','../utils/jwtVerify','message','dim','7524EZgAul','forEach','-------------------\x0a','3HoDPqa','3639812DcmakD','green','1436116kBHsWd','constructor'];a5_0x3e0e=function(){return _0x2bd11e;};return a5_0x3e0e();}
package/commands/index.js CHANGED
@@ -1 +1 @@
1
- function a6_0x26ef(_0x1e15f3,_0x3c6ffa){_0x1e15f3=_0x1e15f3-0x1eb;const _0x59cb4f=a6_0x57e2();let _0x414edb=_0x59cb4f[_0x1e15f3];return _0x414edb;}function a6_0x57e2(){const _0x329034=['validate\x20emails\x20(DeBounce-style):\x20deliverable,\x20invalid,\x20catch-all,\x20spam-trap,\x20disposable,\x20unknown','425368drRIgQ','start\x20sending\x20the\x20mails','sorter','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','--http','constructor','stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs','(((.+)+)+)+$','-f,\x20--file\x20<path>','get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record','verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains','alias\x20for\x20--fast','getFullYear','option','judger','send','user','--allow-private','collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks','--ipv4','-p,\x20--providers','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)','350691OUrmuG','--barracuda','1037368nHWhnO','hrtime','extract','description','redirect\x20you\x20to\x20our\x20website','renew','./jdop','verify\x20BizQQ\x20MX\x20domains','number\x20of\x20concurrent\x20checks','--deep-scan','addCommand','scan\x20every\x20domain\x20listed\x20in\x20props/redirect/domain.txt','stream-verify\x20emails\x20by\x20provider/domain','./auth','--api-keys-file\x20<path>','remove\x20only\x20duplicates','-d,\x20--domain\x20<domain>','--api-scan','153rDpJDu','--domain-file\x20<path>','update','monotomic','clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending','--domain.txt','allow\x20localhost/private-network\x20targets','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','show\x20the\x20monotomic.json\x20field-by-field\x20guide','hrtimer','parallel\x20verification\x20workers','extract\x20IPv4\x20addresses\x20only\x20(with\x20--ip)','-ip,\x20--ip','extract\x20IPv6\x20addresses\x20only\x20(with\x20--ip)','print\x20result\x20to\x20screen\x20only','get\x20a\x20specific\x20email\x27s\x20login\x20page','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source','fast\x20SMTP\x20—\x20shorter\x20greylist\x20ladder,\x20single-pass\x20bias','-a,\x20--all','get\x20a\x20custom\x20provider\x20sorted','-tu,\x20--turbify','functions','(c)\x20','verify\x20Microsoft/Office\x20365\x20emails','API\x20keys\x20file\x20(default:\x20props/redirect/api_keys.txt)','scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line','./features','1797615MFxptH','discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain','toString','create\x20a\x20template\x20to\x20work\x20with','-n,\x20--netease','../package.json','854WeqoZb','action','redirect\x20[words...]','-u,\x20--url\x20<url>','update\x20just\x20files\x20(e.g\x20monotomic.json)','-f,\x20--files','--fast','./functions','./judger','21114VuSkCi','logout','-o,\x20--output\x20<path>','exports','verify\x20AliMail\x20MX\x20domains','-c,\x20--concurrency\x20<number>','./user','--ipv6','-s,\x20--sources\x20<list>','monotomic.json\x20utilities','--no-greylist','extract\x20unique\x20domains\x20from\x20recipient\x20emails','./renew','help','view\x20your\x20user\x27s\x20information','command','--accurate','-p,\x20--print','-e,\x20--email\x20<email>','./mthp','850254wJJehY','-c,\x20--custom\x20<domain>','-do,\x20--domain','./verify','search','scan\x20one\x20URL','debounce','DNS/MX\x20+\x20rules\x20only\x20—\x20no\x20SMTP\x20RCPT\x20probe','--discovery-only','--263xmail','features','./extract','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','735516IwdFIv','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','login\x20your\x20KEY\x20to\x20begin','verify\x20Barracuda\x20MX\x20domains','--alimail','verify\x20263xmail\x20MX\x20domains','list\x20of\x20all\x20the\x20available\x20features','-m,\x20--microsoft','./send','sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers','exhaustive\x20discovery\x20+\x20all\x20query\x20params\x20+\x20expanded\x20redirect\x20candidates','-du,\x20--duplicate','update\x20your\x20software','login','verify','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','init\x20<project-name>','logout\x20your\x20KEY\x20to\x20end','get\x20all\x20providers\x20for\x20sorting','cleaner','sort\x20Microsoft\x20(Office\x20365)\x20accounts','-ho,\x20--hotmail'];a6_0x57e2=function(){return _0x329034;};return a6_0x57e2();}const a6_0x38cb04=a6_0x26ef;(function(_0x544d87,_0x3cb87a){const _0x2cea37=a6_0x26ef,_0x1fb8c0=_0x544d87();while(!![]){try{const _0x17641e=parseInt(_0x2cea37(0x210))/0x1+-parseInt(_0x2cea37(0x262))/0x2+-parseInt(_0x2cea37(0x26f))/0x3+-parseInt(_0x2cea37(0x212))/0x4+parseInt(_0x2cea37(0x23f))/0x5+parseInt(_0x2cea37(0x24e))/0x6*(-parseInt(_0x2cea37(0x245))/0x7)+parseInt(_0x2cea37(0x1fa))/0x8*(parseInt(_0x2cea37(0x224))/0x9);if(_0x17641e===_0x3cb87a)break;else _0x1fb8c0['push'](_0x1fb8c0['shift']());}catch(_0x4c70fc){_0x1fb8c0['push'](_0x1fb8c0['shift']());}}}(a6_0x57e2,0x3e4ba));const a6_0x536fb4=(function(){let _0x1b2407=!![];return function(_0xc16cb3,_0x3410d1){const _0x33d61c=_0x1b2407?function(){if(_0x3410d1){const _0x43f63b=_0x3410d1['apply'](_0xc16cb3,arguments);return _0x3410d1=null,_0x43f63b;}}:function(){};return _0x1b2407=![],_0x33d61c;};}()),a6_0x414edb=a6_0x536fb4(this,function(){const _0x41b091=a6_0x26ef;return a6_0x414edb[_0x41b091(0x241)]()[_0x41b091(0x266)]('(((.+)+)+)+$')['toString']()[_0x41b091(0x1ff)](a6_0x414edb)[_0x41b091(0x266)](_0x41b091(0x201));});a6_0x414edb();const {Command}=require('commander'),{version}=require(a6_0x38cb04(0x244)),applyJudgerOptions=require(a6_0x38cb04(0x218));function executionStart(){const _0x2c99a0=a6_0x38cb04;process['argv'][_0x2c99a0(0x22d)]=process[_0x2c99a0(0x213)]();}function Commands(_0x1e58ad){const _0x1c31fc=a6_0x38cb04,{program:_0x435f26,prompt:_0x30cdde}=_0x1e58ad;executionStart(),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f3))[_0x1c31fc(0x215)](_0x1c31fc(0x242))[_0x1c31fc(0x246)](require('./init')),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x227))['description'](_0x1c31fc(0x257))[_0x1c31fc(0x21c)](new Command(_0x1c31fc(0x25b))['description'](_0x1c31fc(0x22c))[_0x1c31fc(0x246)](require(_0x1c31fc(0x261))))['addCommand'](applyJudgerOptions(new Command(_0x1c31fc(0x208)))[_0x1c31fc(0x246)](function(){require('./judger')(this,_0x30cdde);})),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x20a))[_0x1c31fc(0x215)](_0x1c31fc(0x25c))[_0x1c31fc(0x246)](require(_0x1c31fc(0x254))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x217))['description'](_0x1c31fc(0x216))['action'](require(_0x1c31fc(0x25a))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x226))[_0x1c31fc(0x215)](_0x1c31fc(0x1ef))[_0x1c31fc(0x207)](_0x1c31fc(0x24a),_0x1c31fc(0x249))['option']('-m,\x20--mine',_0x1c31fc(0x26e))[_0x1c31fc(0x246)](function(){require('./update')(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f0))['description'](_0x1c31fc(0x271))[_0x1c31fc(0x246)](()=>require(_0x1c31fc(0x21f))()[_0x1c31fc(0x1f0)](_0x30cdde)),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x24f))[_0x1c31fc(0x215)](_0x1c31fc(0x1f4))[_0x1c31fc(0x246)](()=>require(_0x1c31fc(0x21f))()[_0x1c31fc(0x24f)]()),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x209))['description'](_0x1c31fc(0x1fb))[_0x1c31fc(0x246)](require(_0x1c31fc(0x1eb))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x26c))[_0x1c31fc(0x215)](_0x1c31fc(0x275))[_0x1c31fc(0x246)](require(_0x1c31fc(0x23e))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x239))[_0x1c31fc(0x215)](_0x1c31fc(0x270))['action'](require(_0x1c31fc(0x24c))),_0x435f26['command'](_0x1c31fc(0x1f1))[_0x1c31fc(0x215)](_0x1c31fc(0x21e))[_0x1c31fc(0x207)](_0x1c31fc(0x276),_0x1c31fc(0x23b))[_0x1c31fc(0x207)]('-g,\x20--google','verify\x20Google/Gmail\x20emails')[_0x1c31fc(0x207)](_0x1c31fc(0x1f8),'verify\x20Hotmail/Outlook/Live\x20emails')[_0x1c31fc(0x207)](_0x1c31fc(0x243),'verify\x20NetEase/Qiye\x20163\x20emails')[_0x1c31fc(0x207)]('-tu,\x20--turbify',_0x1c31fc(0x204))[_0x1c31fc(0x207)](_0x1c31fc(0x273),_0x1c31fc(0x252))[_0x1c31fc(0x207)](_0x1c31fc(0x26b),_0x1c31fc(0x274))[_0x1c31fc(0x207)]('--bizqq',_0x1c31fc(0x219))[_0x1c31fc(0x207)](_0x1c31fc(0x211),_0x1c31fc(0x272))[_0x1c31fc(0x246)](function(){const _0x23b577=_0x1c31fc;require(_0x23b577(0x265))(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f6))[_0x1c31fc(0x215)](_0x1c31fc(0x228))[_0x1c31fc(0x207)](_0x1c31fc(0x236),_0x1c31fc(0x22b))[_0x1c31fc(0x207)](_0x1c31fc(0x1ee),_0x1c31fc(0x221))[_0x1c31fc(0x246)](function(){require('./cleaner')(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x214))[_0x1c31fc(0x215)](_0x1c31fc(0x200))['option'](_0x1c31fc(0x230),_0x1c31fc(0x1f2))[_0x1c31fc(0x207)](_0x1c31fc(0x264),_0x1c31fc(0x259))[_0x1c31fc(0x207)](_0x1c31fc(0x20d),_0x1c31fc(0x22f))['option'](_0x1c31fc(0x255),_0x1c31fc(0x231))[_0x1c31fc(0x207)](_0x1c31fc(0x1fe),'prefix\x20http://\x20on\x20extracted\x20output\x20(domains\x20or\x20IPs)')['action'](function(){const _0x2ecd8e=_0x1c31fc;require(_0x2ecd8e(0x26d))(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)]('mx')[_0x1c31fc(0x215)](_0x1c31fc(0x203))[_0x1c31fc(0x207)](_0x1c31fc(0x260),_0x1c31fc(0x233),null)[_0x1c31fc(0x207)](_0x1c31fc(0x25f),_0x1c31fc(0x232),null)[_0x1c31fc(0x246)](function(){require('./mx')(this);}),_0x435f26['command'](_0x1c31fc(0x247))[_0x1c31fc(0x215)]('scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior')['option'](_0x1c31fc(0x248),_0x1c31fc(0x267),null)[_0x1c31fc(0x207)](_0x1c31fc(0x222),_0x1c31fc(0x240),null)[_0x1c31fc(0x207)](_0x1c31fc(0x225),_0x1c31fc(0x20f),null)[_0x1c31fc(0x207)](_0x1c31fc(0x229),_0x1c31fc(0x21d))[_0x1c31fc(0x207)](_0x1c31fc(0x202),_0x1c31fc(0x23d),null)[_0x1c31fc(0x207)](_0x1c31fc(0x256),'comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,shodan,securitytrails,all',null)['option']('-l,\x20--source-limit\x20<number>',_0x1c31fc(0x234),null)[_0x1c31fc(0x207)]('-c,\x20--concurrency\x20<number>',_0x1c31fc(0x21a),null)[_0x1c31fc(0x207)]('-t,\x20--timeout\x20<ms>','HTTP\x20timeout\x20in\x20milliseconds',null)[_0x1c31fc(0x207)]('-p,\x20--payload\x20<url>',_0x1c31fc(0x1fd),null)[_0x1c31fc(0x207)](_0x1c31fc(0x250),'output\x20directory\x20root\x20(default:\x20props/redirect/results)',null)[_0x1c31fc(0x207)](_0x1c31fc(0x220),_0x1c31fc(0x23c),null)['option'](_0x1c31fc(0x223),'discovery\x20via\x20API-keyed\x20sources\x20only\x20(requires\x20api_keys.txt\x20or\x20env\x20keys)')[_0x1c31fc(0x207)](_0x1c31fc(0x21b),_0x1c31fc(0x1ed))['option']('--all-params','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names')['option'](_0x1c31fc(0x20b),_0x1c31fc(0x22a))[_0x1c31fc(0x207)](_0x1c31fc(0x26a),_0x1c31fc(0x20c))[_0x1c31fc(0x246)](function(_0x479b83){this['args']=_0x479b83||[],require('./redirect')(this);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x268))['description'](_0x1c31fc(0x1f9))[_0x1c31fc(0x207)](_0x1c31fc(0x24b),_0x1c31fc(0x235))[_0x1c31fc(0x207)](_0x1c31fc(0x25e),'maximum\x20accuracy\x20—\x20dual\x20catch-all\x20probe\x20+\x20full\x20greylist\x20ladder\x20(default)')[_0x1c31fc(0x207)]('--dns-only',_0x1c31fc(0x269))[_0x1c31fc(0x207)](_0x1c31fc(0x258),_0x1c31fc(0x205))[_0x1c31fc(0x207)](_0x1c31fc(0x253),_0x1c31fc(0x22e),null)[_0x1c31fc(0x246)](function(){require('./debounce')(this);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1fc))[_0x1c31fc(0x215)]('stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider')[_0x1c31fc(0x207)](_0x1c31fc(0x236),_0x1c31fc(0x1ec))['option']('-m,\x20--microsoft',_0x1c31fc(0x1f7))[_0x1c31fc(0x207)](_0x1c31fc(0x238),'sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts')[_0x1c31fc(0x207)](_0x1c31fc(0x263),_0x1c31fc(0x237))[_0x1c31fc(0x207)](_0x1c31fc(0x20e),_0x1c31fc(0x1f5))['action'](function(){require('./sort')(this,_0x30cdde);}),applyJudgerOptions(_0x435f26['command'](_0x1c31fc(0x208)))[_0x1c31fc(0x246)](function(){const _0x45c793=_0x1c31fc;require(_0x45c793(0x24d))(this,_0x30cdde);});const _0x193ea7=_0x1c31fc(0x23a)+new Date()[_0x1c31fc(0x206)]()+'\x0av'+version+'\x0a';return console['info'](_0x193ea7),_0x193ea7;}module[a6_0x38cb04(0x251)]=Commands;
1
+ const a6_0x365e88=a6_0x5ed5;(function(_0x29a640,_0x125ba4){const _0xe270a3=a6_0x5ed5,_0x18966d=_0x29a640();while(!![]){try{const _0x30d8bf=parseInt(_0xe270a3(0x1a8))/0x1*(parseInt(_0xe270a3(0x1be))/0x2)+parseInt(_0xe270a3(0x1aa))/0x3*(parseInt(_0xe270a3(0x153))/0x4)+-parseInt(_0xe270a3(0x180))/0x5*(parseInt(_0xe270a3(0x152))/0x6)+-parseInt(_0xe270a3(0x182))/0x7*(parseInt(_0xe270a3(0x15d))/0x8)+parseInt(_0xe270a3(0x17a))/0x9*(-parseInt(_0xe270a3(0x1cf))/0xa)+-parseInt(_0xe270a3(0x19f))/0xb+parseInt(_0xe270a3(0x1cd))/0xc;if(_0x30d8bf===_0x125ba4)break;else _0x18966d['push'](_0x18966d['shift']());}catch(_0x51f6f0){_0x18966d['push'](_0x18966d['shift']());}}}(a6_0x4239,0x2a4b1));function a6_0x5ed5(_0x438512,_0x504d81){_0x438512=_0x438512-0x150;const _0xad114e=a6_0x4239();let _0xa4a51f=_0xad114e[_0x438512];return _0xa4a51f;}const a6_0x46c6f0=(function(){let _0x2ccefd=!![];return function(_0x13b571,_0x442701){const _0x1a04b5=_0x2ccefd?function(){const _0x3089ea=a6_0x5ed5;if(_0x442701){const _0x37b704=_0x442701[_0x3089ea(0x17b)](_0x13b571,arguments);return _0x442701=null,_0x37b704;}}:function(){};return _0x2ccefd=![],_0x1a04b5;};}()),a6_0xa4a51f=a6_0x46c6f0(this,function(){const _0x4792f4=a6_0x5ed5;return a6_0xa4a51f[_0x4792f4(0x171)]()[_0x4792f4(0x159)](_0x4792f4(0x18f))[_0x4792f4(0x171)]()[_0x4792f4(0x19c)](a6_0xa4a51f)[_0x4792f4(0x159)](_0x4792f4(0x18f));});a6_0xa4a51f();const {Command}=require(a6_0x365e88(0x172)),{version}=require(a6_0x365e88(0x17c)),applyJudgerOptions=require('./jdop');function executionStart(){const _0x44b656=a6_0x365e88;process['argv'][_0x44b656(0x1c9)]=process['hrtime']();}function a6_0x4239(){const _0x4d7aec=['verify\x20Google/Gmail\x20emails','-ho,\x20--hotmail','exports','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains','output\x20directory\x20root\x20(default:\x20props/redirect/results)','40706siBDOh','./verify','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','./auth','view\x20your\x20user\x27s\x20information','number\x20of\x20concurrent\x20checks','logout\x20your\x20KEY\x20to\x20end','comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,shodan,securitytrails,all','--fast','./init','-m,\x20--mine','hrtimer','create\x20a\x20template\x20to\x20work\x20with','-do,\x20--domain','./functions','4829904AidFFQ','-tu,\x20--turbify','30KmZqDD','get\x20a\x20custom\x20provider\x20sorted','get\x20a\x20specific\x20email\x27s\x20login\x20page','logout','sort\x20Microsoft\x20(Office\x20365)\x20accounts','./debounce','-m,\x20--microsoft','-du,\x20--duplicate','login\x20your\x20KEY\x20to\x20begin','--ipv6','./sort','-c,\x20--concurrency\x20<number>','./extract','954VBFxAF','1247908CHQXtC','extract\x20IPv4\x20addresses\x20only\x20(with\x20--ip)','send','maximum\x20accuracy\x20—\x20dual\x20catch-all\x20probe\x20+\x20full\x20greylist\x20ladder\x20(default)','-g,\x20--google','-e,\x20--email\x20<email>','search','scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior','verify\x20BizQQ\x20MX\x20domains','command','698352uabnwH','collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks','login','--263xmail','cleaner','sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts','--ipv4','get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record','HTTP\x20timeout\x20in\x20milliseconds','extract\x20IPv6\x20addresses\x20only\x20(with\x20--ip)','monotomic','verify\x20263xmail\x20MX\x20domains','-o,\x20--output\x20<path>','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','option','discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain','--domain.txt','-p,\x20--payload\x20<url>','debounce','-s,\x20--sources\x20<list>','toString','commander','--http','help','action','redirect\x20[words...]','./user','judger','(c)\x20','466434ojIuBF','apply','../package.json','sorter','stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs','list\x20of\x20all\x20the\x20available\x20features','9860YivvJp','verify\x20Microsoft/Office\x20365\x20emails','7enIcWJ','./send','API\x20keys\x20file\x20(default:\x20props/redirect/api_keys.txt)','-f,\x20--file\x20<path>','./renew','prefix\x20http://\x20on\x20extracted\x20output\x20(domains\x20or\x20IPs)','verify','DNS/MX\x20+\x20rules\x20only\x20—\x20no\x20SMTP\x20RCPT\x20probe','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','scan\x20every\x20domain\x20listed\x20in\x20props/redirect/domain.txt','description','verify\x20AliMail\x20MX\x20domains','addCommand','(((.+)+)+)+$','functions','args','stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider','get\x20all\x20providers\x20for\x20sorting','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','extract','-c,\x20--custom\x20<domain>','discovery\x20via\x20API-keyed\x20sources\x20only\x20(requires\x20api_keys.txt\x20or\x20env\x20keys)','update\x20just\x20files\x20(e.g\x20monotomic.json)','--barracuda','init\x20<project-name>','--api-keys-file\x20<path>','constructor','-p,\x20--print','-t,\x20--timeout\x20<ms>','1849023cqNfYW','-u,\x20--url\x20<url>','--deep-scan','renew','--accurate','-f,\x20--files','verify\x20Barracuda\x20MX\x20domains','-a,\x20--all','show\x20the\x20monotomic.json\x20field-by-field\x20guide','9moKvac','-d,\x20--domain\x20<domain>','3Jaymrz','verify\x20NetEase/Qiye\x20163\x20emails','scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line','exhaustive\x20discovery\x20+\x20all\x20query\x20params\x20+\x20expanded\x20redirect\x20candidates','./judger','parallel\x20verification\x20workers','info','allow\x20localhost/private-network\x20targets','--all-params','update','./cleaner','getFullYear','-n,\x20--netease','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names'];a6_0x4239=function(){return _0x4d7aec;};return a6_0x4239();}function Commands(_0x3af0a6){const _0x3e6bbc=a6_0x365e88,{program:_0x5e1775,prompt:_0x57087a}=_0x3af0a6;executionStart(),_0x5e1775['command'](_0x3e6bbc(0x19a))['description'](_0x3e6bbc(0x1ca))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x1c7))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x167))[_0x3e6bbc(0x18c)]('monotomic.json\x20utilities')[_0x3e6bbc(0x18e)](new Command(_0x3e6bbc(0x174))['description'](_0x3e6bbc(0x1a7))[_0x3e6bbc(0x175)](require('./mthp')))['addCommand'](applyJudgerOptions(new Command('judger'))['action'](function(){require('./judger')(this,_0x57087a);})),_0x5e1775[_0x3e6bbc(0x15c)]('user')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1c2))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x177))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x1a2))[_0x3e6bbc(0x18c)]('redirect\x20you\x20to\x20our\x20website')[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x186))),_0x5e1775['command'](_0x3e6bbc(0x1b3))[_0x3e6bbc(0x18c)]('update\x20your\x20software')['option'](_0x3e6bbc(0x1a4),_0x3e6bbc(0x198))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1c8),_0x3e6bbc(0x1c0))[_0x3e6bbc(0x175)](function(){require('./update')(this,_0x57087a);}),_0x5e1775['command'](_0x3e6bbc(0x15f))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1d7))[_0x3e6bbc(0x175)](()=>require('./auth')()[_0x3e6bbc(0x15f)](_0x57087a)),_0x5e1775['command'](_0x3e6bbc(0x1d2))['description'](_0x3e6bbc(0x1c4))[_0x3e6bbc(0x175)](()=>require(_0x3e6bbc(0x1c1))()['logout']()),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x155))[_0x3e6bbc(0x18c)]('start\x20sending\x20the\x20mails')[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x183))),_0x5e1775[_0x3e6bbc(0x15c)]('features')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x17f))[_0x3e6bbc(0x175)](require('./features')),_0x5e1775['command'](_0x3e6bbc(0x190))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1bb))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x1cc))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x188))['description']('stream-verify\x20emails\x20by\x20provider/domain')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d5),_0x3e6bbc(0x181))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x157),_0x3e6bbc(0x1b8))['option'](_0x3e6bbc(0x1b9),'verify\x20Hotmail/Outlook/Live\x20emails')['option'](_0x3e6bbc(0x1b6),_0x3e6bbc(0x1ab))['option'](_0x3e6bbc(0x1ce),_0x3e6bbc(0x1bc))[_0x3e6bbc(0x16b)]('--alimail',_0x3e6bbc(0x18d))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x160),_0x3e6bbc(0x168))[_0x3e6bbc(0x16b)]('--bizqq',_0x3e6bbc(0x15b))['option'](_0x3e6bbc(0x199),_0x3e6bbc(0x1a5))[_0x3e6bbc(0x175)](function(){const _0x2a3b0f=_0x3e6bbc;require(_0x2a3b0f(0x1bf))(this,_0x57087a);}),_0x5e1775['command'](_0x3e6bbc(0x161))[_0x3e6bbc(0x18c)]('clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a6),_0x3e6bbc(0x18a))['option'](_0x3e6bbc(0x1d6),'remove\x20only\x20duplicates')[_0x3e6bbc(0x175)](function(){const _0x55bfdf=_0x3e6bbc;require(_0x55bfdf(0x1b4))(this,_0x57087a);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x195))['description'](_0x3e6bbc(0x17e))['option']('-ip,\x20--ip',_0x3e6bbc(0x194))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1cb),'extract\x20unique\x20domains\x20from\x20recipient\x20emails')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x163),_0x3e6bbc(0x154))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d8),_0x3e6bbc(0x166))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x173),_0x3e6bbc(0x187))[_0x3e6bbc(0x175)](function(){const _0x595627=_0x3e6bbc;require(_0x595627(0x151))(this,_0x57087a);}),_0x5e1775[_0x3e6bbc(0x15c)]('mx')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x164))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x158),_0x3e6bbc(0x1d1),null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x19d),'print\x20result\x20to\x20screen\x20only',null)[_0x3e6bbc(0x175)](function(){require('./mx')(this);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x176))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x15a))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a0),'scan\x20one\x20URL',null)['option'](_0x3e6bbc(0x1a9),_0x3e6bbc(0x16c),null)[_0x3e6bbc(0x16b)]('--domain-file\x20<path>','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)',null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x16d),_0x3e6bbc(0x18b))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x185),_0x3e6bbc(0x1ac),null)['option'](_0x3e6bbc(0x170),_0x3e6bbc(0x1c5),null)[_0x3e6bbc(0x16b)]('-l,\x20--source-limit\x20<number>','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source',null)['option'](_0x3e6bbc(0x150),_0x3e6bbc(0x1c3),null)['option'](_0x3e6bbc(0x19e),_0x3e6bbc(0x165),null)['option'](_0x3e6bbc(0x16e),_0x3e6bbc(0x16a),null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x169),_0x3e6bbc(0x1bd),null)['option'](_0x3e6bbc(0x19b),_0x3e6bbc(0x184),null)[_0x3e6bbc(0x16b)]('--api-scan',_0x3e6bbc(0x197))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a1),_0x3e6bbc(0x1ad))['option'](_0x3e6bbc(0x1b2),_0x3e6bbc(0x1b7))[_0x3e6bbc(0x16b)]('--allow-private',_0x3e6bbc(0x1b1))['option']('--discovery-only',_0x3e6bbc(0x15e))[_0x3e6bbc(0x175)](function(_0x5e18ca){const _0x586ba5=_0x3e6bbc;this[_0x586ba5(0x191)]=_0x5e18ca||[],require('./redirect')(this);}),_0x5e1775['command'](_0x3e6bbc(0x16f))['description']('validate\x20emails\x20(DeBounce-style):\x20deliverable,\x20invalid,\x20catch-all,\x20spam-trap,\x20disposable,\x20unknown')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1c6),'fast\x20SMTP\x20—\x20shorter\x20greylist\x20ladder,\x20single-pass\x20bias')['option'](_0x3e6bbc(0x1a3),_0x3e6bbc(0x156))[_0x3e6bbc(0x16b)]('--dns-only',_0x3e6bbc(0x189))['option']('--no-greylist','alias\x20for\x20--fast')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x150),_0x3e6bbc(0x1af),null)['action'](function(){const _0x4aab9a=_0x3e6bbc;require(_0x4aab9a(0x1d4))(this);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x17d))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x192))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a6),'sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d5),_0x3e6bbc(0x1d3))['option'](_0x3e6bbc(0x1ce),_0x3e6bbc(0x162))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x196),_0x3e6bbc(0x1d0))[_0x3e6bbc(0x16b)]('-p,\x20--providers',_0x3e6bbc(0x193))['action'](function(){const _0x54ff06=_0x3e6bbc;require(_0x54ff06(0x1d9))(this,_0x57087a);}),applyJudgerOptions(_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x178)))[_0x3e6bbc(0x175)](function(){const _0x2b1658=_0x3e6bbc;require(_0x2b1658(0x1ae))(this,_0x57087a);});const _0x1cd8b0=_0x3e6bbc(0x179)+new Date()[_0x3e6bbc(0x1b5)]()+'\x0av'+version+'\x0a';return console[_0x3e6bbc(0x1b0)](_0x1cd8b0),_0x1cd8b0;}module[a6_0x365e88(0x1ba)]=Commands;
package/commands/init.js CHANGED
@@ -1 +1 @@
1
- function a7_0x4a68(){const _0x38e546=['exit','search','6NpDahg','../utils/hide','Folder\x20already\x20exists:\x20','Template\x20files\x20created!','error','Reinstall\x20monocross\x20or\x20run\x20from\x20the\x20package\x20directory.','cwd','darwin','Project\x20ready:\x20','existsSync','explorer.exe','exports','fs-extra','start','copySync','320061nEFhtZ','(((.+)+)+)+$','ignore','637544LlEIYs','Template\x20folder\x20not\x20found:\x20','join','Project\x20name\x20is\x20required.\x20Example:\x20monocross\x20init\x20MyProject','unref','apply','nanospinner','338660HfIAhf','Init\x20failed','win32','2263370JlcpzP','open','94634bQQZER','log','976602exxVdz','5XvDwJC','path','9nQZWVz','child_process','constructor','1084188kNgDSf'];a7_0x4a68=function(){return _0x38e546;};return a7_0x4a68();}const a7_0x160995=a7_0xbb9d;(function(_0x59eb2f,_0x163705){const _0x5d9548=a7_0xbb9d,_0x339183=_0x59eb2f();while(!![]){try{const _0x905dcb=parseInt(_0x5d9548(0x14d))/0x1*(parseInt(_0x5d9548(0x142))/0x2)+parseInt(_0x5d9548(0x15c))/0x3+-parseInt(_0x5d9548(0x13d))/0x4+-parseInt(_0x5d9548(0x145))/0x5*(parseInt(_0x5d9548(0x144))/0x6)+parseInt(_0x5d9548(0x14a))/0x7+parseInt(_0x5d9548(0x136))/0x8+parseInt(_0x5d9548(0x147))/0x9*(-parseInt(_0x5d9548(0x140))/0xa);if(_0x905dcb===_0x163705)break;else _0x339183['push'](_0x339183['shift']());}catch(_0xd3dec1){_0x339183['push'](_0x339183['shift']());}}}(a7_0x4a68,0x24f65));const a7_0x3149d4=(function(){let _0x3eccbd=!![];return function(_0x187cf6,_0x3b5dd5){const _0x47854e=_0x3eccbd?function(){const _0xc7bb9b=a7_0xbb9d;if(_0x3b5dd5){const _0x3e1d7d=_0x3b5dd5[_0xc7bb9b(0x13b)](_0x187cf6,arguments);return _0x3b5dd5=null,_0x3e1d7d;}}:function(){};return _0x3eccbd=![],_0x47854e;};}()),a7_0x4f658d=a7_0x3149d4(this,function(){const _0x57dc3e=a7_0xbb9d;return a7_0x4f658d['toString']()[_0x57dc3e(0x14c)](_0x57dc3e(0x134))['toString']()[_0x57dc3e(0x149)](a7_0x4f658d)[_0x57dc3e(0x14c)](_0x57dc3e(0x134));});a7_0x4f658d();function a7_0xbb9d(_0x5d897e,_0x310266){_0x5d897e=_0x5d897e-0x134;const _0xbc6bfa=a7_0x4a68();let _0x4f658d=_0xbc6bfa[_0x5d897e];return _0x4f658d;}const path=require(a7_0x160995(0x146)),fse=require(a7_0x160995(0x159)),{platform}=require('os'),{spawn}=require(a7_0x160995(0x148)),{createSpinner}=require(a7_0x160995(0x13c)),{ensureAllHiddenDefaults}=require(a7_0x160995(0x14e));function InitCommands(_0x356247){const _0xb8f8f3=a7_0x160995,_0xa1ff90=path[_0xb8f8f3(0x138)](process[_0xb8f8f3(0x153)](),''+_0x356247),_0x1a65a1=path[_0xb8f8f3(0x138)](__dirname,'../_init');(!_0x356247||!String(_0x356247)['trim']())&&(console[_0xb8f8f3(0x151)](_0xb8f8f3(0x139)),process[_0xb8f8f3(0x14b)](0x1));!fse[_0xb8f8f3(0x156)](_0x1a65a1)&&(console[_0xb8f8f3(0x151)](_0xb8f8f3(0x137)+_0x1a65a1),console['error'](_0xb8f8f3(0x152)),process[_0xb8f8f3(0x14b)](0x1));fse[_0xb8f8f3(0x156)](_0xa1ff90)&&(console[_0xb8f8f3(0x151)](_0xb8f8f3(0x14f)+_0xa1ff90),process[_0xb8f8f3(0x14b)](0x1));console[_0xb8f8f3(0x143)]('Creating\x20project:\x20'+_0x356247);const _0x5a800b=createSpinner('Initializing\x20template...',{'frames':['⏳','⌛','⏳']})[_0xb8f8f3(0x15a)]();try{fse[_0xb8f8f3(0x15b)](_0x1a65a1,_0xa1ff90),ensureAllHiddenDefaults(_0xa1ff90),_0x5a800b['success']({'text':_0xb8f8f3(0x150)}),console[_0xb8f8f3(0x143)](_0xb8f8f3(0x155)+_0xa1ff90);const _0x32cf2d={'detached':!![],'stdio':_0xb8f8f3(0x135)};if(platform()===_0xb8f8f3(0x13f))spawn(_0xb8f8f3(0x157),[_0xa1ff90],{..._0x32cf2d,'windowsHide':!![]})[_0xb8f8f3(0x13a)]();else platform()===_0xb8f8f3(0x154)&&spawn(_0xb8f8f3(0x141),[_0xa1ff90],_0x32cf2d)[_0xb8f8f3(0x13a)]();}catch(_0x180114){_0x5a800b[_0xb8f8f3(0x151)]({'text':_0xb8f8f3(0x13e)}),console[_0xb8f8f3(0x151)](_0x180114['message']),process[_0xb8f8f3(0x14b)](0x1);}}module[a7_0x160995(0x158)]=InitCommands;
1
+ const a7_0x47177c=a7_0x2fd3;(function(_0x3193ea,_0x4bdeb5){const _0x5ab342=a7_0x2fd3,_0xc83219=_0x3193ea();while(!![]){try{const _0x227914=-parseInt(_0x5ab342(0x18f))/0x1+parseInt(_0x5ab342(0x17e))/0x2+-parseInt(_0x5ab342(0x18c))/0x3*(parseInt(_0x5ab342(0x17d))/0x4)+-parseInt(_0x5ab342(0x16e))/0x5+-parseInt(_0x5ab342(0x172))/0x6*(parseInt(_0x5ab342(0x190))/0x7)+-parseInt(_0x5ab342(0x17b))/0x8+parseInt(_0x5ab342(0x18d))/0x9;if(_0x227914===_0x4bdeb5)break;else _0xc83219['push'](_0xc83219['shift']());}catch(_0xd4df9a){_0xc83219['push'](_0xc83219['shift']());}}}(a7_0x14de,0x55f24));const a7_0x486684=(function(){let _0x3e43d3=!![];return function(_0x159f75,_0x314825){const _0x57b4a4=_0x3e43d3?function(){const _0x57212d=a7_0x2fd3;if(_0x314825){const _0x1f59f5=_0x314825[_0x57212d(0x16d)](_0x159f75,arguments);return _0x314825=null,_0x1f59f5;}}:function(){};return _0x3e43d3=![],_0x57b4a4;};}()),a7_0x566628=a7_0x486684(this,function(){const _0x357dce=a7_0x2fd3;return a7_0x566628[_0x357dce(0x18e)]()[_0x357dce(0x189)]('(((.+)+)+)+$')[_0x357dce(0x18e)]()[_0x357dce(0x16b)](a7_0x566628)[_0x357dce(0x189)](_0x357dce(0x174));});a7_0x566628();const path=require(a7_0x47177c(0x170)),fse=require(a7_0x47177c(0x186)),{platform}=require('os'),{spawn}=require('child_process'),{createSpinner}=require(a7_0x47177c(0x181)),{ensureAllHiddenDefaults}=require(a7_0x47177c(0x185));function InitCommands(_0x4eda19){const _0x2704af=a7_0x47177c,_0x15a33c=path[_0x2704af(0x180)](process[_0x2704af(0x173)](),''+_0x4eda19),_0x55fdba=path[_0x2704af(0x180)](__dirname,_0x2704af(0x18a));(!_0x4eda19||!String(_0x4eda19)[_0x2704af(0x188)]())&&(console[_0x2704af(0x179)](_0x2704af(0x17f)),process[_0x2704af(0x175)](0x1));!fse[_0x2704af(0x178)](_0x55fdba)&&(console[_0x2704af(0x179)](_0x2704af(0x177)+_0x55fdba),console[_0x2704af(0x179)](_0x2704af(0x183)),process[_0x2704af(0x175)](0x1));fse[_0x2704af(0x178)](_0x15a33c)&&(console['error'](_0x2704af(0x17a)+_0x15a33c),process['exit'](0x1));console[_0x2704af(0x182)]('Creating\x20project:\x20'+_0x4eda19);const _0x1dd72a=createSpinner(_0x2704af(0x171),{'frames':['⏳','⌛','⏳']})['start']();try{fse[_0x2704af(0x18b)](_0x55fdba,_0x15a33c),ensureAllHiddenDefaults(_0x15a33c),_0x1dd72a['success']({'text':_0x2704af(0x17c)}),console[_0x2704af(0x182)](_0x2704af(0x184)+_0x15a33c);const _0x3c952f={'detached':!![],'stdio':_0x2704af(0x187)};if(platform()==='win32')spawn('explorer.exe',[_0x15a33c],{..._0x3c952f,'windowsHide':!![]})[_0x2704af(0x176)]();else platform()===_0x2704af(0x16c)&&spawn('open',[_0x15a33c],_0x3c952f)[_0x2704af(0x176)]();}catch(_0xaab000){_0x1dd72a[_0x2704af(0x179)]({'text':'Init\x20failed'}),console['error'](_0xaab000[_0x2704af(0x16f)]),process[_0x2704af(0x175)](0x1);}}function a7_0x2fd3(_0x1e882a,_0x122fe8){_0x1e882a=_0x1e882a-0x16b;const _0x14d5df=a7_0x14de();let _0x566628=_0x14d5df[_0x1e882a];return _0x566628;}function a7_0x14de(){const _0x444e73=['../utils/hide','fs-extra','ignore','trim','search','../_init','copySync','3WMKHsa','17360640dMRxCE','toString','292926AsbpCD','465038WXSRWb','constructor','darwin','apply','2709790cMmiyo','message','path','Initializing\x20template...','24SubrRD','cwd','(((.+)+)+)+$','exit','unref','Template\x20folder\x20not\x20found:\x20','existsSync','error','Folder\x20already\x20exists:\x20','3926120TTJYTB','Template\x20files\x20created!','1222444PCdWfZ','640144oEQOng','Project\x20name\x20is\x20required.\x20Example:\x20monocross\x20init\x20MyProject','join','nanospinner','log','Reinstall\x20monocross\x20or\x20run\x20from\x20the\x20package\x20directory.','Project\x20ready:\x20'];a7_0x14de=function(){return _0x444e73;};return a7_0x14de();}module['exports']=InitCommands;
package/commands/jdop.js CHANGED
@@ -1 +1 @@
1
- var a8_0x17f709=a8_0x5298;function a8_0x5298(_0x5d2448,_0x2f5c6a){_0x5d2448=_0x5d2448-0x176;var _0x23842a=a8_0x39a4();var _0x1ed1d1=_0x23842a[_0x5d2448];return _0x1ed1d1;}(function(_0x46d6fc,_0x4d170d){var _0x709baa=a8_0x5298,_0x1cba28=_0x46d6fc();while(!![]){try{var _0xd0f2f3=-parseInt(_0x709baa(0x178))/0x1+-parseInt(_0x709baa(0x182))/0x2+-parseInt(_0x709baa(0x17c))/0x3*(parseInt(_0x709baa(0x185))/0x4)+parseInt(_0x709baa(0x17f))/0x5+-parseInt(_0x709baa(0x186))/0x6+-parseInt(_0x709baa(0x180))/0x7+-parseInt(_0x709baa(0x176))/0x8*(-parseInt(_0x709baa(0x179))/0x9);if(_0xd0f2f3===_0x4d170d)break;else _0x1cba28['push'](_0x1cba28['shift']());}catch(_0x544d53){_0x1cba28['push'](_0x1cba28['shift']());}}}(a8_0x39a4,0xcf125));var a8_0x122b66=(function(){var _0x1a773b=!![];return function(_0x1caa09,_0x450e7c){var _0x1ab11f=_0x1a773b?function(){var _0x370e70=a8_0x5298;if(_0x450e7c){var _0x358ada=_0x450e7c[_0x370e70(0x18d)](_0x1caa09,arguments);return _0x450e7c=null,_0x358ada;}}:function(){};return _0x1a773b=![],_0x1ab11f;};}()),a8_0x1ed1d1=a8_0x122b66(this,function(){var _0x2ea564=a8_0x5298;return a8_0x1ed1d1[_0x2ea564(0x18f)]()[_0x2ea564(0x181)](_0x2ea564(0x17b))[_0x2ea564(0x18f)]()[_0x2ea564(0x190)](a8_0x1ed1d1)[_0x2ea564(0x181)](_0x2ea564(0x17b));});a8_0x1ed1d1();function applyJudgerOptions(_0x79087b){var _0x3d6e2e=a8_0x5298;return _0x79087b[_0x3d6e2e(0x18a)](_0x3d6e2e(0x188))['option'](_0x3d6e2e(0x189),_0x3d6e2e(0x184))[_0x3d6e2e(0x191)]('-z,\x20--zimbra',_0x3d6e2e(0x17a))['option'](_0x3d6e2e(0x183),_0x3d6e2e(0x18e))[_0x3d6e2e(0x191)]('-s,\x20--smartermail',_0x3d6e2e(0x17d))['option'](_0x3d6e2e(0x177),_0x3d6e2e(0x187))[_0x3d6e2e(0x191)](_0x3d6e2e(0x18c),_0x3d6e2e(0x17e));}module[a8_0x17f709(0x18b)]=applyJudgerOptions;function a8_0x39a4(){var _0x2c8202=['--with-url','1104876fLXlqa','5825763UYyPxJ','check\x20if\x20emails\x20are\x20hosted\x20on\x20Zimbra','(((.+)+)+)+$','3UFGwRp','check\x20if\x20emails\x20are\x20hosted\x20on\x20SmarterMail','output\x20email\x20only\x20(no\x20login\x20URL)\x20in\x20judger\x20output','1113015IjiYMr','2717057yrqFqJ','search','1042404uFnFVs','-r,\x20--roundcube','check\x20if\x20emails\x20are\x20hosted\x20on\x20OWA','1287208RADlZG','9417336TLzaNm','include\x20real\x20login\x20page\x20URL\x20in\x20judger\x20output','judge\x20webmail\x20hosts:\x20OWA,\x20Zimbra,\x20Roundcube,\x20SmarterMail','-o,\x20--owa','description','exports','--no-url','apply','check\x20Roundcube\x20/\x20cPanel\x20webmail','toString','constructor','option','56tKIIIr'];a8_0x39a4=function(){return _0x2c8202;};return a8_0x39a4();}
1
+ var a8_0x4c63ef=a8_0x15f4;function a8_0x2bef(){var _0x34c84b=['--with-url','check\x20if\x20emails\x20are\x20hosted\x20on\x20SmarterMail','1460484lMAwGy','include\x20real\x20login\x20page\x20URL\x20in\x20judger\x20output','1555lJNFYz','description','search','167759GhVokg','output\x20email\x20only\x20(no\x20login\x20URL)\x20in\x20judger\x20output','4398060knndhl','-z,\x20--zimbra','check\x20if\x20emails\x20are\x20hosted\x20on\x20Zimbra','constructor','judge\x20webmail\x20hosts:\x20OWA,\x20Zimbra,\x20Roundcube,\x20SmarterMail','apply','exports','check\x20if\x20emails\x20are\x20hosted\x20on\x20OWA','-s,\x20--smartermail','2255860ugerIr','470JDiEqH','-r,\x20--roundcube','197811nSjZjg','77Saaylg','option','4376Idgmcv','625880CsWpzI'];a8_0x2bef=function(){return _0x34c84b;};return a8_0x2bef();}(function(_0x3d3fd7,_0x4c12bf){var _0x53f943=a8_0x15f4,_0x1c33db=_0x3d3fd7();while(!![]){try{var _0x1421b9=parseInt(_0x53f943(0x117))/0x1+parseInt(_0x53f943(0x108))/0x2+parseInt(_0x53f943(0x119))/0x3+-parseInt(_0x53f943(0x10e))/0x4*(parseInt(_0x53f943(0x114))/0x5)+parseInt(_0x53f943(0x112))/0x6+parseInt(_0x53f943(0x10c))/0x7*(-parseInt(_0x53f943(0x10f))/0x8)+parseInt(_0x53f943(0x10b))/0x9*(-parseInt(_0x53f943(0x109))/0xa);if(_0x1421b9===_0x4c12bf)break;else _0x1c33db['push'](_0x1c33db['shift']());}catch(_0x5a5f1e){_0x1c33db['push'](_0x1c33db['shift']());}}}(a8_0x2bef,0xbc4db));var a8_0x5c55bf=(function(){var _0x2c8672=!![];return function(_0x5a3571,_0x5373bc){var _0x43ec1b=_0x2c8672?function(){var _0x34c026=a8_0x15f4;if(_0x5373bc){var _0x5a8f3c=_0x5373bc[_0x34c026(0x104)](_0x5a3571,arguments);return _0x5373bc=null,_0x5a8f3c;}}:function(){};return _0x2c8672=![],_0x43ec1b;};}()),a8_0x10ad55=a8_0x5c55bf(this,function(){var _0x467630=a8_0x15f4;return a8_0x10ad55['toString']()['search']('(((.+)+)+)+$')['toString']()[_0x467630(0x11c)](a8_0x10ad55)[_0x467630(0x116)]('(((.+)+)+)+$');});a8_0x10ad55();function a8_0x15f4(_0x2aea53,_0x38284f){_0x2aea53=_0x2aea53-0x103;var _0x3689e9=a8_0x2bef();var _0x10ad55=_0x3689e9[_0x2aea53];return _0x10ad55;}function applyJudgerOptions(_0x4b5a4c){var _0x204775=a8_0x15f4;return _0x4b5a4c[_0x204775(0x115)](_0x204775(0x103))[_0x204775(0x10d)]('-o,\x20--owa',_0x204775(0x106))['option'](_0x204775(0x11a),_0x204775(0x11b))[_0x204775(0x10d)](_0x204775(0x10a),'check\x20Roundcube\x20/\x20cPanel\x20webmail')['option'](_0x204775(0x107),_0x204775(0x111))[_0x204775(0x10d)](_0x204775(0x110),_0x204775(0x113))['option']('--no-url',_0x204775(0x118));}module[a8_0x4c63ef(0x105)]=applyJudgerOptions;
@@ -1 +1 @@
1
- const a9_0x1dd936=a9_0x8839;(function(_0x4b3dfa,_0x23b5b0){const _0x1b963f=a9_0x8839,_0x1203ed=_0x4b3dfa();while(!![]){try{const _0x55461c=-parseInt(_0x1b963f(0x139))/0x1*(parseInt(_0x1b963f(0x14a))/0x2)+-parseInt(_0x1b963f(0x131))/0x3*(-parseInt(_0x1b963f(0x12e))/0x4)+parseInt(_0x1b963f(0x13b))/0x5*(-parseInt(_0x1b963f(0x141))/0x6)+-parseInt(_0x1b963f(0x154))/0x7+-parseInt(_0x1b963f(0x135))/0x8*(-parseInt(_0x1b963f(0x144))/0x9)+-parseInt(_0x1b963f(0x134))/0xa*(parseInt(_0x1b963f(0x14b))/0xb)+parseInt(_0x1b963f(0x12a))/0xc;if(_0x55461c===_0x23b5b0)break;else _0x1203ed['push'](_0x1203ed['shift']());}catch(_0x3075b2){_0x1203ed['push'](_0x1203ed['shift']());}}}(a9_0x4fea,0x1f14e));function a9_0x8839(_0xad2cc7,_0x35ecfc){_0xad2cc7=_0xad2cc7-0x128;const _0x10e74d=a9_0x4fea();let _0x3c1cda=_0x10e74d[_0xad2cc7];return _0x3c1cda;}const a9_0x499527=(function(){let _0x4c710f=!![];return function(_0x53c4cf,_0x23b9c8){const _0x36ea08=_0x4c710f?function(){if(_0x23b9c8){const _0xd4b107=_0x23b9c8['apply'](_0x53c4cf,arguments);return _0x23b9c8=null,_0xd4b107;}}:function(){};return _0x4c710f=![],_0x36ea08;};}()),a9_0x3c1cda=a9_0x499527(this,function(){const _0x446fc0=a9_0x8839;return a9_0x3c1cda[_0x446fc0(0x155)]()[_0x446fc0(0x150)](_0x446fc0(0x147))[_0x446fc0(0x155)]()[_0x446fc0(0x140)](a9_0x3c1cda)[_0x446fc0(0x150)](_0x446fc0(0x147));});a9_0x3c1cda();const {judgePlatform,PLATFORM_LABELS}=require(a9_0x1dd936(0x142)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require('../functions/globals'),JwtVerify=require(a9_0x1dd936(0x12c)),{revealJudgerFolder,hideJudgerFolder}=require(a9_0x1dd936(0x157)),PLATFORM_CHOICES=[{'name':a9_0x1dd936(0x132),'value':a9_0x1dd936(0x153)},{'name':a9_0x1dd936(0x156),'value':a9_0x1dd936(0x130)},{'name':a9_0x1dd936(0x138),'value':a9_0x1dd936(0x151)},{'name':a9_0x1dd936(0x12d),'value':'smartermail'}],URL_OUTPUT_PLATFORMS=new Set([a9_0x1dd936(0x153),'zimbra',a9_0x1dd936(0x151),'smartermail']),PLATFORM_LABELS_SHORT={'owa':a9_0x1dd936(0x132),'zimbra':a9_0x1dd936(0x156),'roundcube':a9_0x1dd936(0x138),'smartermail':a9_0x1dd936(0x12d)};function resolvePlatform(_0x31f590={}){const _0x3ad4cb=a9_0x1dd936;if(_0x31f590['owa'])return'owa';if(_0x31f590[_0x3ad4cb(0x130)])return _0x3ad4cb(0x130);if(_0x31f590[_0x3ad4cb(0x151)])return _0x3ad4cb(0x151);if(_0x31f590[_0x3ad4cb(0x152)])return _0x3ad4cb(0x152);return'';}function resolveIncludeUrl(_0x5749e1={}){const _0x23346e=a9_0x1dd936;if(_0x5749e1[_0x23346e(0x13c)])return!![];if(_0x5749e1[_0x23346e(0x128)])return![];return null;}function askIncludeUrl(_0x31cc01,_0x34bafd){const _0xd7c758=a9_0x1dd936,_0x72f8ae=PLATFORM_LABELS_SHORT[_0x34bafd]||_0x34bafd;return _0x31cc01({'name':_0xd7c758(0x14f),'type':_0xd7c758(0x148),'message':_0x72f8ae+_0xd7c758(0x14d),'choices':[{'name':_0x72f8ae+_0xd7c758(0x149),'value':!![]},{'name':_0x72f8ae+_0xd7c758(0x13a),'value':![]}]})[_0xd7c758(0x12f)](_0x5805a6=>({'includeUrl':!!_0x5805a6['includeUrl']}));}function runJudgerWithOptions(_0x4099b9,_0x4200f6,_0x45a1c9,_0x36351a){const _0x2abe50=a9_0x1dd936,_0x75b5f5=resolveIncludeUrl(_0x45a1c9);if(!URL_OUTPUT_PLATFORMS[_0x2abe50(0x129)](_0x4200f6)||_0x75b5f5!==null)return judgePlatform(_0x4099b9(),_0x4200f6,{'includeUrl':_0x75b5f5!==![]});return askIncludeUrl(_0x36351a,_0x4200f6)[_0x2abe50(0x12f)](_0x148199=>judgePlatform(_0x4099b9(),_0x4200f6,_0x148199));}function JudgerCommands(_0xd78546,_0x596bae){const _0x4dbe98=a9_0x1dd936;JwtVerify(),revealJudgerFolder(process[_0x4dbe98(0x137)]()),fetchmonocrossJSONSkeleton();const _0x26f7e3=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x560728=_0xd78546['opts'](),_0x1a242e=resolvePlatform(_0x560728),_0x4358b9={'name':_0x4dbe98(0x145),'type':'list','message':_0x4dbe98(0x159),'choices':PLATFORM_CHOICES[_0x4dbe98(0x13f)](_0x5bf7b4=>_0x5bf7b4['name'])};try{if(_0x1a242e)return runJudgerWithOptions(_0x26f7e3,_0x1a242e,_0x560728,_0x596bae);if(isEmptyObject(_0x560728))return _0x596bae(_0x4358b9)[_0x4dbe98(0x12f)](_0x70abfd=>{const _0x3632cb=_0x4dbe98,_0x486f94=PLATFORM_CHOICES[_0x3632cb(0x14c)](_0x31a94b=>_0x31a94b[_0x3632cb(0x146)][_0x3632cb(0x13e)]()===String(_0x70abfd['judger']||'')[_0x3632cb(0x13e)]());return!_0x486f94&&(console[_0x3632cb(0x143)](_0x3632cb(0x13d)),process[_0x3632cb(0x12b)](0x1)),runJudgerWithOptions(_0x26f7e3,_0x486f94['value'],_0x560728,_0x596bae);});console[_0x4dbe98(0x143)]('Use\x20one\x20of:\x20'+Object[_0x4dbe98(0x158)](PLATFORM_LABELS)['map'](_0x257f65=>'--'+_0x257f65)[_0x4dbe98(0x14e)](',\x20')),process[_0x4dbe98(0x12b)](0x1);}catch(_0x1605ef){try{hideJudgerFolder(process[_0x4dbe98(0x137)]());}catch(_0x23737d){}console[_0x4dbe98(0x143)](_0x1605ef[_0x4dbe98(0x133)]),process[_0x4dbe98(0x12b)](0x1);}}module[a9_0x1dd936(0x136)]=JudgerCommands;function a9_0x4fea(){const _0x3d5ae2=['keys','Judger\x20—\x20select\x20webmail\x20host\x20to\x20check:','noUrl','has','2962812mTmnLh','exit','../utils/jwtVerify','SmarterMail','4GZzPcj','then','zimbra','273846gyImTb','OWA','message','430JipwOb','339896dLDNxo','exports','cwd','Roundcube','939UqqRfa','\x20(email\x20only,\x20no\x20URL)','118240Bdxmpx','withUrl','Invalid\x20judger\x20selection.','toLowerCase','map','constructor','42ZNUnts','../functions/jdg','error','45kBWZzo','judger','name','(((.+)+)+)+$','list','\x20(with\x20login\x20URL)','108aKQVxZ','9526opUjfe','find','\x20output\x20format\x20—\x20include\x20login\x20page\x20URL?','join','includeUrl','search','roundcube','smartermail','owa','1188796ejEpSx','toString','Zimbra','../utils/jdfr'];a9_0x4fea=function(){return _0x3d5ae2;};return a9_0x4fea();}
1
+ function a9_0x1c1c(_0x4029be,_0xf6f9fb){_0x4029be=_0x4029be-0x151;const _0x1d42c0=a9_0x1c35();let _0x5c595e=_0x1d42c0[_0x4029be];return _0x5c595e;}const a9_0x37b13f=a9_0x1c1c;function a9_0x1c35(){const _0x3e5a5e=['4263800UBcTIJ','smartermail','22630eJjpZU','roundcube','\x20(email\x20only,\x20no\x20URL)','Judger\x20—\x20select\x20webmail\x20host\x20to\x20check:','search','../functions/jdg','toString','563451jAdPLr','\x20output\x20format\x20—\x20include\x20login\x20page\x20URL?','has','138gFCDML','error','(((.+)+)+)+$','value','441729nqEwbW','84jaiDdw','message','1760467mAaHWB','zimbra','3308028zYlHiW','154ZVKtHq','OWA','../utils/jwtVerify','exports','Zimbra','../utils/jdfr','noUrl','includeUrl','toLowerCase','map','5589PdQzxZ','withUrl','constructor','exit','241985xzNOra','judger','find','18JVkfPL','name','then','cwd','../functions/globals','SmarterMail','owa','join','Use\x20one\x20of:\x20','apply','opts','Roundcube','list'];a9_0x1c35=function(){return _0x3e5a5e;};return a9_0x1c35();}(function(_0x59c5cb,_0x129a65){const _0x393d17=a9_0x1c1c,_0x2f02f2=_0x59c5cb();while(!![]){try{const _0x21600c=parseInt(_0x393d17(0x179))/0x1+-parseInt(_0x393d17(0x159))/0x2*(-parseInt(_0x393d17(0x176))/0x3)+-parseInt(_0x393d17(0x177))/0x4*(parseInt(_0x393d17(0x156))/0x5)+-parseInt(_0x393d17(0x172))/0x6*(-parseInt(_0x393d17(0x16f))/0x7)+-parseInt(_0x393d17(0x166))/0x8+-parseInt(_0x393d17(0x152))/0x9*(-parseInt(_0x393d17(0x168))/0xa)+-parseInt(_0x393d17(0x17c))/0xb*(parseInt(_0x393d17(0x17b))/0xc);if(_0x21600c===_0x129a65)break;else _0x2f02f2['push'](_0x2f02f2['shift']());}catch(_0x45b245){_0x2f02f2['push'](_0x2f02f2['shift']());}}}(a9_0x1c35,0xe3f06));const a9_0x5a5b19=(function(){let _0x15072b=!![];return function(_0x33d433,_0x4ffae5){const _0x51d709=_0x15072b?function(){const _0x41c73c=a9_0x1c1c;if(_0x4ffae5){const _0x1bc645=_0x4ffae5[_0x41c73c(0x162)](_0x33d433,arguments);return _0x4ffae5=null,_0x1bc645;}}:function(){};return _0x15072b=![],_0x51d709;};}()),a9_0x5c595e=a9_0x5a5b19(this,function(){const _0x4cb216=a9_0x1c1c;return a9_0x5c595e['toString']()[_0x4cb216(0x16c)](_0x4cb216(0x174))[_0x4cb216(0x16e)]()[_0x4cb216(0x154)](a9_0x5c595e)['search'](_0x4cb216(0x174));});a9_0x5c595e();const {judgePlatform,PLATFORM_LABELS}=require(a9_0x37b13f(0x16d)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a9_0x37b13f(0x15d)),JwtVerify=require(a9_0x37b13f(0x17e)),{revealJudgerFolder,hideJudgerFolder}=require(a9_0x37b13f(0x181)),PLATFORM_CHOICES=[{'name':a9_0x37b13f(0x17d),'value':'owa'},{'name':a9_0x37b13f(0x180),'value':a9_0x37b13f(0x17a)},{'name':'Roundcube','value':'roundcube'},{'name':a9_0x37b13f(0x15e),'value':a9_0x37b13f(0x167)}],URL_OUTPUT_PLATFORMS=new Set([a9_0x37b13f(0x15f),a9_0x37b13f(0x17a),a9_0x37b13f(0x169),a9_0x37b13f(0x167)]),PLATFORM_LABELS_SHORT={'owa':a9_0x37b13f(0x17d),'zimbra':a9_0x37b13f(0x180),'roundcube':a9_0x37b13f(0x164),'smartermail':a9_0x37b13f(0x15e)};function resolvePlatform(_0xc9488d={}){const _0x2b3229=a9_0x37b13f;if(_0xc9488d['owa'])return _0x2b3229(0x15f);if(_0xc9488d['zimbra'])return _0x2b3229(0x17a);if(_0xc9488d[_0x2b3229(0x169)])return _0x2b3229(0x169);if(_0xc9488d['smartermail'])return'smartermail';return'';}function resolveIncludeUrl(_0x187b4f={}){const _0x2387c5=a9_0x37b13f;if(_0x187b4f[_0x2387c5(0x153)])return!![];if(_0x187b4f[_0x2387c5(0x182)])return![];return null;}function askIncludeUrl(_0x69410c,_0x102b0e){const _0xfa0aee=a9_0x37b13f,_0x5dd92e=PLATFORM_LABELS_SHORT[_0x102b0e]||_0x102b0e;return _0x69410c({'name':_0xfa0aee(0x183),'type':'list','message':_0x5dd92e+_0xfa0aee(0x170),'choices':[{'name':_0x5dd92e+'\x20(with\x20login\x20URL)','value':!![]},{'name':_0x5dd92e+_0xfa0aee(0x16a),'value':![]}]})[_0xfa0aee(0x15b)](_0xed549d=>({'includeUrl':!!_0xed549d[_0xfa0aee(0x183)]}));}function runJudgerWithOptions(_0x3291a3,_0x676417,_0x584fd0,_0x21a90f){const _0x36cc1a=a9_0x37b13f,_0x260a61=resolveIncludeUrl(_0x584fd0);if(!URL_OUTPUT_PLATFORMS[_0x36cc1a(0x171)](_0x676417)||_0x260a61!==null)return judgePlatform(_0x3291a3(),_0x676417,{'includeUrl':_0x260a61!==![]});return askIncludeUrl(_0x21a90f,_0x676417)[_0x36cc1a(0x15b)](_0x15b08a=>judgePlatform(_0x3291a3(),_0x676417,_0x15b08a));}function JudgerCommands(_0x1a07b1,_0x5545ab){const _0x36053a=a9_0x37b13f;JwtVerify(),revealJudgerFolder(process[_0x36053a(0x15c)]()),fetchmonocrossJSONSkeleton();const _0x1922c7=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x57ce86=_0x1a07b1[_0x36053a(0x163)](),_0x472edb=resolvePlatform(_0x57ce86),_0x2edf6f={'name':_0x36053a(0x157),'type':_0x36053a(0x165),'message':_0x36053a(0x16b),'choices':PLATFORM_CHOICES[_0x36053a(0x151)](_0x18753f=>_0x18753f[_0x36053a(0x15a)])};try{if(_0x472edb)return runJudgerWithOptions(_0x1922c7,_0x472edb,_0x57ce86,_0x5545ab);if(isEmptyObject(_0x57ce86))return _0x5545ab(_0x2edf6f)[_0x36053a(0x15b)](_0x10f28b=>{const _0x28056e=_0x36053a,_0x253352=PLATFORM_CHOICES[_0x28056e(0x158)](_0xdfd17c=>_0xdfd17c[_0x28056e(0x15a)]['toLowerCase']()===String(_0x10f28b[_0x28056e(0x157)]||'')[_0x28056e(0x184)]());return!_0x253352&&(console[_0x28056e(0x173)]('Invalid\x20judger\x20selection.'),process[_0x28056e(0x155)](0x1)),runJudgerWithOptions(_0x1922c7,_0x253352[_0x28056e(0x175)],_0x57ce86,_0x5545ab);});console[_0x36053a(0x173)](_0x36053a(0x161)+Object['keys'](PLATFORM_LABELS)[_0x36053a(0x151)](_0x573329=>'--'+_0x573329)[_0x36053a(0x160)](',\x20')),process[_0x36053a(0x155)](0x1);}catch(_0x2d99a3){try{hideJudgerFolder(process[_0x36053a(0x15c)]());}catch(_0x3794dd){}console[_0x36053a(0x173)](_0x2d99a3[_0x36053a(0x178)]),process[_0x36053a(0x155)](0x1);}}module[a9_0x37b13f(0x17f)]=JudgerCommands;
package/commands/mthp.js CHANGED
@@ -1 +1 @@
1
- function a10_0xf7e0(){const _0x50e01d=['112071BbThAS','22542LzyzsO','apply','280GcsAuy','6848312eZOjfw','search','toString','cwd','1383294uzKULE','8449693EBAjve','(((.+)+)+)+$','140FTkQjH','2394810bXStah','2114704PtbMPQ','16oWKDvM','9RsqGjz','exports'];a10_0xf7e0=function(){return _0x50e01d;};return a10_0xf7e0();}function a10_0x4f2a(_0x4f0204,_0x37bbb0){_0x4f0204=_0x4f0204-0x1ea;const _0x3f7fb9=a10_0xf7e0();let _0x2c5a02=_0x3f7fb9[_0x4f0204];return _0x2c5a02;}const a10_0x6cb3c7=a10_0x4f2a;(function(_0x1e4497,_0x47630c){const _0x5b644a=a10_0x4f2a,_0x193827=_0x1e4497();while(!![]){try{const _0x4e7cdb=-parseInt(_0x5b644a(0x1f1))/0x1*(-parseInt(_0x5b644a(0x1ee))/0x2)+parseInt(_0x5b644a(0x1ec))/0x3+-parseInt(_0x5b644a(0x1ed))/0x4+-parseInt(_0x5b644a(0x1f4))/0x5*(parseInt(_0x5b644a(0x1f2))/0x6)+-parseInt(_0x5b644a(0x1fa))/0x7+-parseInt(_0x5b644a(0x1f5))/0x8*(parseInt(_0x5b644a(0x1ef))/0x9)+-parseInt(_0x5b644a(0x1eb))/0xa*(-parseInt(_0x5b644a(0x1f9))/0xb);if(_0x4e7cdb===_0x47630c)break;else _0x193827['push'](_0x193827['shift']());}catch(_0x46fa25){_0x193827['push'](_0x193827['shift']());}}}(a10_0xf7e0,0x9f784));const a10_0x377409=(function(){let _0x318ed3=!![];return function(_0x1e6b13,_0x205df4){const _0x108b60=_0x318ed3?function(){const _0x32d908=a10_0x4f2a;if(_0x205df4){const _0x4474b4=_0x205df4[_0x32d908(0x1f3)](_0x1e6b13,arguments);return _0x205df4=null,_0x4474b4;}}:function(){};return _0x318ed3=![],_0x108b60;};}()),a10_0x2c5a02=a10_0x377409(this,function(){const _0x5667c3=a10_0x4f2a;return a10_0x2c5a02['toString']()[_0x5667c3(0x1f6)](_0x5667c3(0x1ea))[_0x5667c3(0x1f7)]()['constructor'](a10_0x2c5a02)[_0x5667c3(0x1f6)](_0x5667c3(0x1ea));});a10_0x2c5a02();const {showMonotomicHelp}=require('../utils/mthp');function monotomicHelpCommand(){const _0x1562d7=a10_0x4f2a;showMonotomicHelp(process[_0x1562d7(0x1f8)]());}module[a10_0x6cb3c7(0x1f0)]=monotomicHelpCommand;
1
+ const a10_0x4d8ec3=a10_0x5bc3;function a10_0x5bc3(_0x54ef06,_0x178f42){_0x54ef06=_0x54ef06-0x196;const _0x20575f=a10_0x5c62();let _0x46c886=_0x20575f[_0x54ef06];return _0x46c886;}(function(_0x3fd81f,_0x2cd89c){const _0x5c7104=a10_0x5bc3,_0x338838=_0x3fd81f();while(!![]){try{const _0x4f9731=parseInt(_0x5c7104(0x1a4))/0x1*(parseInt(_0x5c7104(0x19c))/0x2)+parseInt(_0x5c7104(0x19d))/0x3*(-parseInt(_0x5c7104(0x1a7))/0x4)+-parseInt(_0x5c7104(0x1a0))/0x5+-parseInt(_0x5c7104(0x1a1))/0x6*(parseInt(_0x5c7104(0x196))/0x7)+-parseInt(_0x5c7104(0x197))/0x8*(-parseInt(_0x5c7104(0x19f))/0x9)+-parseInt(_0x5c7104(0x19b))/0xa+parseInt(_0x5c7104(0x1a5))/0xb;if(_0x4f9731===_0x2cd89c)break;else _0x338838['push'](_0x338838['shift']());}catch(_0x2182f3){_0x338838['push'](_0x338838['shift']());}}}(a10_0x5c62,0x5540b));function a10_0x5c62(){const _0x345e9f=['2052PudkqV','309715xHfLSs','653154ttPUxY','(((.+)+)+)+$','search','118369XZUZUj','5133128uNTwiR','constructor','1768qWdpZR','28okzhTJ','9032NbBcbj','exports','apply','../utils/mthp','552640JyGeJU','8vKWkqn','2007JLpoFz','toString'];a10_0x5c62=function(){return _0x345e9f;};return a10_0x5c62();}const a10_0xc4a4fc=(function(){let _0x44d629=!![];return function(_0x5ea814,_0x295d5a){const _0x4979a0=_0x44d629?function(){const _0x369401=a10_0x5bc3;if(_0x295d5a){const _0x288ae5=_0x295d5a[_0x369401(0x199)](_0x5ea814,arguments);return _0x295d5a=null,_0x288ae5;}}:function(){};return _0x44d629=![],_0x4979a0;};}()),a10_0x46c886=a10_0xc4a4fc(this,function(){const _0x1ee39e=a10_0x5bc3;return a10_0x46c886[_0x1ee39e(0x19e)]()['search'](_0x1ee39e(0x1a2))[_0x1ee39e(0x19e)]()[_0x1ee39e(0x1a6)](a10_0x46c886)[_0x1ee39e(0x1a3)]('(((.+)+)+)+$');});a10_0x46c886();const {showMonotomicHelp}=require(a10_0x4d8ec3(0x19a));function monotomicHelpCommand(){showMonotomicHelp(process['cwd']());}module[a10_0x4d8ec3(0x198)]=monotomicHelpCommand;
package/commands/mx.js CHANGED
@@ -1 +1 @@
1
- const a11_0x342e88=a11_0x428d;function a11_0x5e31(){const _0x328b41=['949RMpqvV','601725weQHFk','../utils/jwtVerify','toString','apply','search','4826628cCBqLw','../functions/mxc','76456zTnUqU','1082KlCNIb','email','message','2998608ywIlOR','99VIfEeG','273KJsaLD','2683732XAvBOo','(((.+)+)+)+$','346990SXGyiT','exports','../functions/globals','opts'];a11_0x5e31=function(){return _0x328b41;};return a11_0x5e31();}function a11_0x428d(_0x270e30,_0x3c6ee8){_0x270e30=_0x270e30-0x1c5;const _0x140923=a11_0x5e31();let _0x467125=_0x140923[_0x270e30];return _0x467125;}(function(_0x2db9d4,_0x5e68f1){const _0x371640=a11_0x428d,_0xad2479=_0x2db9d4();while(!![]){try{const _0x14f815=parseInt(_0x371640(0x1c9))/0x1*(-parseInt(_0x371640(0x1d2))/0x2)+parseInt(_0x371640(0x1d5))/0x3+-parseInt(_0x371640(0x1d8))/0x4+-parseInt(_0x371640(0x1ca))/0x5+parseInt(_0x371640(0x1cf))/0x6+-parseInt(_0x371640(0x1d7))/0x7*(parseInt(_0x371640(0x1d1))/0x8)+-parseInt(_0x371640(0x1d6))/0x9*(-parseInt(_0x371640(0x1c5))/0xa);if(_0x14f815===_0x5e68f1)break;else _0xad2479['push'](_0xad2479['shift']());}catch(_0x2fb183){_0xad2479['push'](_0xad2479['shift']());}}}(a11_0x5e31,0x7c15d));const a11_0x3b0d6a=(function(){let _0x5c35e4=!![];return function(_0x1e6aac,_0x3597d4){const _0x552628=_0x5c35e4?function(){const _0x20f9e0=a11_0x428d;if(_0x3597d4){const _0x525039=_0x3597d4[_0x20f9e0(0x1cd)](_0x1e6aac,arguments);return _0x3597d4=null,_0x525039;}}:function(){};return _0x5c35e4=![],_0x552628;};}()),a11_0x467125=a11_0x3b0d6a(this,function(){const _0x3ff8bd=a11_0x428d;return a11_0x467125[_0x3ff8bd(0x1cc)]()['search'](_0x3ff8bd(0x1d9))['toString']()['constructor'](a11_0x467125)[_0x3ff8bd(0x1ce)](_0x3ff8bd(0x1d9));});a11_0x467125();const {verifyMx}=require(a11_0x342e88(0x1d0)),{fetchmonocrossJSONSkeleton,readEmailsFileToArray,isEmptyObject,isString}=require(a11_0x342e88(0x1c7)),JwtVerify=require(a11_0x342e88(0x1cb));function MxCommands(_0x1d3235){const _0x4c47ed=a11_0x342e88;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x8cfa4e=!isEmptyObject(_0x1d3235[_0x4c47ed(0x1c8)]())&&isString(_0x1d3235[_0x4c47ed(0x1c8)]()[_0x4c47ed(0x1d3)])?[_0x1d3235[_0x4c47ed(0x1c8)]()[_0x4c47ed(0x1d3)]]:readEmailsFileToArray();try{return verifyMx(_0x8cfa4e,!!_0x1d3235[_0x4c47ed(0x1c8)]()['print']||!!_0x1d3235[_0x4c47ed(0x1c8)]()[_0x4c47ed(0x1d3)]);}catch(_0x2fb44a){console['error'](_0x2fb44a[_0x4c47ed(0x1d4)]),process['exit'](0x1);}}module[a11_0x342e88(0x1c6)]=MxCommands;
1
+ const a11_0xc9638c=a11_0x4dcb;(function(_0x176688,_0x5a6b96){const _0x442218=a11_0x4dcb,_0x4c6994=_0x176688();while(!![]){try{const _0x36e17a=-parseInt(_0x442218(0x152))/0x1*(-parseInt(_0x442218(0x15a))/0x2)+-parseInt(_0x442218(0x154))/0x3+-parseInt(_0x442218(0x155))/0x4*(-parseInt(_0x442218(0x148))/0x5)+parseInt(_0x442218(0x14b))/0x6+-parseInt(_0x442218(0x14e))/0x7+parseInt(_0x442218(0x145))/0x8+-parseInt(_0x442218(0x147))/0x9*(parseInt(_0x442218(0x14d))/0xa);if(_0x36e17a===_0x5a6b96)break;else _0x4c6994['push'](_0x4c6994['shift']());}catch(_0x5b3e6e){_0x4c6994['push'](_0x4c6994['shift']());}}}(a11_0x33b9,0x60069));const a11_0x55b82c=(function(){let _0x3af249=!![];return function(_0x30fe28,_0xe8bc39){const _0x362870=_0x3af249?function(){if(_0xe8bc39){const _0x31e4f3=_0xe8bc39['apply'](_0x30fe28,arguments);return _0xe8bc39=null,_0x31e4f3;}}:function(){};return _0x3af249=![],_0x362870;};}()),a11_0x5840fe=a11_0x55b82c(this,function(){const _0x2f82d1=a11_0x4dcb;return a11_0x5840fe['toString']()[_0x2f82d1(0x14c)]('(((.+)+)+)+$')[_0x2f82d1(0x157)]()[_0x2f82d1(0x156)](a11_0x5840fe)['search'](_0x2f82d1(0x14a));});function a11_0x4dcb(_0x12ada3,_0x413a82){_0x12ada3=_0x12ada3-0x144;const _0x59a133=a11_0x33b9();let _0x5840fe=_0x59a133[_0x12ada3];return _0x5840fe;}function a11_0x33b9(){const _0x268530=['opts','5337369TZRucw','17445ubariZ','../utils/jwtVerify','(((.+)+)+)+$','3904668gYTnGX','search','20pXGfGP','2250122jvnbes','print','exports','email','103ACHGgc','../functions/globals','228438ucTXht','520FeYhQq','constructor','toString','error','../functions/mxc','2682rslrLJ','exit','5876192BafVIJ'];a11_0x33b9=function(){return _0x268530;};return a11_0x33b9();}a11_0x5840fe();const {verifyMx}=require(a11_0xc9638c(0x159)),{fetchmonocrossJSONSkeleton,readEmailsFileToArray,isEmptyObject,isString}=require(a11_0xc9638c(0x153)),JwtVerify=require(a11_0xc9638c(0x149));function MxCommands(_0x499464){const _0x699344=a11_0xc9638c;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x57bcfa=!isEmptyObject(_0x499464[_0x699344(0x146)]())&&isString(_0x499464[_0x699344(0x146)]()[_0x699344(0x151)])?[_0x499464[_0x699344(0x146)]()[_0x699344(0x151)]]:readEmailsFileToArray();try{return verifyMx(_0x57bcfa,!!_0x499464[_0x699344(0x146)]()[_0x699344(0x14f)]||!!_0x499464[_0x699344(0x146)]()[_0x699344(0x151)]);}catch(_0xf275e5){console[_0x699344(0x158)](_0xf275e5['message']),process[_0x699344(0x144)](0x1);}}module[a11_0xc9638c(0x150)]=MxCommands;
@@ -1 +1 @@
1
- function a12_0xdffd(_0x189c4b,_0x57516b){_0x189c4b=_0x189c4b-0x124;const _0x296105=a12_0x52dc();let _0x2525e9=_0x296105[_0x189c4b];return _0x2525e9;}const a12_0x123914=a12_0xdffd;(function(_0x5783f0,_0x1da9a3){const _0x354418=a12_0xdffd,_0x67737e=_0x5783f0();while(!![]){try{const _0x5a7d77=-parseInt(_0x354418(0x12c))/0x1+-parseInt(_0x354418(0x153))/0x2*(parseInt(_0x354418(0x12d))/0x3)+-parseInt(_0x354418(0x13f))/0x4+parseInt(_0x354418(0x139))/0x5+-parseInt(_0x354418(0x141))/0x6+parseInt(_0x354418(0x142))/0x7*(parseInt(_0x354418(0x13d))/0x8)+parseInt(_0x354418(0x138))/0x9*(parseInt(_0x354418(0x124))/0xa);if(_0x5a7d77===_0x1da9a3)break;else _0x67737e['push'](_0x67737e['shift']());}catch(_0x59df2f){_0x67737e['push'](_0x67737e['shift']());}}}(a12_0x52dc,0x6c086));const a12_0x5ebbbe=(function(){let _0x3ee3a8=!![];return function(_0x3fc8c6,_0x2124fc){const _0x1f43e1=_0x3ee3a8?function(){if(_0x2124fc){const _0x17c5b4=_0x2124fc['apply'](_0x3fc8c6,arguments);return _0x2124fc=null,_0x17c5b4;}}:function(){};return _0x3ee3a8=![],_0x1f43e1;};}()),a12_0x2525e9=a12_0x5ebbbe(this,function(){const _0x465164=a12_0xdffd;return a12_0x2525e9[_0x465164(0x136)]()[_0x465164(0x140)](_0x465164(0x135))[_0x465164(0x136)]()[_0x465164(0x13a)](a12_0x2525e9)[_0x465164(0x140)](_0x465164(0x135));});a12_0x2525e9();const path=require(a12_0x123914(0x150)),JwtVerify=require(a12_0x123914(0x12a)),{fetchmonocrossJSONSkeleton}=require(a12_0x123914(0x12f)),{scanRedirects}=require('../functions/rdt'),{parseRedirectCliTokens,resolveRedirectDomainFile}=require(a12_0x123914(0x130));function a12_0x52dc(){const _0x1dd885=['exit','3448SJiCKR','resolve','959892ndQDeZ','search','917658XpVcJV','3983ndPggD','error','domain.txt','apiScan','concurrency','deepScan','discoveryOnly','deep_scan','includes','--domain-txt','--domain.txt','argv','output','message','path','allowPrivate','domainTxt','50QWVIzV','apiKeysFile','50yJYHrC','domain-txt','deepscan','domain','allParams','useDomainTxt','../utils/jwtVerify','deep-scan','621522MxBtzd','8499ffVtvu','deep','../functions/globals','../functions/rdt/cli-args','sourceLimit','url','file','timeout','(((.+)+)+)+$','toString','exports','1350927vUAXlf','2660055FcMfww','constructor','args'];a12_0x52dc=function(){return _0x1dd885;};return a12_0x52dc();}function RedirectCommands(_0x31cd3b){const _0x410c88=a12_0x123914;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x8a5753=_0x31cd3b['opts'](),_0x160321=parseRedirectCliTokens(process[_0x410c88(0x14d)]),_0x15acaa=Array['isArray'](_0x31cd3b[_0x410c88(0x13b)])?_0x31cd3b['args']:[];for(const _0x2294ef of _0x15acaa){const _0x5d95c6=String(_0x2294ef||'')['toLowerCase']();[_0x410c88(0x12b),_0x410c88(0x149),_0x410c88(0x126),_0x410c88(0x12e)][_0x410c88(0x14a)](_0x5d95c6)&&(_0x160321['deepScan']=!![]),[_0x410c88(0x144),_0x410c88(0x125),_0x410c88(0x14c),_0x410c88(0x14b)][_0x410c88(0x14a)](_0x5d95c6)&&(_0x160321['useDomainTxt']=!![]);}const _0x5198e1=!!(_0x8a5753[_0x410c88(0x147)]||_0x160321[_0x410c88(0x147)]),_0x2d52ec=!!(_0x8a5753[_0x410c88(0x152)]||_0x8a5753[_0x410c88(0x144)]||_0x160321[_0x410c88(0x129)]),_0xe2bd4b=resolveRedirectDomainFile({..._0x8a5753,'domainTxt':_0x2d52ec},_0x160321),_0x1757c8=_0x8a5753['file']?path[_0x410c88(0x13e)](process['cwd'](),_0x8a5753[_0x410c88(0x133)]):null;try{return scanRedirects({'url':_0x8a5753[_0x410c88(0x132)],'domain':_0x8a5753[_0x410c88(0x127)],'domainFile':_0xe2bd4b,'file':_0x1757c8,'sources':_0x8a5753['sources'],'sourceLimit':_0x8a5753[_0x410c88(0x131)],'concurrency':_0x8a5753[_0x410c88(0x146)],'timeout':_0x8a5753[_0x410c88(0x134)],'payload':_0x8a5753['payload'],'output':_0x8a5753[_0x410c88(0x14e)],'apiKeysFile':_0x8a5753[_0x410c88(0x154)],'apiScan':!!_0x8a5753[_0x410c88(0x145)],'deepScan':_0x5198e1,'allParams':!!_0x8a5753[_0x410c88(0x128)]||_0x5198e1,'allowPrivate':!!_0x8a5753[_0x410c88(0x151)],'discoveryOnly':!!_0x8a5753[_0x410c88(0x148)],'useUrlFile':!!_0x8a5753[_0x410c88(0x133)],'useDomainTxt':_0x2d52ec});}catch(_0x406c96){console[_0x410c88(0x143)](_0x406c96?.[_0x410c88(0x14f)]||_0x406c96),process[_0x410c88(0x13c)](0x1);}}module[a12_0x123914(0x137)]=RedirectCommands;
1
+ const a12_0x140e25=a12_0x57c6;(function(_0x178c44,_0x280711){const _0x3206ac=a12_0x57c6,_0x1ce95e=_0x178c44();while(!![]){try{const _0x3cd27e=parseInt(_0x3206ac(0x1e8))/0x1+parseInt(_0x3206ac(0x1f2))/0x2+parseInt(_0x3206ac(0x202))/0x3*(parseInt(_0x3206ac(0x1e4))/0x4)+parseInt(_0x3206ac(0x1df))/0x5*(-parseInt(_0x3206ac(0x1ed))/0x6)+parseInt(_0x3206ac(0x1e6))/0x7*(parseInt(_0x3206ac(0x205))/0x8)+parseInt(_0x3206ac(0x206))/0x9+-parseInt(_0x3206ac(0x1f0))/0xa*(parseInt(_0x3206ac(0x1ec))/0xb);if(_0x3cd27e===_0x280711)break;else _0x1ce95e['push'](_0x1ce95e['shift']());}catch(_0x3838ef){_0x1ce95e['push'](_0x1ce95e['shift']());}}}(a12_0x281c,0x620bc));const a12_0x2769ee=(function(){let _0x3b4aee=!![];return function(_0x56a6ae,_0x3706d5){const _0x296549=_0x3b4aee?function(){if(_0x3706d5){const _0xf62d0b=_0x3706d5['apply'](_0x56a6ae,arguments);return _0x3706d5=null,_0xf62d0b;}}:function(){};return _0x3b4aee=![],_0x296549;};}()),a12_0x5dd6a0=a12_0x2769ee(this,function(){const _0x4b8978=a12_0x57c6;return a12_0x5dd6a0['toString']()['search'](_0x4b8978(0x1f1))['toString']()[_0x4b8978(0x203)](a12_0x5dd6a0)[_0x4b8978(0x20a)](_0x4b8978(0x1f1));});a12_0x5dd6a0();const path=require(a12_0x140e25(0x1e3)),JwtVerify=require(a12_0x140e25(0x208)),{fetchmonocrossJSONSkeleton}=require(a12_0x140e25(0x1fe)),{scanRedirects}=require(a12_0x140e25(0x1fb)),{parseRedirectCliTokens,resolveRedirectDomainFile}=require(a12_0x140e25(0x20c));function a12_0x281c(){const _0x57e626=['15etqbpv','file','allowPrivate','apiKeysFile','path','4HxWiPG','exports','7FwlZyF','isArray','776004HGNZbD','toLowerCase','resolve','deepScan','33110kyxSdq','384732NGvnSI','domainTxt','deep-scan','6390cgliob','(((.+)+)+)+$','368188FPsmdi','domain','payload','cwd','includes','args','url','argv','deep_scan','../functions/rdt','concurrency','exit','../functions/globals','domain.txt','deepscan','timeout','2016231cIsKeR','constructor','domain-txt','1052728BJnzdO','6782274ZhPZJJ','useDomainTxt','../utils/jwtVerify','sources','search','--domain-txt','../functions/rdt/cli-args','error','apiScan'];a12_0x281c=function(){return _0x57e626;};return a12_0x281c();}function a12_0x57c6(_0x36af7b,_0x543075){_0x36af7b=_0x36af7b-0x1de;const _0x9139cf=a12_0x281c();let _0x5dd6a0=_0x9139cf[_0x36af7b];return _0x5dd6a0;}function RedirectCommands(_0x5c28c6){const _0x4ef545=a12_0x140e25;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x323e80=_0x5c28c6['opts'](),_0x197f8c=parseRedirectCliTokens(process[_0x4ef545(0x1f9)]),_0x4c8bde=Array[_0x4ef545(0x1e7)](_0x5c28c6[_0x4ef545(0x1f7)])?_0x5c28c6['args']:[];for(const _0x3378e8 of _0x4c8bde){const _0x52b326=String(_0x3378e8||'')[_0x4ef545(0x1e9)]();[_0x4ef545(0x1ef),_0x4ef545(0x1fa),_0x4ef545(0x200),'deep']['includes'](_0x52b326)&&(_0x197f8c[_0x4ef545(0x1eb)]=!![]),[_0x4ef545(0x1ff),_0x4ef545(0x204),'--domain.txt',_0x4ef545(0x20b)][_0x4ef545(0x1f6)](_0x52b326)&&(_0x197f8c[_0x4ef545(0x207)]=!![]);}const _0x9d0ce2=!!(_0x323e80['deepScan']||_0x197f8c[_0x4ef545(0x1eb)]),_0x243da2=!!(_0x323e80[_0x4ef545(0x1ee)]||_0x323e80['domain.txt']||_0x197f8c[_0x4ef545(0x207)]),_0x5d84a2=resolveRedirectDomainFile({..._0x323e80,'domainTxt':_0x243da2},_0x197f8c),_0x241edf=_0x323e80[_0x4ef545(0x1e0)]?path[_0x4ef545(0x1ea)](process[_0x4ef545(0x1f5)](),_0x323e80[_0x4ef545(0x1e0)]):null;try{return scanRedirects({'url':_0x323e80[_0x4ef545(0x1f8)],'domain':_0x323e80[_0x4ef545(0x1f3)],'domainFile':_0x5d84a2,'file':_0x241edf,'sources':_0x323e80[_0x4ef545(0x209)],'sourceLimit':_0x323e80['sourceLimit'],'concurrency':_0x323e80[_0x4ef545(0x1fc)],'timeout':_0x323e80[_0x4ef545(0x201)],'payload':_0x323e80[_0x4ef545(0x1f4)],'output':_0x323e80['output'],'apiKeysFile':_0x323e80[_0x4ef545(0x1e2)],'apiScan':!!_0x323e80[_0x4ef545(0x1de)],'deepScan':_0x9d0ce2,'allParams':!!_0x323e80['allParams']||_0x9d0ce2,'allowPrivate':!!_0x323e80[_0x4ef545(0x1e1)],'discoveryOnly':!!_0x323e80['discoveryOnly'],'useUrlFile':!!_0x323e80[_0x4ef545(0x1e0)],'useDomainTxt':_0x243da2});}catch(_0x4f15ea){console[_0x4ef545(0x20d)](_0x4f15ea?.['message']||_0x4f15ea),process[_0x4ef545(0x1fd)](0x1);}}module[a12_0x140e25(0x1e5)]=RedirectCommands;
package/commands/renew.js CHANGED
@@ -1 +1 @@
1
- var a13_0x1b6773=a13_0x38f1;(function(_0x2fdb48,_0x26172a){var _0x12d41e=a13_0x38f1,_0x552d27=_0x2fdb48();while(!![]){try{var _0xff7ffd=parseInt(_0x12d41e(0xf0))/0x1*(-parseInt(_0x12d41e(0xe6))/0x2)+parseInt(_0x12d41e(0xe0))/0x3*(parseInt(_0x12d41e(0xe3))/0x4)+-parseInt(_0x12d41e(0xec))/0x5*(parseInt(_0x12d41e(0xde))/0x6)+-parseInt(_0x12d41e(0xe1))/0x7*(parseInt(_0x12d41e(0xe4))/0x8)+parseInt(_0x12d41e(0xeb))/0x9*(-parseInt(_0x12d41e(0xdf))/0xa)+-parseInt(_0x12d41e(0xed))/0xb+parseInt(_0x12d41e(0xe2))/0xc;if(_0xff7ffd===_0x26172a)break;else _0x552d27['push'](_0x552d27['shift']());}catch(_0x4c12de){_0x552d27['push'](_0x552d27['shift']());}}}(a13_0xf5a2,0x9f6fb));var a13_0x1abe79=(function(){var _0x5e90c9=!![];return function(_0x50fb93,_0x1b022d){var _0xa7facf=_0x5e90c9?function(){if(_0x1b022d){var _0x4e4fde=_0x1b022d['apply'](_0x50fb93,arguments);return _0x1b022d=null,_0x4e4fde;}}:function(){};return _0x5e90c9=![],_0xa7facf;};}()),a13_0x2d43df=a13_0x1abe79(this,function(){var _0x4650d5=a13_0x38f1;return a13_0x2d43df[_0x4650d5(0xe9)]()[_0x4650d5(0xee)](_0x4650d5(0xf1))[_0x4650d5(0xe9)]()[_0x4650d5(0xef)](a13_0x2d43df)[_0x4650d5(0xee)](_0x4650d5(0xf1));});function a13_0x38f1(_0x365327,_0x473387){_0x365327=_0x365327-0xde;var _0x53363c=a13_0xf5a2();var _0x2d43df=_0x53363c[_0x365327];return _0x2d43df;}a13_0x2d43df();function RenewCommands(){var _0x51af12=a13_0x38f1;try{require(_0x51af12(0xea));}catch(_0x8b2da2){console[_0x51af12(0xe7)](_0x8b2da2),process[_0x51af12(0xe8)](0x1);}}function a13_0xf5a2(){var _0x2493c4=['444594JgUdJc','error','exit','toString','../functions/renew','5612832iHwHqs','30vEGVzr','7678583dhJKfu','search','constructor','1xflndF','(((.+)+)+)+$','406788mbEFDb','10wnNlgE','42105HiutNk','7JTfllQ','25339800nfaksU','224pDoviM','2350184GOumlC','exports'];a13_0xf5a2=function(){return _0x2493c4;};return a13_0xf5a2();}module[a13_0x1b6773(0xe5)]=RenewCommands;
1
+ (function(_0x2ec350,_0x12d113){var _0x3c3960=a13_0x3045,_0x28c536=_0x2ec350();while(!![]){try{var _0x227bf8=parseInt(_0x3c3960(0x1d3))/0x1*(parseInt(_0x3c3960(0x1d5))/0x2)+parseInt(_0x3c3960(0x1e1))/0x3+parseInt(_0x3c3960(0x1d8))/0x4*(-parseInt(_0x3c3960(0x1d2))/0x5)+parseInt(_0x3c3960(0x1da))/0x6+parseInt(_0x3c3960(0x1dd))/0x7+-parseInt(_0x3c3960(0x1d4))/0x8*(parseInt(_0x3c3960(0x1d7))/0x9)+-parseInt(_0x3c3960(0x1e0))/0xa*(-parseInt(_0x3c3960(0x1db))/0xb);if(_0x227bf8===_0x12d113)break;else _0x28c536['push'](_0x28c536['shift']());}catch(_0x30241e){_0x28c536['push'](_0x28c536['shift']());}}}(a13_0x2438,0xd3d72));var a13_0x29cfde=(function(){var _0x3be061=!![];return function(_0x1d12b4,_0x460034){var _0x453c3b=_0x3be061?function(){var _0x41a505=a13_0x3045;if(_0x460034){var _0x14e914=_0x460034[_0x41a505(0x1e2)](_0x1d12b4,arguments);return _0x460034=null,_0x14e914;}}:function(){};return _0x3be061=![],_0x453c3b;};}()),a13_0xcfee3a=a13_0x29cfde(this,function(){var _0x4824ac=a13_0x3045;return a13_0xcfee3a['toString']()[_0x4824ac(0x1de)](_0x4824ac(0x1d9))[_0x4824ac(0x1dc)]()[_0x4824ac(0x1df)](a13_0xcfee3a)[_0x4824ac(0x1de)]('(((.+)+)+)+$');});function a13_0x3045(_0x498800,_0x355655){_0x498800=_0x498800-0x1d1;var _0x19ed0b=a13_0x2438();var _0xcfee3a=_0x19ed0b[_0x498800];return _0xcfee3a;}a13_0xcfee3a();function RenewCommands(){var _0x5ef785=a13_0x3045;try{require(_0x5ef785(0x1d6));}catch(_0x5b36d9){console[_0x5ef785(0x1d1)](_0x5b36d9),process['exit'](0x1);}}module['exports']=RenewCommands;function a13_0x2438(){var _0x54ab71=['12825963awOFwz','529096QJqODI','(((.+)+)+)+$','7436424iqDxAO','266673ODvqix','toString','9132753QmQxzZ','search','constructor','400HbDdcs','186456XtYOHV','apply','error','50quTlNT','10aLFzpH','8cnALUG','7918qqSoHW','../functions/renew'];a13_0x2438=function(){return _0x54ab71;};return a13_0x2438();}
package/commands/send.js CHANGED
@@ -1 +1 @@
1
- var a14_0x53193c=a14_0x3f4f;(function(_0x42d2f7,_0x1ef57f){var _0x120d87=a14_0x3f4f,_0x4d0387=_0x42d2f7();while(!![]){try{var _0x3a9f3f=parseInt(_0x120d87(0xd7))/0x1*(-parseInt(_0x120d87(0xe4))/0x2)+parseInt(_0x120d87(0xdb))/0x3*(-parseInt(_0x120d87(0xe5))/0x4)+parseInt(_0x120d87(0xe1))/0x5*(-parseInt(_0x120d87(0xe7))/0x6)+parseInt(_0x120d87(0xe2))/0x7+-parseInt(_0x120d87(0xdf))/0x8*(parseInt(_0x120d87(0xe3))/0x9)+-parseInt(_0x120d87(0xe0))/0xa+-parseInt(_0x120d87(0xda))/0xb*(-parseInt(_0x120d87(0xe6))/0xc);if(_0x3a9f3f===_0x1ef57f)break;else _0x4d0387['push'](_0x4d0387['shift']());}catch(_0x5d3290){_0x4d0387['push'](_0x4d0387['shift']());}}}(a14_0x1295,0x467b7));var a14_0x53091e=(function(){var _0x503be8=!![];return function(_0x3c0174,_0x5a881a){var _0x101894=_0x503be8?function(){var _0x15bce9=a14_0x3f4f;if(_0x5a881a){var _0x33ab9c=_0x5a881a[_0x15bce9(0xd9)](_0x3c0174,arguments);return _0x5a881a=null,_0x33ab9c;}}:function(){};return _0x503be8=![],_0x101894;};}()),a14_0x4783ad=a14_0x53091e(this,function(){var _0x3aff58=a14_0x3f4f;return a14_0x4783ad[_0x3aff58(0xd8)]()[_0x3aff58(0xe9)](_0x3aff58(0xdc))[_0x3aff58(0xd8)]()['constructor'](a14_0x4783ad)[_0x3aff58(0xe9)](_0x3aff58(0xdc));});a14_0x4783ad();function a14_0x3f4f(_0x3f5c05,_0xb3140a){_0x3f5c05=_0x3f5c05-0xd7;var _0x3e68c8=a14_0x1295();var _0x4783ad=_0x3e68c8[_0x3f5c05];return _0x4783ad;}function SendCommands(){var _0x17cbdb=a14_0x3f4f;try{require('../utils/jwtVerify')[_0x17cbdb(0xe8)](),require('../functions/snd/index')();}catch(_0x55950d){console[_0x17cbdb(0xdd)](_0x17cbdb(0xde)+_0x55950d['message']),process[_0x17cbdb(0xeb)](0x1);}}function a14_0x1295(){var _0x4f499a=['1yHCKeP','toString','apply','14556124LnxbQS','846759ZOjxhF','(((.+)+)+)+$','error','SEND\x20err:\x20','1336LNYsis','4730520Rcwtxn','1884115bQBzDs','3384199bOrLsG','4311RJqDMI','611850alzOXj','4TUIEPo','12Afptcw','6QohuJO','JwtVerify','search','exports','exit'];a14_0x1295=function(){return _0x4f499a;};return a14_0x1295();}module[a14_0x53193c(0xea)]=SendCommands;
1
+ var a14_0x1757cf=a14_0x5a99;(function(_0x45f08e,_0x22c146){var _0x4d3c4c=a14_0x5a99,_0x4614ca=_0x45f08e();while(!![]){try{var _0x57fb75=parseInt(_0x4d3c4c(0x1a3))/0x1+parseInt(_0x4d3c4c(0x1a6))/0x2+parseInt(_0x4d3c4c(0x1a8))/0x3*(parseInt(_0x4d3c4c(0x1a4))/0x4)+parseInt(_0x4d3c4c(0x1b4))/0x5+parseInt(_0x4d3c4c(0x1b0))/0x6+-parseInt(_0x4d3c4c(0x1ac))/0x7*(parseInt(_0x4d3c4c(0x1ad))/0x8)+-parseInt(_0x4d3c4c(0x1b3))/0x9;if(_0x57fb75===_0x22c146)break;else _0x4614ca['push'](_0x4614ca['shift']());}catch(_0x114a36){_0x4614ca['push'](_0x4614ca['shift']());}}}(a14_0x4518,0x3d5a0));var a14_0x5dabb6=(function(){var _0x4ac422=!![];return function(_0x247244,_0x5619ce){var _0x24126f=_0x4ac422?function(){if(_0x5619ce){var _0x5c90cb=_0x5619ce['apply'](_0x247244,arguments);return _0x5619ce=null,_0x5c90cb;}}:function(){};return _0x4ac422=![],_0x24126f;};}()),a14_0x5dc0e3=a14_0x5dabb6(this,function(){var _0xa759f3=a14_0x5a99;return a14_0x5dc0e3['toString']()['search'](_0xa759f3(0x1aa))[_0xa759f3(0x1b1)]()[_0xa759f3(0x1ae)](a14_0x5dc0e3)['search'](_0xa759f3(0x1aa));});a14_0x5dc0e3();function SendCommands(){var _0x510b04=a14_0x5a99;try{require(_0x510b04(0x1af))[_0x510b04(0x1a7)](),require(_0x510b04(0x1a2))();}catch(_0x113376){console[_0x510b04(0x1ab)]('SEND\x20err:\x20'+_0x113376[_0x510b04(0x1a9)]),process[_0x510b04(0x1b2)](0x1);}}function a14_0x5a99(_0x4dc589,_0xddbeac){_0x4dc589=_0x4dc589-0x1a2;var _0x3475a0=a14_0x4518();var _0x5dc0e3=_0x3475a0[_0x4dc589];return _0x5dc0e3;}module[a14_0x1757cf(0x1a5)]=SendCommands;function a14_0x4518(){var _0x1e32c2=['7eBhjOe','194840agJZDP','constructor','../utils/jwtVerify','455658GtITny','toString','exit','5784615gQmAMu','1640735XeTDLO','../functions/snd/index','8459XYrMbL','40uTwBGe','exports','171154fJiMGl','JwtVerify','126078Fhrquf','message','(((.+)+)+)+$','error'];a14_0x4518=function(){return _0x1e32c2;};return a14_0x4518();}
package/commands/sort.js CHANGED
@@ -1 +1 @@
1
- function a15_0x1801(){const _0x1a5754=['toString','sorter','2752HkfOZH','../utils/jwtVerify','exports','4873975SEXjQM','2809976vSqzsm','1079103ONcyWK','7pCpIFm','3651muhuFO','../functions/globals','../functions/srt','microsoft','2nCDoUS','message','34217271CbKTlx','All','error','73881eeUAfa','Sorting?\x20By\x20what:\x20','constructor','all','list','exit','1470Hwljvf','7740462KCLsAf','then','(((.+)+)+)+$','opts','apply'];a15_0x1801=function(){return _0x1a5754;};return a15_0x1801();}const a15_0x40aed3=a15_0x1583;function a15_0x1583(_0x267aad,_0x211ed0){_0x267aad=_0x267aad-0x1d9;const _0x492e92=a15_0x1801();let _0x25b59b=_0x492e92[_0x267aad];return _0x25b59b;}(function(_0xd2788e,_0x39e625){const _0x580754=a15_0x1583,_0xf3889b=_0xd2788e();while(!![]){try{const _0x14f4c4=parseInt(_0x580754(0x1f5))/0x1*(-parseInt(_0x580754(0x1dd))/0x2)+-parseInt(_0x580754(0x1d9))/0x3*(parseInt(_0x580754(0x1f0))/0x4)+-parseInt(_0x580754(0x1f3))/0x5+parseInt(_0x580754(0x1e9))/0x6+-parseInt(_0x580754(0x1f6))/0x7*(-parseInt(_0x580754(0x1f4))/0x8)+-parseInt(_0x580754(0x1e2))/0x9*(parseInt(_0x580754(0x1e8))/0xa)+parseInt(_0x580754(0x1df))/0xb;if(_0x14f4c4===_0x39e625)break;else _0xf3889b['push'](_0xf3889b['shift']());}catch(_0x1ebe85){_0xf3889b['push'](_0xf3889b['shift']());}}}(a15_0x1801,0x9faf4));const a15_0x217c68=(function(){let _0x3d617f=!![];return function(_0x3d0873,_0x18628b){const _0x43f406=_0x3d617f?function(){const _0x2b3709=a15_0x1583;if(_0x18628b){const _0x346cca=_0x18628b[_0x2b3709(0x1ed)](_0x3d0873,arguments);return _0x18628b=null,_0x346cca;}}:function(){};return _0x3d617f=![],_0x43f406;};}()),a15_0x25b59b=a15_0x217c68(this,function(){const _0x312450=a15_0x1583;return a15_0x25b59b[_0x312450(0x1ee)]()['search'](_0x312450(0x1eb))[_0x312450(0x1ee)]()[_0x312450(0x1e4)](a15_0x25b59b)['search'](_0x312450(0x1eb));});a15_0x25b59b();const {listProviders,sortAll,sortCustom,sortMicrosoft,sortTurbify}=require(a15_0x40aed3(0x1db)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream,readSorterOptionsFileToString}=require(a15_0x40aed3(0x1da)),JwtVerify=require(a15_0x40aed3(0x1f1));function SortCommands(_0xc3843b,_0x41f2fa){const _0x55741d=a15_0x40aed3;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x31e897=readSorterOptionsFileToString(),_0xcf87ff=()=>readEmailsFileAsStream({'trackProfiles':![],'forSorter':!![]}),{all:_0x13aefd,microsoft:_0x4dd6ee,turbify:_0x4fc216,custom:_0x2aff83,providers:_0xbdcfa8}=_0xc3843b[_0x55741d(0x1ec)](),_0x1559a9={'name':_0x55741d(0x1ef),'type':_0x55741d(0x1e6),'message':_0x55741d(0x1e3),'choices':[_0x55741d(0x1e0),'Microsoft']};try{if(_0xbdcfa8)return listProviders(_0x31e897);if(_0x13aefd)return sortAll(_0xcf87ff(),_0x31e897);if(_0x4dd6ee)return sortMicrosoft(_0xcf87ff());if(_0x4fc216)return sortTurbify(_0xcf87ff());if(_0x2aff83)return sortCustom(_0xcf87ff(),_0x2aff83);if(isEmptyObject(_0xc3843b[_0x55741d(0x1ec)]()))return _0x41f2fa(_0x1559a9)[_0x55741d(0x1ea)](_0x348085=>{const _0x7cdc64=_0x55741d,_0x2ed1ea=_0x348085[_0x7cdc64(0x1ef)]['toLowerCase']();if(_0x2ed1ea===_0x7cdc64(0x1e5))return sortAll(_0xcf87ff(),_0x31e897);if(_0x2ed1ea===_0x7cdc64(0x1dc))return sortMicrosoft(_0xcf87ff());});}catch(_0x2e6e06){console[_0x55741d(0x1e1)](_0x2e6e06[_0x55741d(0x1de)]),process[_0x55741d(0x1e7)](0x1);}}module[a15_0x40aed3(0x1f2)]=SortCommands;
1
+ const a15_0xed8698=a15_0x3e79;(function(_0x5e3fd6,_0xc42de1){const _0x50034e=a15_0x3e79,_0x513d27=_0x5e3fd6();while(!![]){try{const _0x124079=parseInt(_0x50034e(0x169))/0x1+parseInt(_0x50034e(0x17a))/0x2*(parseInt(_0x50034e(0x16e))/0x3)+-parseInt(_0x50034e(0x16d))/0x4+-parseInt(_0x50034e(0x179))/0x5+parseInt(_0x50034e(0x174))/0x6*(parseInt(_0x50034e(0x177))/0x7)+-parseInt(_0x50034e(0x173))/0x8*(-parseInt(_0x50034e(0x17b))/0x9)+parseInt(_0x50034e(0x16b))/0xa*(-parseInt(_0x50034e(0x17d))/0xb);if(_0x124079===_0xc42de1)break;else _0x513d27['push'](_0x513d27['shift']());}catch(_0x14d9de){_0x513d27['push'](_0x513d27['shift']());}}}(a15_0xdb7b,0xbf268));const a15_0x3e400f=(function(){let _0x54e41b=!![];return function(_0x4e0849,_0x540938){const _0x4dce31=_0x54e41b?function(){if(_0x540938){const _0x2cc3c1=_0x540938['apply'](_0x4e0849,arguments);return _0x540938=null,_0x2cc3c1;}}:function(){};return _0x54e41b=![],_0x4dce31;};}()),a15_0x1bbc2d=a15_0x3e400f(this,function(){const _0x208e6b=a15_0x3e79;return a15_0x1bbc2d[_0x208e6b(0x165)]()[_0x208e6b(0x168)](_0x208e6b(0x16f))[_0x208e6b(0x165)]()['constructor'](a15_0x1bbc2d)[_0x208e6b(0x168)]('(((.+)+)+)+$');});a15_0x1bbc2d();const {listProviders,sortAll,sortCustom,sortMicrosoft,sortTurbify}=require(a15_0xed8698(0x180)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream,readSorterOptionsFileToString}=require(a15_0xed8698(0x16a)),JwtVerify=require('../utils/jwtVerify');function SortCommands(_0x28d796,_0x32cd5e){const _0x29ba0f=a15_0xed8698;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x4184fa=readSorterOptionsFileToString(),_0x1f331a=()=>readEmailsFileAsStream({'trackProfiles':![],'forSorter':!![]}),{all:_0x2911cf,microsoft:_0x35ff62,turbify:_0x21dc1d,custom:_0x2b22cc,providers:_0x2cdbcb}=_0x28d796[_0x29ba0f(0x17c)](),_0xc9941c={'name':_0x29ba0f(0x17f),'type':_0x29ba0f(0x16c),'message':_0x29ba0f(0x171),'choices':[_0x29ba0f(0x178),_0x29ba0f(0x172)]};try{if(_0x2cdbcb)return listProviders(_0x4184fa);if(_0x2911cf)return sortAll(_0x1f331a(),_0x4184fa);if(_0x35ff62)return sortMicrosoft(_0x1f331a());if(_0x21dc1d)return sortTurbify(_0x1f331a());if(_0x2b22cc)return sortCustom(_0x1f331a(),_0x2b22cc);if(isEmptyObject(_0x28d796[_0x29ba0f(0x17c)]()))return _0x32cd5e(_0xc9941c)[_0x29ba0f(0x176)](_0x177258=>{const _0x181541=_0x29ba0f,_0x230093=_0x177258[_0x181541(0x17f)]['toLowerCase']();if(_0x230093===_0x181541(0x175))return sortAll(_0x1f331a(),_0x4184fa);if(_0x230093===_0x181541(0x17e))return sortMicrosoft(_0x1f331a());});}catch(_0x1b4d8d){console[_0x29ba0f(0x164)](_0x1b4d8d[_0x29ba0f(0x167)]),process[_0x29ba0f(0x170)](0x1);}}function a15_0x3e79(_0x77ec19,_0x47b915){_0x77ec19=_0x77ec19-0x164;const _0x41c845=a15_0xdb7b();let _0x1bbc2d=_0x41c845[_0x77ec19];return _0x1bbc2d;}function a15_0xdb7b(){const _0x37ce53=['toString','exports','message','search','767201svYxEW','../functions/globals','8690VTAITa','list','1496668qIslBN','96iOGcUB','(((.+)+)+)+$','exit','Sorting?\x20By\x20what:\x20','Microsoft','292016tIzaXW','174HZvcEH','all','then','357098zblvnP','All','6968555nlRJOU','64686WgXEzD','171nwmHhz','opts','18029ccdsrx','microsoft','sorter','../functions/srt','error'];a15_0xdb7b=function(){return _0x37ce53;};return a15_0xdb7b();}module[a15_0xed8698(0x166)]=SortCommands;
@@ -1 +1 @@
1
- function a16_0x120a(_0x4c0c09,_0x36165e){_0x4c0c09=_0x4c0c09-0x87;const _0x34c12c=a16_0x4d51();let _0x16ec4f=_0x34c12c[_0x4c0c09];return _0x16ec4f;}const a16_0x964dfd=a16_0x120a;(function(_0x4433cc,_0x109ffb){const _0x4fc507=a16_0x120a,_0x1e8255=_0x4433cc();while(!![]){try{const _0x561087=parseInt(_0x4fc507(0x94))/0x1*(-parseInt(_0x4fc507(0x87))/0x2)+-parseInt(_0x4fc507(0x90))/0x3+parseInt(_0x4fc507(0x8e))/0x4*(parseInt(_0x4fc507(0x8a))/0x5)+-parseInt(_0x4fc507(0x95))/0x6+-parseInt(_0x4fc507(0x91))/0x7*(-parseInt(_0x4fc507(0x92))/0x8)+-parseInt(_0x4fc507(0x96))/0x9+parseInt(_0x4fc507(0x8b))/0xa;if(_0x561087===_0x109ffb)break;else _0x1e8255['push'](_0x1e8255['shift']());}catch(_0xdadd78){_0x1e8255['push'](_0x1e8255['shift']());}}}(a16_0x4d51,0x24cba));function a16_0x4d51(){const _0xd4609b=['../utils/jwtVerify','317935YCwfcB','8074550ZimKZx','apply','(((.+)+)+)+$','12dzTvEJ','exports','845289hXWCOT','88914fhzGrO','72cIlfhc','error','3463ubiBFb','1257852vkBwMt','1678041TTlFhE','exit','toString','164AZkUCR','search'];a16_0x4d51=function(){return _0xd4609b;};return a16_0x4d51();}const a16_0x21aa5b=(function(){let _0x305882=!![];return function(_0xa9013b,_0x23d0f4){const _0x472cf9=_0x305882?function(){const _0x325183=a16_0x120a;if(_0x23d0f4){const _0x5dad5f=_0x23d0f4[_0x325183(0x8c)](_0xa9013b,arguments);return _0x23d0f4=null,_0x5dad5f;}}:function(){};return _0x305882=![],_0x472cf9;};}()),a16_0x16ec4f=a16_0x21aa5b(this,function(){const _0x1e1682=a16_0x120a;return a16_0x16ec4f[_0x1e1682(0x98)]()['search'](_0x1e1682(0x8d))[_0x1e1682(0x98)]()['constructor'](a16_0x16ec4f)[_0x1e1682(0x88)]('(((.+)+)+)+$');});a16_0x16ec4f();const {updateCLI}=require('../functions/globals'),JwtVerify=require(a16_0x964dfd(0x89));function UpdateCommands(_0x45eedb,_0x352c50){const _0x5bc552=a16_0x964dfd;JwtVerify();try{updateCLI(_0x45eedb,_0x352c50);}catch(_0x4805a5){console[_0x5bc552(0x93)](_0x4805a5),process[_0x5bc552(0x97)](0x1);}}module[a16_0x964dfd(0x8f)]=UpdateCommands;
1
+ const a16_0x249fb6=a16_0x2966;function a16_0x3951(){const _0x4b7cd9=['68HiLKBI','1246462NSfvry','92875Ikuabd','apply','constructor','exit','285030gSZrcY','5679594KeFXZz','search','../functions/globals','135299hUGIRA','64JXMErE','toString','3831231apMwbx','error','exports','32547630dYIkEM','6gURhPk','(((.+)+)+)+$'];a16_0x3951=function(){return _0x4b7cd9;};return a16_0x3951();}(function(_0x520513,_0x4c7892){const _0x26e287=a16_0x2966,_0x1c7ea9=_0x520513();while(!![]){try{const _0x534993=parseInt(_0x26e287(0x1a4))/0x1*(parseInt(_0x26e287(0x1ab))/0x2)+parseInt(_0x26e287(0x1a7))/0x3+parseInt(_0x26e287(0x1ad))/0x4*(parseInt(_0x26e287(0x19c))/0x5)+parseInt(_0x26e287(0x1a0))/0x6+parseInt(_0x26e287(0x1ae))/0x7*(parseInt(_0x26e287(0x1a5))/0x8)+parseInt(_0x26e287(0x1a1))/0x9+-parseInt(_0x26e287(0x1aa))/0xa;if(_0x534993===_0x4c7892)break;else _0x1c7ea9['push'](_0x1c7ea9['shift']());}catch(_0x267af7){_0x1c7ea9['push'](_0x1c7ea9['shift']());}}}(a16_0x3951,0xceced));const a16_0x259fdf=(function(){let _0x631e97=!![];return function(_0x35fbd2,_0x187716){const _0x5a6833=_0x631e97?function(){const _0x1b0ecf=a16_0x2966;if(_0x187716){const _0x8b2ee8=_0x187716[_0x1b0ecf(0x19d)](_0x35fbd2,arguments);return _0x187716=null,_0x8b2ee8;}}:function(){};return _0x631e97=![],_0x5a6833;};}()),a16_0x5d26cd=a16_0x259fdf(this,function(){const _0x470918=a16_0x2966;return a16_0x5d26cd[_0x470918(0x1a6)]()[_0x470918(0x1a2)]('(((.+)+)+)+$')[_0x470918(0x1a6)]()[_0x470918(0x19e)](a16_0x5d26cd)[_0x470918(0x1a2)](_0x470918(0x1ac));});a16_0x5d26cd();const {updateCLI}=require(a16_0x249fb6(0x1a3)),JwtVerify=require('../utils/jwtVerify');function a16_0x2966(_0x3f3138,_0x253fa9){_0x3f3138=_0x3f3138-0x19c;const _0x7f67af=a16_0x3951();let _0x5d26cd=_0x7f67af[_0x3f3138];return _0x5d26cd;}function UpdateCommands(_0x36f2c4,_0x9b02c3){const _0x3aeabe=a16_0x249fb6;JwtVerify();try{updateCLI(_0x36f2c4,_0x9b02c3);}catch(_0x282141){console[_0x3aeabe(0x1a8)](_0x282141),process[_0x3aeabe(0x19f)](0x1);}}module[a16_0x249fb6(0x1a9)]=UpdateCommands;