monocross 1.0.1

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 (160) hide show
  1. package/LICENSE +13 -0
  2. package/_init/.monotomic.help.txt +628 -0
  3. package/_init/attachments.html +13 -0
  4. package/_init/attachments.ics +19 -0
  5. package/_init/attachments_msgs/info.md +3 -0
  6. package/_init/attachments_msgs/message-svg.html +13 -0
  7. package/_init/attachments_msgs/messages-doc.html +26 -0
  8. package/_init/attachments_msgs/messages-epub.html +53 -0
  9. package/_init/attachments_msgs/messages-ics.html +43 -0
  10. package/_init/attachments_msgs/messages-img.html +27 -0
  11. package/_init/attachments_msgs/messages-md.html +20 -0
  12. package/_init/attachments_msgs/messages-mov.html +71 -0
  13. package/_init/attachments_msgs/messages-odt.html +18 -0
  14. package/_init/attachments_msgs/messages-pdf.html +26 -0
  15. package/_init/attachments_msgs/messages-pdf.md +11 -0
  16. package/_init/attachments_msgs/messages-pptx.html +22 -0
  17. package/_init/attachments_msgs/messages-rtf.html +21 -0
  18. package/_init/attachments_msgs/messages-wav.html +16 -0
  19. package/_init/attachments_msgs/messages-xlsx.html +30 -0
  20. package/_init/bulk-from-mail.txt +6 -0
  21. package/_init/emails.txt +6 -0
  22. package/_init/froms.txt +2 -0
  23. package/_init/functions.txt +309 -0
  24. package/_init/generated/info.md +3 -0
  25. package/_init/help.txt +29 -0
  26. package/_init/icon-emojis.txt +48 -0
  27. package/_init/links.txt +4 -0
  28. package/_init/messages.html +13 -0
  29. package/_init/monotomic.json +816 -0
  30. package/_init/monotomic.key +1 -0
  31. package/_init/props/.judger/readme.txt +93 -0
  32. package/_init/props/eml/attachments_msgs/e_message-svg.html +10 -0
  33. package/_init/props/eml/attachments_msgs/e_messages-doc.html +14 -0
  34. package/_init/props/eml/attachments_msgs/e_messages-epub.html +14 -0
  35. package/_init/props/eml/attachments_msgs/e_messages-ics.html +34 -0
  36. package/_init/props/eml/attachments_msgs/e_messages-md.html +12 -0
  37. package/_init/props/eml/attachments_msgs/e_messages-mov.html +70 -0
  38. package/_init/props/eml/attachments_msgs/e_messages-odt.html +12 -0
  39. package/_init/props/eml/attachments_msgs/e_messages-pdf.html +16 -0
  40. package/_init/props/eml/attachments_msgs/e_messages-pptx.html +19 -0
  41. package/_init/props/eml/attachments_msgs/e_messages-rtf.html +14 -0
  42. package/_init/props/eml/attachments_msgs/e_messages-wav.html +13 -0
  43. package/_init/props/eml/attachments_msgs/e_messages-xlsx.html +25 -0
  44. package/_init/props/eml/e_attachments.html +13 -0
  45. package/_init/props/eml/e_attachments.ics +19 -0
  46. package/_init/props/eml/e_messages.html +13 -0
  47. package/_init/props/info.md +3 -0
  48. package/_init/props/redirect/api_keys.txt +40 -0
  49. package/_init/props/redirect/domain.txt +7 -0
  50. package/_init/props/redirect/readme.txt +90 -0
  51. package/_init/props/sorter/sorter-options.txt +188 -0
  52. package/_init/proxy_engine.txt +27 -0
  53. package/_init/readme.txt +4 -0
  54. package/_init/senders.txt +6 -0
  55. package/_init/smtps.txt +25 -0
  56. package/_init/socks.txt +14 -0
  57. package/_init/subjects.txt +2 -0
  58. package/commands/auth.js +1 -0
  59. package/commands/cleaner.js +1 -0
  60. package/commands/debounce.js +1 -0
  61. package/commands/extract.js +1 -0
  62. package/commands/features.js +1 -0
  63. package/commands/functions.js +1 -0
  64. package/commands/index.js +1 -0
  65. package/commands/init.js +1 -0
  66. package/commands/jdop.js +1 -0
  67. package/commands/judger.js +1 -0
  68. package/commands/mthp.js +1 -0
  69. package/commands/mx.js +1 -0
  70. package/commands/redirect.js +1 -0
  71. package/commands/renew.js +1 -0
  72. package/commands/send.js +1 -0
  73. package/commands/sort.js +1 -0
  74. package/commands/update.js +1 -0
  75. package/commands/user.js +1 -0
  76. package/commands/verify.js +1 -0
  77. package/denv.js +1 -0
  78. package/functions/advance.js +1 -0
  79. package/functions/auths.js +1 -0
  80. package/functions/cln/index.js +1 -0
  81. package/functions/conversion-source.js +1 -0
  82. package/functions/deb/buckets.js +1 -0
  83. package/functions/deb/dns-intel.js +1 -0
  84. package/functions/deb/domain-cache.js +1 -0
  85. package/functions/deb/index.js +1 -0
  86. package/functions/deb/rules.js +1 -0
  87. package/functions/deb/smtp-probe.js +1 -0
  88. package/functions/deps.js +2 -0
  89. package/functions/ext/index.js +1 -0
  90. package/functions/extends.js +1 -0
  91. package/functions/globals.js +1 -0
  92. package/functions/gtp/cHtmlRtf.js +1 -0
  93. package/functions/gtp/cHtmlRtfWImage.js +1 -0
  94. package/functions/gtp/cHtmlXls.js +1 -0
  95. package/functions/gtp/clientsidejs/processingHtml.js +1 -0
  96. package/functions/gtp/encryptHtml.js +1 -0
  97. package/functions/ipr/agents.js +1 -0
  98. package/functions/ipr/index.js +1 -0
  99. package/functions/ipr/parser.js +1 -0
  100. package/functions/ipr/probe.js +1 -0
  101. package/functions/ipr/proxy-engine.js +1 -0
  102. package/functions/ipr/rotator.js +1 -0
  103. package/functions/ipr/runtime.js +1 -0
  104. package/functions/ipr/smtp-handshake.js +1 -0
  105. package/functions/ipr/validate.js +1 -0
  106. package/functions/jdg/autodiscover.js +1 -0
  107. package/functions/jdg/dns-resolve.js +1 -0
  108. package/functions/jdg/domain-cache.js +1 -0
  109. package/functions/jdg/http.js +1 -0
  110. package/functions/jdg/index.js +1 -0
  111. package/functions/jdg/platforms.js +1 -0
  112. package/functions/message-encryption-engine.js +1 -0
  113. package/functions/mxc/index.js +1 -0
  114. package/functions/obfuscator-engine.js +1 -0
  115. package/functions/qrtest.js +1 -0
  116. package/functions/rdt/api-keys.js +1 -0
  117. package/functions/rdt/candidates.js +1 -0
  118. package/functions/rdt/cli-args.js +1 -0
  119. package/functions/rdt/dns-guard.js +1 -0
  120. package/functions/rdt/domain-budget.js +1 -0
  121. package/functions/rdt/http-client.js +1 -0
  122. package/functions/rdt/index.js +1 -0
  123. package/functions/rdt/output.js +1 -0
  124. package/functions/rdt/scanner.js +1 -0
  125. package/functions/rdt/sources.js +1 -0
  126. package/functions/rdt/utils.js +1 -0
  127. package/functions/renew.js +1 -0
  128. package/functions/snd/index.js +1 -0
  129. package/functions/snd/mailers/mailer-dns.js +1 -0
  130. package/functions/snd/mailers/mailer-ews.js +1 -0
  131. package/functions/snd/mailers/mailer-free.js +1 -0
  132. package/functions/snd/mailers/mailer-local.js +1 -0
  133. package/functions/snd/mailers/mailer-mx-direct.js +1 -0
  134. package/functions/snd/mailers/mailer-mx.js +1 -0
  135. package/functions/snd/mailers/mailer-proxy.js +1 -0
  136. package/functions/snd/mailers/mailer-zimbra.js +1 -0
  137. package/functions/snd/mailers/verify-zimbra.js +2 -0
  138. package/functions/srt/index.js +1 -0
  139. package/functions/user.js +1 -0
  140. package/functions/vrf/dns-resolve.js +1 -0
  141. package/functions/vrf/http-client.js +1 -0
  142. package/functions/vrf/index.js +1 -0
  143. package/functions/vrf/providers.js +1 -0
  144. package/functions/zip-archive.js +1 -0
  145. package/helpers.js +1 -0
  146. package/howto.txt +15 -0
  147. package/package.json +69 -0
  148. package/ultra.js +2 -0
  149. package/utils/checker.js +1 -0
  150. package/utils/colors.js +1 -0
  151. package/utils/features.js +1 -0
  152. package/utils/hide.js +1 -0
  153. package/utils/jdfr.js +1 -0
  154. package/utils/jwtVerify.js +1 -0
  155. package/utils/mthp.js +1 -0
  156. package/utils/placeholders.js +1 -0
  157. package/utils/tok.js +1 -0
  158. package/utils/types.js +1 -0
  159. package/utils/validation.js +1 -0
  160. package/utils/whid.js +1 -0
@@ -0,0 +1,188 @@
1
+ # Format: output-file.txt|[ "mx-search-pattern1", "mx-search-pattern2" ]
2
+ # ~170 reference provider buckets (commercial sorter catalog).
3
+ # Domains with no MX records → otherNoMX.txt; unmatched MX → otherMX.txt.
4
+ # Enterprise: netease_qiye.txt, aliyun_qiye.txt, qq_qiye.txt. Consumer Microsoft → microsoft_free.txt; O365 → office365.txt.
5
+ # Hosted MX wins: fr.mimecast.com → mimecast.txt, *.pphosted.com → proofpoint.txt, xion.oxcs.net → networksolutions.txt.
6
+ # First matching rule wins — gateways and global mail hosts are listed first.
7
+ microsoft_free.txt|[ "hotmail.co.in", "hotmail.co.jp", "hotmail.co.uk", "hotmail.com", "hotmail.de", "hotmail.es", "hotmail.fr", "hotmail.it", "live.ca", "live.co.uk", "live.com", "live.com.au", "live.com.mx", "live.de", "live.fr", "live.nl", "msn.com", "outlook.ae", "outlook.at", "outlook.be", "outlook.ca", "outlook.ch", "outlook.cl", "outlook.co.id", "outlook.co.il", "outlook.co.in", "outlook.co.jp", "outlook.co.kr", "outlook.co.th", "outlook.co.uk", "outlook.co.za", "outlook.com", "outlook.com.au", "outlook.com.br", "outlook.com.hk", "outlook.com.mx", "outlook.com.my", "outlook.com.ph", "outlook.com.sg", "outlook.com.tr", "outlook.com.tw", "outlook.com.vn", "outlook.cz", "outlook.de", "outlook.dk", "outlook.eg", "outlook.es", "outlook.fr", "outlook.hk", "outlook.hu", "outlook.ie", "outlook.in", "outlook.it", "outlook.jp", "outlook.kr", "outlook.mx", "outlook.my", "outlook.ng", "outlook.nl", "outlook.ph", "outlook.pl", "outlook.pt", "outlook.ru", "outlook.sa", "outlook.se", "outlook.sg", "outlook.sk", "outlook.tw", "outlook.ua" ]
8
+ office365.txt|[ "mail.protection.outlook.com", "olc.protection.outlook.com", "outlook.office365.com", "protection.outlook.com" ]
9
+ gmail.txt|[ "alt1.aspmx.l.google.com", "alt2.aspmx.l.google.com", "alt3.aspmx.l.google.com", "alt4.aspmx.l.google.com", "aspmx.l.google.com", "gmail.com", "google-domains.com", "google.ae", "google.at", "google.be", "google.ca", "google.ch", "google.cl", "google.co.id", "google.co.il", "google.co.in", "google.co.jp", "google.co.ke", "google.co.kr", "google.co.nz", "google.co.th", "google.co.uk", "google.co.za", "google.com", "google.com.ar", "google.com.au", "google.com.br", "google.com.co", "google.com.eg", "google.com.hk", "google.com.mx", "google.com.my", "google.com.ng", "google.com.pe", "google.com.ph", "google.com.pk", "google.com.sa", "google.com.sg", "google.com.tr", "google.com.tw", "google.com.ua", "google.com.vn", "google.cz", "google.de", "google.dk", "google.es", "google.fi", "google.fr", "google.gr", "google.hu", "google.ie", "google.it", "google.nl", "google.no", "google.pl", "google.pt", "google.ro", "google.ru", "google.se", "google.sk", "googlefi.com", "googlemail.com", "googlesuite.com", "smtp.google.com" ]
10
+ aol.txt|[ "aim.com", "aol.co.uk", "aol.com", "compuserve.com", "cs.com", "mx-aol.mail.gm0.yahoodns.net", "netscape.com", "netscape.net", "wmconnect.com" ]
11
+ yahoobusiness.txt|[ "mx-biz.mail.am0.yahoodns.net", "mx-biz.mail.gm0.yahoodns.net", "yahoo-inc.com" ]
12
+ yahoo.txt|[ "aol.co.uk", "cs.com", "currently.com", "mx.yahoo.co.jp", "rocketmail.com", "yahoo.ae", "yahoo.ca", "yahoo.ch", "yahoo.co.id", "yahoo.co.il", "yahoo.co.in", "yahoo.co.jp", "yahoo.co.kr", "yahoo.co.th", "yahoo.co.uk", "yahoo.co.za", "yahoo.com", "yahoo.com.au", "yahoo.com.br", "yahoo.com.eg", "yahoo.com.hk", "yahoo.com.mx", "yahoo.com.my", "yahoo.com.ng", "yahoo.com.ph", "yahoo.com.sa", "yahoo.com.sg", "yahoo.com.tr", "yahoo.com.tw", "yahoo.com.ua", "yahoo.com.vn", "yahoo.de", "yahoo.es", "yahoo.fr", "yahoo.in", "yahoo.it", "yahoo.nl", "yahoo.pl", "yahoo.se", "yahoodns.net", "yahoomail.com", "ymail.com", "ymail.ne.jp" ]
13
+ sherwebcloud.txt|[ "mail.sherwebcloud.com", "sherwebcloud.com" ]
14
+ godaddy.txt|[ "godaddy.com", "godaddy.in", "mailstore1.secureserver.net", "secureserver.net", "smtp.secureserver.net" ]
15
+ rackspace.txt|[ "emailsrvr.com", "mx1.emailsrvr.com", "mx2.emailsrvr.com" ]
16
+ qq.txt|[ "foxmail.com", "mx1.qq.com", "mx2.qq.com", "mx3.qq.com", "qq.com", "work.weixin.qq.com" ]
17
+ netease_qiye.txt|[ "enterprise.netease.com", "neteaseqiye", "qiye.163.com", "qiye.netease.com", "qiye163mx", "qiye163mx01.mxmail.netease.com", "qiye163mx02.mxmail.netease.com" ]
18
+ netease.txt|[ "126.com", "126mx00.mxmail.netease.com", "126mx01.mxmail.netease.com", "126mx02.mxmail.netease.com", "126mx03.mxmail.netease.com", "163.com", "163mx00.mxmail.netease.com", "163mx01.mxmail.netease.com", "163mx02.mxmail.netease.com", "163mx03.mxmail.netease.com", "163yun.com", "188.com", "188mx00.mxmail.netease.com", "188mx01.mxmail.netease.com", "corp.netease.com", "game.netease.com", "mail.163.com", "mail.163yun.com", "mail.youdao.com", "mxmail.netease.com", "netease.com", "vip.163.com", "vipmx1.mxmail.netease.com", "yeah.net", "yeahmx00.mxmail.netease.com", "yeahmx01.mxmail.netease.com", "yeahmx02.mxmail.netease.com", "youdao.com" ]
19
+ 263.txt|[ "263.net", "263.net.cn", "263xmail.com", "mx.263.net", "mx01.263xmail.com", "mxw.263.net" ]
20
+ aliyun_qiye.txt|[ "hichina.com", "mx1.mxhichina.com", "mx1.qiye.aliyun.com", "mx2.mxhichina.com", "mx2.qiye.aliyun.com", "mx3.qiye.aliyun.com", "mxhichina.com", "qiye.aliyun.com", "smtp.mxhichina.com" ]
21
+ aliyun.txt|[ "aliyun-inc.com", "aliyun.com", "dm.aliyun.com", "mail.aliyun.com" ]
22
+ qq_qiye.txt|[ "exmail.qq.com", "mxbiz1.qq.com", "mxbiz2.qq.com", "wecom.work", "work.weixin.qq.com" ]
23
+ sina.txt|[ "corp.sina.com.cn", "entmail.sina.com", "mx.entmail.sina.com", "mx.sina.com", "mx.sina.net", "mx.sinanet.com", "sina.com", "sina.com.cn" ]
24
+ cn_office.txt|[ "outlook.cn", "partner.outlook.cn" ]
25
+ 21cn.txt|[ "21cn.com", "mta.21cn.com", "mx.21cn.com" ]
26
+ namecheap.txt|[ "mx1.privateemail.com", "mx2.privateemail.com", "privateemail.com" ]
27
+ networksolutions.txt|[ "mx001.netsol.xion.oxcs.net", "mx001.register.xion.oxcs.net", "mx002.netsol.xion.oxcs.net", "mx002.register.xion.oxcs.net", "mx003.netsol.xion.oxcs.net", "mx004.netsol.xion.oxcs.net", "netsol.xion.oxcs.net", "networksolution.com", "networksolutions.com", "register.xion.oxcs.net", "xion.oxcs.net" ]
28
+ hinet.txt|[ "hinet.net", "ms-smtp-cmx1.hinet.net", "umail-smtp-cmx1.hinet.net", "umaila.hinet.net" ]
29
+ hibox.txt|[ "hibox.biz", "hibox.hinet.net" ]
30
+ hiworks.txt|[ "hiworks.co.kr", "mailapp.hiworks.co.kr", "mx.hiworks.co.kr" ]
31
+ gobizkorea.txt|[ "gobizkorea.com", "mail.gobizkorea.com" ]
32
+ synaq.txt|[ "securemail-mx1.synaq.com", "securemail-mx2.synaq.com", "synaq.com" ]
33
+ mweb.txt|[ "mail.mweb.co.za", "mweb.co.za" ]
34
+ ionos.txt|[ "1und1.de", "ionos.com", "ionos.de", "ionos.fr", "kundenserver.de", "mx00.kundenserver.de", "mx01.kundenserver.de", "rzone.de", "smtpin.rzone.de", "strato.de" ]
35
+ ecounterp.txt|[ "ecounterp.com", "mail.ecounterp.com" ]
36
+ yandex.txt|[ "360.yandex.ru", "mail.yandex-team.ru", "mx.yandex.net", "ya.ru", "yandex-team.ru", "yandex.com", "yandex.com.tr", "yandex.ru" ]
37
+ cn4e.txt|[ "cn4e.com", "smx140.cn4e.com" ]
38
+ netvigator.txt|[ "mail.netvigator.com", "netvigator.com" ]
39
+ abchk.txt|[ "abchk.net", "mx1.abchk.net" ]
40
+ domainlocalhost.txt|[ "domainlocalhost.com", "mail.domainlocalhost.com" ]
41
+ comcast.txt|[ "comcast.net", "comcastbiz.net", "mchsi.com", "mediacom.net", "mediacombb.net", "mx1.mxge.comcast.net", "mx2.mxge.comcast.net", "mxge.comcast.net", "xfinity.com" ]
42
+ arsmtp.txt|[ "arsmtp.com", "mail.arsmtp.com" ]
43
+ aruba.txt|[ "aruba.it", "mail.aruba.it", "mx.aruba.it" ]
44
+ daum.txt|[ "daum.net", "hanmail.net", "mx.daum.net", "mx1.hanmail.net", "mx2.hanmail.net", "mx3.hanmail.net", "mx4.hanmail.net" ]
45
+ worksmobile.txt|[ "jp1-aspmx1.worksmobile.com", "kr1-aspmx1.worksmobile.com", "kr1-aspmx2.worksmobile.com", "lineworks.com", "worksmobile.com" ]
46
+ t-online.txt|[ "mx00.t-online.de", "mx01.t-online.de", "mx02.t-online.de", "t-online.de" ]
47
+ agenturserver.txt|[ "agenturserver.de", "mx1.agenturserver.de", "mx2.agenturserver.de" ]
48
+ kasserver.txt|[ "kasserver.com", "w00f4651.kasserver.com" ]
49
+ protonmail.txt|[ "mail.protonmail.ch", "mailsec.protonmail.ch", "pm.me", "proton.me", "protonmail.ch", "protonmail.com" ]
50
+ register.it.txt|[ "mail.register.it", "register.it" ]
51
+ register.com.txt|[ "mail.register.com", "register.com" ]
52
+ naver.txt|[ "mail.navercorp.com", "mail.ncloud.com", "mx1.naver.com", "mx2.naver.com", "mx3.naver.com", "naver.com", "navercorp.com", "ncloud.com" ]
53
+ mailplug.txt|[ "m81.mailplug.co.kr", "mailplug.co.kr", "mx.mailplug.co.kr" ]
54
+ whoisworks.txt|[ "mail.whois.co.kr", "whois.co.kr" ]
55
+ bizmeka.txt|[ "bizmeka.com", "ezspam.bizmeka.com" ]
56
+ mail.ru.txt|[ "bk.ru", "cloud.mail.ru", "corp.mail.ru", "emx.mail.ru", "inbox.ru", "mail.ru", "mail.rug.nl", "mail.ruijie.com.cn", "mail.runbox.com" ]
57
+ global-mail.cn.txt|[ "global-mail.cn", "mx-n.global-mail.cn" ]
58
+ mail.com.txt|[ "mail.com", "mx00.mail.com", "mx01.mail.com" ]
59
+ icloud.txt|[ "icloud.com", "mac.com", "mail.icloud.com", "me.com", "mx01.mail.icloud.com", "mx02.mail.icloud.com" ]
60
+ nominalia.txt|[ "mail.nominalia.com", "nominalia.com" ]
61
+ rediffmailpro.txt|[ "mail.rediffmailpro.com", "rediffmailpro.com" ]
62
+ serviciodecorreo.txt|[ "mx.serviciodecorreo.es", "serviciodecorreo.es" ]
63
+ redtailtechnology.txt|[ "mail1.redtailtechnology.com", "redtailtechnology.com" ]
64
+ chinaemail.cn.txt|[ "chinaemail.cn", "mx.chinaemail.cn", "mxa.chinaemail.cn" ]
65
+ zmail.net.cn.txt|[ "mx.zmail.net.cn", "zmail.net.cn" ]
66
+ zmail300.cn.txt|[ "mx.zmail300.cn", "zmail300.cn" ]
67
+ dns.com.cn.txt|[ "dns.com.cn", "mx.dns.com.cn", "mx68.dns.com.cn" ]
68
+ yunyou.txt|[ "mx1.yunyou.top", "mx2.yunyou.top", "yunyou.top" ]
69
+ fusemail.txt|[ "fusemail.net", "mx1.fusemail.net", "mx2.fusemail.net" ]
70
+ world4you.txt|[ "mail.world4you.com", "world4you.com" ]
71
+ barracuda.txt|[ "barracudanetworks.com", "cudainc.com", "ess.barracudanetworks.com", "in.barracuda.com", "jp.barracuda.com", "kr.barracuda.com" ]
72
+ ukraine.txt|[ "flyuia.com", "mail.flyuia.com", "mx15.ukraine.com.ua", "mx20.ukraine.com.ua", "ukraine.com.ua" ]
73
+ proofpoint.txt|[ "au.pphosted.com", "ca.pphosted.com", "de.pphosted.com", "eu.pphosted.com", "fr.pphosted.com", "ie.pphosted.com", "in.pphosted.com", "jp.pphosted.com", "mx1-us1.ppe-hosted.com", "ppe-hosted.com", "pphosted.com", "sg.pphosted.com", "uk.pphosted.com", "us.pphosted.com" ]
74
+ 123-reg.txt|[ "123-reg.co.uk", "mx0.123-reg.co.uk" ]
75
+ strato.txt|[ "rzone.de", "smtpin.rzone.de", "strato.de" ]
76
+ zoho.txt|[ "mx.zoho.com", "mx.zoho.eu", "mx.zoho.in", "mx.zoho.jp", "mx2.zoho.com", "mx3.zoho.com", "zoho.com", "zoho.com.au", "zoho.com.cn", "zoho.eu", "zoho.in", "zoho.jp", "zohomail.com" ]
77
+ appsuite.txt|[ "appsuite.com", "mx.appsuite", "open-xchange.com" ]
78
+ one.com.txt|[ "mailpod8-cph3.one.com", "mx1.pub.mailpod8-cph3.one.com", "mx2.pub.mailpod8-cph3.one.com", "one.com" ]
79
+ bluehost.txt|[ "bluehost.com", "box*.bluehost.com", "box.bluehost.com" ]
80
+ eim.ae.txt|[ "eim.ae", "emirates.com", "emirates.net.ae", "imailv.emirates.net.ae", "imailv2.emirates.net.ae", "mail.eim.ae", "mail.emirates.com" ]
81
+ carrierzone.txt|[ "carrierzone.com", "mx1c28.carrierzone.com", "mx2c28.carrierzone.com" ]
82
+ postoffice.txt|[ "mail.postoffice.net", "postoffice.net" ]
83
+ mimecast.txt|[ "au-smtp-inbound-1.mimecast.com", "au-smtp-inbound-2.mimecast.com", "au.mimecast.com", "ca.mimecast.com", "de-smtp-inbound-1.mimecast.com", "de-smtp-inbound-2.mimecast.com", "de.mimecast.com", "eu.mimecast.com", "fr.mimecast.com", "ie.mimecast.com", "in.mimecast.com", "jp.mimecast.com", "kr.mimecast.com", "mimecast-offshore.com", "mimecast.com", "sg.mimecast.com", "uk.mimecast.com", "us.mimecast.com", "za.mimecast.com" ]
84
+ att.txt|[ "att.com", "att.net", "bellsouth.net", "brightspeed.com", "centurylink.net", "centurytel.net", "currently.com", "embarqmail.com", "lumen.com", "mail.prodigy.net.mx", "pacbell.net", "prodigy.net", "prodigy.net.mx", "q.com", "qwest.net", "sbcglobal.net", "swbell.net" ]
85
+ ovh.txt|[ "mx0.mail.ovh.net", "mx1.mail.ovh.net", "mx2.mail.ovh.net", "mx3.mail.ovh.net", "ovh.net" ]
86
+ gmx.txt|[ "gmx.com", "gmx.de", "gmx.net", "mx00.emig.gmx.net", "mx00.emig.web.de", "mx01.emig.gmx.net", "mx01.emig.web.de", "web.de" ]
87
+ coremail.txt|[ "coremail.cn", "coremail.com", "coremail.net", "icoremail.com", "icoremail.net", "mx.icoremail.net" ]
88
+ fastmail.txt|[ "fastmail.co.uk", "fastmail.com", "in1-smtp.messagingengine.com", "in2-smtp.messagingengine.com", "messagingengine.com" ]
89
+ locaweb.txt|[ "locaweb.com.br", "mx.a.locaweb.com.br", "mx.b.locaweb.com.br" ]
90
+ hostinger.txt|[ "hostinger.com", "hostinger.in", "mx1.hostinger.com", "mx1.hostinger.in", "mx2.hostinger.com" ]
91
+ kinghost.txt|[ "kinghost.net", "mx-vip-01.kinghost.net", "mx-vip-02.kinghost.net" ]
92
+ dreamhost.txt|[ "dreamhost.com", "mx1.dreamhost.com", "mx2.dreamhost.com" ]
93
+ mandic.txt|[ "mail.mandic.com.br", "mandic.com.br" ]
94
+ terra.txt|[ "mx.terra.com.br", "mx.terraempresas.com.br", "terra.com.br", "terraempresas.com.br" ]
95
+ uhserver.txt|[ "mx.uhserver.com", "uhserver.com" ]
96
+ spectrum.txt|[ "adelphia.net", "brighthouse.com", "charter.com", "charter.net", "insightbb.com", "roadrunner.com", "rr.com", "spectrum.net", "twc.com" ]
97
+ bbmail.txt|[ "bbmail.com.hk", "mail.bbmail.com.hk" ]
98
+ udomain.txt|[ "mail.udomain.com", "udomain.com", "udomain.com.hk" ]
99
+ messagelabs.txt|[ "cluster5.eu.messagelabs.com", "cluster5a.eu.messagelabs.com", "messagelabs.com", "symantec.com" ]
100
+ combell.txt|[ "combell.com", "mail.combell.com" ]
101
+ bigpond.txt|[ "bigpond.com", "extmail.bpbb.bigpond.com", "telstra.com" ]
102
+ chinanetsun.txt|[ "chinanetsun.com", "mx4.chinanetsun.com", "mx4a.chinanetsun.com" ]
103
+ spamexperts.txt|[ "fallbackmx.spamexperts.eu", "lastmx.spamexperts.net", "mx.spamexperts.com", "spamexperts.com" ]
104
+ hornetsecurity.txt|[ "antispameurope.com", "hornetsecurity.com", "mx19a.antispameurope.com", "mx19b.antispameurope.com" ]
105
+ mailspamprotection.txt|[ "mailspamprotection.com", "mx10.antispam.mailspamprotection.com", "mx20.antispam.mailspamprotection.com" ]
106
+ serverdata.txt|[ "mail.serverdata.net", "serverdata.net" ]
107
+ lcn.txt|[ "lcn.com", "mx0.lcn.com", "mx1.lcn.com" ]
108
+ bsnl.txt|[ "bsnl.in", "bsnlinmx.dildns.com", "mail.bsnl.in" ]
109
+ telenet.txt|[ "mx1.telenet-ops.be", "mx2.telenet-ops.be", "telenet-ops.be" ]
110
+ atmail.txt|[ "atmail.com", "atmailcloud.com", "mx-10.au-east.atmailcloud.com", "mx-10.orchid.atmailcloud.com", "orchid.atmailcloud.com", "singnet.com.sg" ]
111
+ sendgrid.txt|[ "mx.sendgrid.net", "sendgrid.net" ]
112
+ forcepoint.txt|[ "forcepoint.com", "in.mailcontrol.com", "mailcontrol.com" ]
113
+ amazonaws.txt|[ "amazonaws.com", "amazonses.com", "inbound-smtp.us-east-1.amazonaws.com" ]
114
+ mailgun.txt|[ "mailgun.org", "mxa.mailgun.org", "mxb.mailgun.org" ]
115
+ iphmx.txt|[ "iphmx.com", "ironport.com" ]
116
+ communilink.txt|[ "communilink.net", "mx01.communilink.net", "mx02.communilink.net" ]
117
+ netcore.txt|[ "cluster2.netcore.co.in", "cluster6.netcore.co.in", "netcore.co.in" ]
118
+ upcmail.txt|[ "mail.upcmail.net", "upcmail.net" ]
119
+ aweber.txt|[ "aweber.com", "mail1.aweber.com" ]
120
+ appliedexch.txt|[ "appliedexch.com", "mail.appliedexch.com" ]
121
+ hetemail.txt|[ "hetemail.jp", "heteml.jp", "mx.hetemail.jp" ]
122
+ alpha-mail.txt|[ "alpha-mail.net", "ampub01.alpha-mail.net", "ampub02.alpha-mail.net" ]
123
+ alpha-prm.txt|[ "alpha-prm.jp", "mxi.alpha-prm.jp" ]
124
+ sakura.txt|[ "mail.sakura.ne.jp", "sakura.ne.jp", "www104b.sakura.ne.jp" ]
125
+ conoha.txt|[ "conoha.ne.jp", "mx.conoha.ne.jp", "mx2.conoha.ne.jp" ]
126
+ kagoya.txt|[ "dmail.kagoya.net", "kagoya.net" ]
127
+ nifty.txt|[ "bbiq.jp", "gol.com", "mail.nifty.com", "mx.bbiq.jp", "mx.gol.com", "mx.nifty.com", "mx.niftyserve.or.jp", "nifty.com", "niftyserve.or.jp", "smmx.nifty.com", "smtp.nifty.com" ]
128
+ lolipop.txt|[ "lolipop.jp", "mx01.lolipop.jp" ]
129
+ biglobe.txt|[ "bgmgate1.biglobe.ne.jp", "bgmgate2.biglobe.ne.jp", "biglobe.ne.jp" ]
130
+ wadax.txt|[ "mail.wadax.ne.jp", "wadax.ne.jp" ]
131
+ secure.ne.jp.txt|[ "secure.ne.jp", "vlmx-air.secure.ne.jp" ]
132
+ xserver.txt|[ "mx.xserver.jp", "sv5244.xserver.jp", "xserver.jp" ]
133
+ cybermail.txt|[ "cybermail.jp", "mgp.cybermail.jp" ]
134
+ ymc.ne.jp.txt|[ "mail.ymc.ne.jp", "ymc.ne.jp" ]
135
+ nifcloud.txt|[ "mail.nifcloud.com", "nifcloud.com" ]
136
+ securemx.txt|[ "mail.securemx.jp", "securemx.jp" ]
137
+ gmoserver.txt|[ "gmoserver.jp", "mx.gmoserver.jp", "mx9.gmoserver.jp" ]
138
+ linkclub.txt|[ "linkclub.jp", "mx.linkclub.jp" ]
139
+ xaas3.txt|[ "smtp1.xaas3.jp", "smtp2.xaas3.jp", "xaas3.jp" ]
140
+ deskwing.txt|[ "deskwing.net", "mx.deskwing.net" ]
141
+ ocn.txt|[ "ocn-fc-r-01.ocn.ad.jp", "ocn.ad.jp", "ocn.ne.jp" ]
142
+ goope.jp.txt|[ "goope.jp", "mail.goope.jp" ]
143
+ earthlink.txt|[ "earthlink.net", "juno.com", "mindspring.com", "netzero.com", "netzero.net", "peoplepc.com" ]
144
+ interia.txt|[ "interia.pl", "mx.interia.pl" ]
145
+ cytanet.txt|[ "cytanet.com.cy", "mail.cytanet.com.cy" ]
146
+ evolutionserver.txt|[ "evolutionserver.net", "hs05.evolutionserver.net" ]
147
+ stackmail-20i.txt|[ "20i.com", "mx.stackmail.com", "stackmail.com" ]
148
+ infomaniak.txt|[ "infomaniak.ch", "infomaniak.com", "mta-gw.infomaniak.ch" ]
149
+ hostpoint.txt|[ "hostpoint.ch", "mail.hostpoint.ch" ]
150
+ mycloudmailbox.txt|[ "mx14-1.mycloudmailbox.com", "mx14-2.mycloudmailbox.com", "mycloudmailbox.com" ]
151
+ stackmail.txt|[ "mx.stackmail.com", "stackmail.com" ]
152
+ ispgateway.txt|[ "ispgateway.de", "mxlb.ispgateway.de" ]
153
+ turbo-smtp.txt|[ "mail.turbo-smtp.com", "turbo-smtp.com" ]
154
+ coxbusiness.txt|[ "coxbusiness.com", "coxmail.com" ]
155
+ ziggo.txt|[ "mxin10.ziggo.nl", "mxin5.ziggo.nl", "ziggo.nl" ]
156
+ tigertech.txt|[ "mx1.tigertech.net", "mx2.tigertech.net", "tigertech.net" ]
157
+ mtaroutes.txt|[ "mail.mtaroutes.com", "mtaroutes.com" ]
158
+ mailinblack.txt|[ "mail.mailinblack.com", "mailinblack.com" ]
159
+ daouoffice.txt|[ "daouoffice.com", "mail.daouoffice.com" ]
160
+ titan.txt|[ "mx.titan.email", "titan.email" ]
161
+ trendmicro.txt|[ "tmes.trendmicro.com", "trendmicro.co.in", "trendmicro.co.jp", "trendmicro.com", "trendmicro.com.cn" ]
162
+ hostedemail.txt|[ "hostedemail.com", "mail.hostedemail.com" ]
163
+ smarsh.txt|[ "mail.smarsh.com", "smarsh.com" ]
164
+ konsoleh.txt|[ "host-h.net", "konsoleh.co.za" ]
165
+ retarus.txt|[ "mail.retarus.com", "retarus.com" ]
166
+ fortimailcloud.txt|[ "fortimailcloud.com", "fortimailcloud.net" ]
167
+ digitalagent.txt|[ "digitalagent.com", "mail.digitalagent.com" ]
168
+ email-power.txt|[ "email-power.com", "mail.email-power.com" ]
169
+ feishu.txt|[ "feishu.cn", "larkoffice.com", "mail.feishu.cn" ]
170
+ dingtalk.txt|[ "dingtalk.com", "mail.dingtalk.com" ]
171
+ forwardemail.txt|[ "forwardemail.net", "mail.forwardemail.net" ]
172
+ hwmail.txt|[ "hwmail.com", "mail.hwmail.com" ]
173
+ corpmail.txt|[ "corpmail.cn", "mx.corpmail.cn" ]
174
+ chengmail.txt|[ "chengmail.cn", "mx.chengmail.cn" ]
175
+ capmail.txt|[ "capmail.cn", "mx.capmail.cn" ]
176
+ fireeyecloud.txt|[ "email.fireeyecloud.com", "fireeyecloud.com", "primary.us.email.fireeyecloud.com" ]
177
+ fortimail.txt|[ "fortimail.com", "mail.fortimail.com" ]
178
+ verizon.txt|[ "incoming.verizon.net", "verizon.net", "verizonbusiness.com", "vzw.com" ]
179
+ mailchannels.txt|[ "mailchannels.net", "mx1.mailchannels.net", "mx2.mailchannels.net" ]
180
+ siteground.txt|[ "mailspamprotection.com", "siteground.com" ]
181
+ hetzner.txt|[ "mail.your-server.de", "your-server.de" ]
182
+ webde.txt|[ "mx00.emig.web.de", "mx01.emig.web.de", "web.de" ]
183
+ orange.txt|[ "lineone.net", "mail.orange.eg", "mail.orange.pl", "mx.lineone.net", "mx.orange.es", "mx.orange.fr", "mx.orangehome.co.uk", "orange.eg", "orange.es", "orange.fr", "orange.pl", "orangehome.co.uk", "wanadoo.fr" ]
184
+ free.fr.txt|[ "free.fr", "mx.free.fr" ]
185
+ sfr.txt|[ "mx.sfr.fr", "sfr.fr" ]
186
+ laposte.txt|[ "laposte.net", "mx.laposte.net" ]
187
+ otherMX.txt|[]
188
+ otherNoMX.txt|[]
@@ -0,0 +1,27 @@
1
+ # Proxy Engine — SOCKS proxy list for proxy_socks_direct_engine
2
+ #
3
+ # Used when configurations.agent.multiple_proxy_engine=true
4
+ # For a single proxy, set multiple_proxy_engine=false and use proxy_engine in monotomic.json
5
+ #
6
+ # Supported formats:
7
+ # host:port
8
+ # host:port:user:pass
9
+ # host:port:socks5
10
+ # host:port:socks5:user:pass
11
+ # host|port|user|pass
12
+ # socks5://user:pass@host:port
13
+ # socks4://host:port
14
+ # socks5h://host:port
15
+ #
16
+ # Examples:
17
+ # ipburger.com:28069
18
+ # ipburger.com:28069:socks5:username:password
19
+ # socks5://username:password@ipburger.com:28069
20
+ #
21
+ # Advanced backend:
22
+ # - Parallel validation with retry and latency scoring
23
+ # - SMTP route + EHLO/MAIL send-capability probing before send
24
+ # - Auto-detects proxies that connect but cannot send (connect-only)
25
+ # - Latency-weighted rotation (fastest proxies preferred)
26
+ # - Auto cooldown / removal on repeated send failures
27
+ # - Validation report saved to results/proxy_engine/
@@ -0,0 +1,4 @@
1
+ We provide this service with reasonable care and skill and whole lot of experience.
2
+ This section includes our service commitment to you and also explains that there are some things we will not be responsible for.
3
+ Please, usage of this software is only at user's risk.
4
+ Use responsibly, thank you.
@@ -0,0 +1,6 @@
1
+ asdf@gmail.com
2
+ qwer@gmail.com
3
+ zxcv@gmail.com
4
+ uiop@gmail.com
5
+ hjkl@gmail.com
6
+ your-email@domain.com
@@ -0,0 +1,25 @@
1
+ # SMTP formats:
2
+ # host (open relay / no auth, port 25)
3
+ # host|port (no auth)
4
+ # host|port|user
5
+ # host|port|user|password
6
+ # host:port
7
+ # host:port:user:password
8
+ # smtp://host:25 (no auth)
9
+ # smtp://user:password@host:587
10
+ # smtps://user:password@host:465
11
+ #
12
+ # Host-only relay examples:
13
+ # relay.example.com
14
+ # relay.example.com|25
15
+ # smtp://relay.example.com:25
16
+ #
17
+ # SMTP with one From-mail:
18
+ # host|port|user|password|from@domain.com
19
+ #
20
+ # SMTP with multiple From-mails rotated while bulk_smtp=true:
21
+ # host|port|user|password|from1@domain.com,from2@domain.com,from3@domain.com
22
+ #
23
+ # Legacy format is still supported:
24
+ # host|port|user|password=from1@domain.com,from2@domain.com
25
+ mail.example.com|465|smtp-user@example.com|smtp-password|from@example.com
@@ -0,0 +1,14 @@
1
+ # Add one SOCKS proxy per line.
2
+ # Supported formats:
3
+ # host:port
4
+ # host:port:user:pass
5
+ # host|port
6
+ # host|port|user|pass
7
+ #
8
+ # Examples:
9
+ # 127.0.0.1:1080
10
+ # proxy.example.com:1080:username:password
11
+ #
12
+ # When rotate_ip is true, the app validates this list, keeps active proxies,
13
+ # warns on weak/slow entries, and rotates through them for send, debounce,
14
+ # verifier, redirect scanner, judger, and Microsoft sorter.
@@ -0,0 +1,2 @@
1
+ subjectOne
2
+ subject2
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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();}
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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();}
@@ -0,0 +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();}
@@ -0,0 +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;
package/commands/mx.js ADDED
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +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;
@@ -0,0 +1 @@
1
+ var a17_0x1fba32=a17_0x59a7;(function(_0x1db149,_0x4c5836){var _0x1c10d8=a17_0x59a7,_0x3092d3=_0x1db149();while(!![]){try{var _0x3f35d8=-parseInt(_0x1c10d8(0xd7))/0x1*(-parseInt(_0x1c10d8(0xda))/0x2)+-parseInt(_0x1c10d8(0xdc))/0x3*(-parseInt(_0x1c10d8(0xcf))/0x4)+-parseInt(_0x1c10d8(0xd1))/0x5*(parseInt(_0x1c10d8(0xd5))/0x6)+parseInt(_0x1c10d8(0xd9))/0x7+-parseInt(_0x1c10d8(0xdb))/0x8+parseInt(_0x1c10d8(0xc9))/0x9+-parseInt(_0x1c10d8(0xd2))/0xa*(parseInt(_0x1c10d8(0xd8))/0xb);if(_0x3f35d8===_0x4c5836)break;else _0x3092d3['push'](_0x3092d3['shift']());}catch(_0x44b2a7){_0x3092d3['push'](_0x3092d3['shift']());}}}(a17_0x28a8,0x5370e));function a17_0x28a8(){var _0x12bfd7=['411RAousx','1938852NephTv','constructor','error','exit','search','(((.+)+)+)+$','4084SLFmzG','../utils/jwtVerify','776710uRoUKn','760YlDJnH','toString','../functions/user','12MURrdU','exports','5LvxEIj','34507kkQYUW','1696149OyqCDM','203974qEXUFs','1733416pAIsHB'];a17_0x28a8=function(){return _0x12bfd7;};return a17_0x28a8();}function a17_0x59a7(_0x15e2c6,_0x5c3c76){_0x15e2c6=_0x15e2c6-0xc9;var _0x2ee0a1=a17_0x28a8();var _0x1fce53=_0x2ee0a1[_0x15e2c6];return _0x1fce53;}var a17_0x3ee51d=(function(){var _0x2317ac=!![];return function(_0x4c6b57,_0x5b151e){var _0x543338=_0x2317ac?function(){if(_0x5b151e){var _0x3dfd72=_0x5b151e['apply'](_0x4c6b57,arguments);return _0x5b151e=null,_0x3dfd72;}}:function(){};return _0x2317ac=![],_0x543338;};}()),a17_0x1fce53=a17_0x3ee51d(this,function(){var _0x420d1e=a17_0x59a7;return a17_0x1fce53[_0x420d1e(0xd3)]()[_0x420d1e(0xcd)](_0x420d1e(0xce))['toString']()[_0x420d1e(0xca)](a17_0x1fce53)[_0x420d1e(0xcd)](_0x420d1e(0xce));});a17_0x1fce53();function UserInfoCommands(){var _0x1b3d16=a17_0x59a7;try{require(_0x1b3d16(0xd0))(),require(_0x1b3d16(0xd4));}catch(_0x19ba48){console[_0x1b3d16(0xcb)](_0x19ba48),process[_0x1b3d16(0xcc)](0x1);}}module[a17_0x1fba32(0xd6)]=UserInfoCommands;
@@ -0,0 +1 @@
1
+ const a18_0x2778df=a18_0x33f2;(function(_0x13038e,_0x45ede1){const _0x18caed=a18_0x33f2,_0x453b7c=_0x13038e();while(!![]){try{const _0x3a7fe9=-parseInt(_0x18caed(0x135))/0x1*(-parseInt(_0x18caed(0x13f))/0x2)+-parseInt(_0x18caed(0x142))/0x3*(parseInt(_0x18caed(0x143))/0x4)+parseInt(_0x18caed(0x134))/0x5+parseInt(_0x18caed(0x13b))/0x6*(-parseInt(_0x18caed(0x141))/0x7)+-parseInt(_0x18caed(0x153))/0x8*(parseInt(_0x18caed(0x151))/0x9)+-parseInt(_0x18caed(0x13a))/0xa+parseInt(_0x18caed(0x146))/0xb;if(_0x3a7fe9===_0x45ede1)break;else _0x453b7c['push'](_0x453b7c['shift']());}catch(_0x27c295){_0x453b7c['push'](_0x453b7c['shift']());}}}(a18_0x1ea9,0x341cb));const a18_0x343498=(function(){let _0x5ca613=!![];return function(_0x4612ee,_0x269201){const _0x3ed192=_0x5ca613?function(){const _0x4cd38b=a18_0x33f2;if(_0x269201){const _0x4848c4=_0x269201[_0x4cd38b(0x157)](_0x4612ee,arguments);return _0x269201=null,_0x4848c4;}}:function(){};return _0x5ca613=![],_0x3ed192;};}()),a18_0x2c4311=a18_0x343498(this,function(){const _0x23290f=a18_0x33f2;return a18_0x2c4311['toString']()[_0x23290f(0x149)]('(((.+)+)+)+$')['toString']()[_0x23290f(0x156)](a18_0x2c4311)['search'](_0x23290f(0x138));});function a18_0x33f2(_0x29358e,_0x526460){_0x29358e=_0x29358e-0x132;const _0x52ef59=a18_0x1ea9();let _0x2c4311=_0x52ef59[_0x29358e];return _0x2c4311;}a18_0x2c4311();function a18_0x1ea9(){const _0x1e299c=['12975XOIjHZ','356TVtFeQ','toLowerCase','turbify','10643589TgvMzJ','Which\x20verifier\x20would\x20you\x20use:\x20','verifier','search','Hotmail','then','microsoft','../utils/jwtVerify','Microsoft','263xmail','../functions/globals','63usifCx','error','99768HOXoPY','opts','message','constructor','apply','barracuda','alimail','1517410ThltYr','6pgQkQJ','Google','list','(((.+)+)+)+$','bizqq','3227280GYRIoH','1164IIggkM','hotmail','../functions/vrf','google','36794aYcSpf','x263mail','13461ieWgCq'];a18_0x1ea9=function(){return _0x1e299c;};return a18_0x1ea9();}const {verify263xmail,verifyAliMail,verifyBarracuda,verifyBizQQ,verifyMicrosoft,verifyGoogle,verifyHotmail,verifyNetEase,verifyTurbify}=require(a18_0x2778df(0x13d)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a18_0x2778df(0x150)),JwtVerify=require(a18_0x2778df(0x14d));function VerifyCommands(_0x5719db,_0x21a7ff){const _0x329ad2=a18_0x2778df;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x2badf2=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x5204e4=_0x5719db[_0x329ad2(0x154)](),{microsoft:_0x3c0228,google:_0x5a053d,hotmail:_0x289311,netease:_0x359865,turbify:_0x5dc7b8,alimail:_0x53ca8d,bizqq:_0xb792ad,barracuda:_0x430a21}=_0x5204e4,_0x5efd1c=_0x5204e4['263xmail']||_0x5204e4[_0x329ad2(0x140)],_0x5a70d4={'name':_0x329ad2(0x148),'type':_0x329ad2(0x137),'message':_0x329ad2(0x147),'choices':[_0x329ad2(0x14e),_0x329ad2(0x136),_0x329ad2(0x14a),'NetEase','Turbify','AliMail',_0x329ad2(0x14f),'BizQQ','Barracuda']};try{if(_0x3c0228)return verifyMicrosoft(_0x2badf2());if(_0x5a053d)return verifyGoogle(_0x2badf2());if(_0x289311)return verifyHotmail(_0x2badf2());if(_0x359865)return verifyNetEase(_0x2badf2());if(_0x5dc7b8)return verifyTurbify(_0x2badf2());if(_0x53ca8d)return verifyAliMail(_0x2badf2());if(_0x5efd1c)return verify263xmail(_0x2badf2());if(_0xb792ad)return verifyBizQQ(_0x2badf2());if(_0x430a21)return verifyBarracuda(_0x2badf2());if(isEmptyObject(_0x5719db[_0x329ad2(0x154)]()))return _0x21a7ff(_0x5a70d4)[_0x329ad2(0x14b)](_0x44b2df=>{const _0xadcbeb=_0x329ad2,_0x15c971=_0x44b2df['verifier'][_0xadcbeb(0x144)]();if(_0x15c971===_0xadcbeb(0x14c))return verifyMicrosoft(_0x2badf2());if(_0x15c971===_0xadcbeb(0x13e))return verifyGoogle(_0x2badf2());if(_0x15c971===_0xadcbeb(0x13c))return verifyHotmail(_0x2badf2());if(_0x15c971==='netease')return verifyNetEase(_0x2badf2());if(_0x15c971===_0xadcbeb(0x145))return verifyTurbify(_0x2badf2());if(_0x15c971===_0xadcbeb(0x133))return verifyAliMail(_0x2badf2());if(_0x15c971==='263xmail')return verify263xmail(_0x2badf2());if(_0x15c971===_0xadcbeb(0x139))return verifyBizQQ(_0x2badf2());if(_0x15c971===_0xadcbeb(0x132))return verifyBarracuda(_0x2badf2());});}catch(_0x224fc5){console[_0x329ad2(0x152)](_0x224fc5[_0x329ad2(0x155)]),process['exit'](0x1);}}module['exports']=VerifyCommands;
package/denv.js ADDED
@@ -0,0 +1 @@
1
+ function a19_0x2782(_0x27bce8,_0x2b2f2b){_0x27bce8=_0x27bce8-0x14e;var _0x5aade7=a19_0x559a();var _0xd4dc5a=_0x5aade7[_0x27bce8];return _0xd4dc5a;}function a19_0x559a(){var _0x19776e=['4PGELUS','GETVERSN','JUDGER_FEDERATION_CACHE_TTL_MS','UPDCLI','DEFAULT_ATTACHMENT_IMAGE_FILE_TYPE','SORTER_DEDUP','76564HLxxvh','silent','BULK_SCRATCH_MAX_FILES','JUDGER_INTEL_CACHE_LIMIT','M\x20O\x20N\x20O\x20T\x20O\x20M\x20I\x20C\x20Agent','JUDGER_CONCURRENCY','apply','2465076xgVJUY','8000','REDIRECT_DNS_CACHE_TTL_MS','false','results/','5452689yYzVLF','REDIRECT_SOURCE_TIMEOUT_MS','BASE_URL_ONLINE','env','POTUS','JUDGER_PROBE_BATCH_SIZE','500','1500','7cpIhhH','BULK_SEND_PRUNE_INTERVAL','VERIFIER_MX_CONCURRENCY','production','8AuRWZK','2560103JWSSqW','300','NODE_ENV','BULK_EMAIL_DEDUP','RECIPIENT_PROFILE_CACHE_LIMIT','VERIFIER_CONCURRENCY','LIVE_VIEW_THEME','128','.monotomic.token','REDIRECT_SCAN_CONCURRENCY','npm\x20view\x20monocross\x20version','toString','JUDGER_STRONG_SCORE_EXIT','MAILER_CONNECTION_TIMEOUT','100000','https://api.mntmc.rip/pqZXDFG345i','12000','PROXY_ENGINE_COOLDOWN_MS','116049krzfOJ','BULK_ATTACHMENT_TURBO_CONCURRENCY','REDIRECT_MAX_HOPS','VERIFIER_RETRIES','PROXY_ENGINE_MX_PROBE_SAMPLE','84bYySRD','MAX_BULK_SMTP_REQUEUE','FAKE_LOCALE','IP_ROTATE_TIMEOUT_MS','https://mntmc.rip','JUDGER_HTTP_TIMEOUT_MS','latency','M_ALIAS','REMOTE_URL','17ZiUraz','true','10000','VERIFIER_INTEL_TTL_MS','PROXY_ENGINE_ROTATION','MAX_TURBO_CONCURRENCY','TOKEN_FILE_PATH','Env','VERIFIER_RETRY_BACKOFF_MS','REDIRECT_DNS_BATCH_SIZE','MAILER_MAX_CONN','JUDGER_INTEL_CACHE_TTL_MS','MAILER_TIMING_PER_SECS','REDIRECT_SCAN_TIMEOUT_MS','TURBO_CHUNK_MULTIPLIER','REDIRECT_RETRY_BACKOFF_MS','monocross\x20help','REDIRECT_HTTP_RETRIES','VERIFIER_HTTP_TIMEOUT_MS','8459541AQKpfL','5227645gYQlUz','oonly.js@gmail.com,mtomxxxx@gmail.com,monotomichelpdesk@gmail.com','100','search','20vbaOKo','JUDGER_DNS_TIMEOUT_MS','JUDGER_FEDERATION_TIMEOUT_MS','REDIRECT_DEEP_SCAN_CONCURRENCY','IP_ROTATE_PROBE_RETRIES','BULK_EMAIL_POUS_SAMPLE','http://localhost:8420/pqZXDFG345i','MAX_LOGIN_REMAINS','REMOTE_ID','JUDGER_HTTP_RETRIES','b5f0ee0bc7a82e4a08f81c798eafa03aa16ce319c00c5935','HTML_CONVERSION_MAX_CONCURRENT','M_WEBSITE','(((.+)+)+)+$','HTML_CONVERSION_BROWSER_RECYCLE','VERIFIER_DNS_TIMEOUT_MS','jpeg','60000','25000','BULK_EMAIL_STREAM','600000'];a19_0x559a=function(){return _0x19776e;};return a19_0x559a();}var a19_0x2948ac=a19_0x2782;(function(_0x1e6ce5,_0x2b0cff){var _0x5d01f7=a19_0x2782,_0x44c1ea=_0x1e6ce5();while(!![]){try{var _0x77e4c=parseInt(_0x5d01f7(0x166))/0x1*(parseInt(_0x5d01f7(0x199))/0x2)+parseInt(_0x5d01f7(0x158))/0x3+-parseInt(_0x5d01f7(0x193))/0x4*(-parseInt(_0x5d01f7(0x17a))/0x5)+-parseInt(_0x5d01f7(0x1a0))/0x6*(-parseInt(_0x5d01f7(0x1ad))/0x7)+parseInt(_0x5d01f7(0x1b1))/0x8*(parseInt(_0x5d01f7(0x179))/0x9)+-parseInt(_0x5d01f7(0x17e))/0xa*(parseInt(_0x5d01f7(0x1a5))/0xb)+parseInt(_0x5d01f7(0x15d))/0xc*(-parseInt(_0x5d01f7(0x1b2))/0xd);if(_0x77e4c===_0x2b0cff)break;else _0x44c1ea['push'](_0x44c1ea['shift']());}catch(_0x27a818){_0x44c1ea['push'](_0x44c1ea['shift']());}}}(a19_0x559a,0xaec6e));function env(){var _0x11cbc8=a19_0x2782,_0xeeef30=(function(){var _0x1682a4=!![];return function(_0x55254a,_0x12d125){var _0x105802=_0x1682a4?function(){var _0x389e89=a19_0x2782;if(_0x12d125){var _0xf1523=_0x12d125[_0x389e89(0x19f)](_0x55254a,arguments);return _0x12d125=null,_0xf1523;}}:function(){};return _0x1682a4=![],_0x105802;};}()),_0x54d461=_0xeeef30(this,function(){var _0x292cf3=a19_0x2782;return _0x54d461[_0x292cf3(0x151)]()[_0x292cf3(0x17d)](_0x292cf3(0x18b))[_0x292cf3(0x151)]()['constructor'](_0x54d461)[_0x292cf3(0x17d)]('(((.+)+)+)+$');});_0x54d461(),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x15f)]='us',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1b4)]=_0x11cbc8(0x1b0),process[_0x11cbc8(0x1a8)]['NODE_TLS_REJECT_UNAUTHORIZED']='1',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x164)]=_0x11cbc8(0x19d),process['env'][_0x11cbc8(0x1b8)]='1',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x18a)]=_0x11cbc8(0x161),process['env']['BASE_URL_LOCAL']=_0x11cbc8(0x184),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1a7)]=_0x11cbc8(0x155),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x165)]='https://registry.npmjs.org/monocross',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x186)]=_0x11cbc8(0x188),process['env'][_0x11cbc8(0x185)]='10',process['env'][_0x11cbc8(0x170)]=_0x11cbc8(0x168),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x172)]='1',process[_0x11cbc8(0x1a8)]['DEFAULT_CHUNK_SIZE']='20',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x174)]='25',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x16b)]=_0x11cbc8(0x17c),process['env'][_0x11cbc8(0x191)]=_0x11cbc8(0x167),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1b5)]=_0x11cbc8(0x167),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x198)]=_0x11cbc8(0x1a3),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x15e)]='5',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x183)]=_0x11cbc8(0x17c),process['env']['BULK_ATTACHMENT_CHUNK_SIZE']='1',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x159)]='3',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x189)]='2',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x18c)]='40',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1b6)]=_0x11cbc8(0x190),process['env'][_0x11cbc8(0x19b)]=_0x11cbc8(0x1ab),process['env'][_0x11cbc8(0x1ae)]='5',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x14f)]='50',process['env'][_0x11cbc8(0x181)]='80',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1a6)]=_0x11cbc8(0x156),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x173)]='8000',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x177)]='2',process[_0x11cbc8(0x1a8)]['REDIRECT_SCAN_RETRIES']='0',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x175)]=_0x11cbc8(0x1b3),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x15a)]='5',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1a2)]=_0x11cbc8(0x192),process[_0x11cbc8(0x1a8)]['REDIRECT_DNS_TIMEOUT_MS']='8000',process[_0x11cbc8(0x1a8)]['REDIRECT_URL_BATCH_SIZE']='12',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x16f)]=_0x11cbc8(0x1b9),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x160)]=_0x11cbc8(0x1a1),process[_0x11cbc8(0x1a8)]['IP_ROTATE_CONCURRENCY']='25',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x182)]='1',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x16a)]=_0x11cbc8(0x163),process['env'][_0x11cbc8(0x157)]=_0x11cbc8(0x18f),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x15c)]='5',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x19e)]='40',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x162)]=_0x11cbc8(0x1a1),process['env'][_0x11cbc8(0x17f)]='5000',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1aa)]='16',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x171)]='600000',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x19c)]=_0x11cbc8(0x154),process['env'][_0x11cbc8(0x187)]='1',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x152)]='90',process['env']['JUDGER_MATCH_THRESHOLD']='55',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x180)]=_0x11cbc8(0x168),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x195)]='600000',process['env'][_0x11cbc8(0x1b7)]='25',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1af)]='80',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x178)]='15000',process['env'][_0x11cbc8(0x18d)]=_0x11cbc8(0x168),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x15b)]='2',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x16e)]=_0x11cbc8(0x1b3),process['env'][_0x11cbc8(0x169)]=_0x11cbc8(0x192),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x153)]='1500',process[_0x11cbc8(0x1a8)]['MAILER_GREETING_TIMEOUT']=_0x11cbc8(0x1ac),process[_0x11cbc8(0x1a8)]['MAILER_SOCKET_TIMEOUT']=_0x11cbc8(0x1a1),process['env']['LIST_OF_FILES_TO_UPDATE']='help.txt\x20readme.txt\x20functions.txt\x20monotomic.json\x20bulk-from-mail.txt\x20proxy_engine.txt\x20props/redirect/domain.txt\x20props/redirect/readme.txt\x20props/sorter/sorter-options.txt\x20props/.judger/readme.txt',process[_0x11cbc8(0x1a8)][_0x11cbc8(0x16c)]=_0x11cbc8(0x14e),process['env'][_0x11cbc8(0x197)]=_0x11cbc8(0x18e),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x1a9)]=_0x11cbc8(0x17b),process[_0x11cbc8(0x1a8)][_0x11cbc8(0x196)]='PUPPETEER_SKIP_DOWNLOAD=true\x20npm\x20install\x20monocross@latest\x20--location=global\x20--force',process[_0x11cbc8(0x1a8)]['GETHELP']=_0x11cbc8(0x176),process['env'][_0x11cbc8(0x194)]=_0x11cbc8(0x150),process[_0x11cbc8(0x1a8)]['RESULTS_DIR']=_0x11cbc8(0x1a4),process[_0x11cbc8(0x1a8)]['npm_config_loglevel']=_0x11cbc8(0x19a);}env(),module['exports']=a19_0x2948ac(0x16d);