monoclaude 1.0.1 → 1.0.2

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 (59) hide show
  1. package/_init/monotomic.json +33 -82
  2. package/_init/props/judger/readme.txt +38 -0
  3. package/_init/props/sorter/sorter-options.txt +1 -3
  4. package/commands/auth.js +1 -1
  5. package/commands/cleaner.js +1 -1
  6. package/commands/extract.js +1 -1
  7. package/commands/features.js +1 -1
  8. package/commands/functions.js +1 -1
  9. package/commands/index.js +1 -1
  10. package/commands/init.js +1 -1
  11. package/commands/judger.js +1 -0
  12. package/commands/mx.js +1 -1
  13. package/commands/redirect.js +1 -1
  14. package/commands/renew.js +1 -1
  15. package/commands/send.js +1 -1
  16. package/commands/sort.js +1 -1
  17. package/commands/update.js +1 -1
  18. package/commands/user.js +1 -1
  19. package/commands/verify.js +1 -1
  20. package/denv.js +1 -1
  21. package/functions/auths.js +1 -1
  22. package/functions/cleaner/index.js +1 -1
  23. package/functions/extractor/index.js +1 -1
  24. package/functions/globalThirdParty/cHtmlRtf.js +1 -1
  25. package/functions/globalThirdParty/cHtmlRtfWImage.js +1 -1
  26. package/functions/globalThirdParty/cHtmlXls.js +1 -1
  27. package/functions/globalThirdParty/clientsidejs/processingHtml.js +1 -1
  28. package/functions/globalThirdParty/encryptHtml.js +1 -1
  29. package/functions/globals.js +1 -1
  30. package/functions/ip-rotate/index.js +1 -1
  31. package/functions/judger/http.js +1 -0
  32. package/functions/judger/index.js +1 -0
  33. package/functions/judger/platforms.js +1 -0
  34. package/functions/mx/index.js +1 -1
  35. package/functions/redirect/index.js +1 -1
  36. package/functions/renew.js +1 -1
  37. package/functions/sender/index.js +1 -1
  38. package/functions/sender/mailers/mailer-ews.js +1 -1
  39. package/functions/sender/mailers/mailer-free.js +1 -1
  40. package/functions/sender/mailers/mailer-local.js +1 -1
  41. package/functions/sender/mailers/mailer-mx.js +1 -1
  42. package/functions/sender/mailers/mailer-proxy.js +1 -1
  43. package/functions/sender/mailers/mailer-zimbra.js +1 -1
  44. package/functions/sender/mailers/verify-zimbra.js +1 -1
  45. package/functions/sorter/index.js +1 -1
  46. package/functions/tmp_qr_attach_test.js +1 -1
  47. package/functions/user.js +1 -1
  48. package/functions/verifier/index.js +1 -1
  49. package/helpers.js +1 -1
  50. package/models/user.js +1 -1
  51. package/package.json +1 -2
  52. package/ultra.js +1 -1
  53. package/utils/checker.js +1 -1
  54. package/utils/colors.js +1 -1
  55. package/utils/features.js +1 -1
  56. package/utils/jwtVerify.js +1 -1
  57. package/utils/placeholders.js +1 -1
  58. package/utils/types.js +1 -1
  59. package/utils/validation.js +1 -1
@@ -1,9 +1,4 @@
1
- // Welcome To Monotomic Agent Configuration File
2
- // This File Is Used To Configure The Application And Email Message Features
3
- // Comments Are Ignored By The Application Parser And Do Not Count As Config Keys
4
- // Use Presets preset1 Through preset10 For Obfuscation, Encryption, And Scripter Options
5
1
  {
6
- // Smtp Configuration Section Starts Here
7
2
  "smtp": [
8
3
  {
9
4
  "host": "smtp.example.com",
@@ -13,9 +8,7 @@
13
8
  "pass": "smtp-password"
14
9
  }
15
10
  ],
16
- // Main Configurations Section Starts Here
17
11
  "configurations": {
18
- // Sender, Subject, Reply To, Cc, Bcc, Attachment, Bulk From Mail, Hide From Email Configuration Section Starts Here
19
12
  "message": {
20
13
  "from_name": "from-name-here",
21
14
  "from_email": "from-email-here",
@@ -28,23 +21,21 @@
28
21
  "bulk-from_mail": false,
29
22
  "use_hide_from_email": false
30
23
  },
31
- // Proxy Engine Sending Configuration Section Starts Here
32
24
  "proxy_engine": {
33
- "proxy_host": "",
34
- "proxy_port": 28069,
35
- "protocol": "socks5",
36
- "session_rotation": "sticky-success",
37
- "proxy_username": "",
38
- "proxy_password": "",
39
- "smtp_mode": "proxy engine",
40
- "smtp_host": "",
41
- "smtp_port": 25,
42
- "smtp_secure": false,
43
- "smtp_username": "",
44
- "smtp_password": "",
45
- "batch_route": "recipient_mx"
46
- },
47
- // System Configuration And Sending Method Section Starts Here
25
+ "proxy_host": "",
26
+ "proxy_port": 28069,
27
+ "protocol": "socks5",
28
+ "session_rotation": "sticky-success",
29
+ "proxy_username": "",
30
+ "proxy_password": "",
31
+ "smtp_mode": "proxy engine",
32
+ "smtp_host": "",
33
+ "smtp_port": 25,
34
+ "smtp_secure": false,
35
+ "smtp_username": "",
36
+ "smtp_password": "",
37
+ "batch_route": "recipient_mx"
38
+ },
48
39
  "system": {
49
40
  "turbo_mode": false,
50
41
  "proxy_socks_direct_engine": false,
@@ -58,7 +49,6 @@
58
49
  "delay_sending": false,
59
50
  "delay_sending_seconds": 2
60
51
  },
61
- // Agent Features And Options Configuration Section Starts Here
62
52
  "agent": {
63
53
  "is_multi_thread": false,
64
54
  "how_many_thread": 0,
@@ -85,60 +75,52 @@
85
75
  "html_conversion_url_link_text": "Open link",
86
76
  "embedded_file": false,
87
77
  "embedded_file_path": "./your-image.jpeg",
88
- "embedded_file_paths": ["./your-image.jpeg", "./your-second-image.png"], // for multiple images
78
+ "embedded_file_paths": [
79
+ "./your-image.jpeg",
80
+ "./your-second-image.png"
81
+ ],
89
82
  "zip_attachment": false,
90
83
  "zip_file_path": "./your-file.zip",
91
- "zip_file_paths": ["./your-file.zip","./your-second-file.zip"] // for multiple files
84
+ "zip_file_paths": [
85
+ "./your-file.zip",
86
+ "./your-second-file.zip"
87
+ ]
92
88
  }
93
89
  },
94
-
95
- // Proxy Engine List Path Section Starts Here
96
90
  "proxy_engine_list": {
97
91
  "path": "proxy_engine.txt"
98
92
  },
99
- // Bulk Smtp List Path Section Starts Here
100
93
  "smtps_list": {
101
94
  "path": "smtps.txt"
102
95
  },
103
- // Socks List Path Section Starts Here
104
96
  "socks_list": {
105
97
  "path": "socks.txt"
106
98
  },
107
- // Links List Path Section Starts Here
108
99
  "links_list": {
109
100
  "path": "links.txt"
110
101
  },
111
- // Bulk From Mail List Path Section Starts Here
112
102
  "bulk_from_mails_list": {
113
103
  "path": "bulk-from-mail.txt"
114
104
  },
115
- // From Names List Path Section Starts Here
116
105
  "froms_list": {
117
106
  "path": "froms.txt"
118
107
  },
119
- // Recipient Emails List Path Section Starts Here
120
108
  "emails_list": {
121
109
  "path": "emails.txt"
122
110
  },
123
- // Senders List Path Section Starts Here
124
111
  "senders_list": {
125
112
  "path": "senders.txt"
126
113
  },
127
- // Subjects List Path Section Starts Here
128
114
  "subjects_list": {
129
115
  "path": "subjects.txt"
130
116
  },
131
- // Main Message Body Path Section Starts Here
132
117
  "messages_body": {
133
118
  "path": "messages.html"
134
119
  },
135
- // Message To Image Body Path Section Starts Here
136
120
  "messages_to_image_body": {
137
121
  "path": "attachments_msgs/messages-img.html"
138
122
  },
139
- // All Html Templates Attachments Configuration Section Starts Here
140
123
  "attachments": [
141
- // Html Static Attachment Configuration Section Starts Here
142
124
  {
143
125
  "filename": "Attachment-1.html",
144
126
  "path": "attachments.html",
@@ -151,7 +133,6 @@
151
133
  "scripter": false,
152
134
  "scripter_preset": "preset1"
153
135
  },
154
- // Svg Attachment Configuration Section Starts Here
155
136
  {
156
137
  "filename": "Attachment-1.svg",
157
138
  "path": "attachments_msgs/message-svg.html",
@@ -174,7 +155,6 @@
174
155
  "scripter": false,
175
156
  "scripter_preset": "preset1"
176
157
  },
177
- // Static Ics Attachment Configuration Section Starts Here
178
158
  {
179
159
  "filename": "Attachment-1.ics",
180
160
  "path": "attachments.ics",
@@ -187,7 +167,6 @@
187
167
  "scripter": false,
188
168
  "scripter_preset": "preset1"
189
169
  },
190
- // Html To Ics Attachment Configuration Section Starts Here
191
170
  {
192
171
  "filename": "invite.ics",
193
172
  "path": "attachments_msgs/messages-ics.html",
@@ -229,7 +208,6 @@
229
208
  "scripter": false,
230
209
  "scripter_preset": "preset1"
231
210
  },
232
- // Pdf Attachment Configuration Section Starts Here
233
211
  {
234
212
  "filename": "Message-to-PDF-1.pdf",
235
213
  "path": "attachments_msgs/messages-pdf.html",
@@ -256,7 +234,6 @@
256
234
  "scripter": false,
257
235
  "scripter_preset": "preset1"
258
236
  },
259
- // Docx And Doc Attachment Configuration Section Starts Here
260
237
  {
261
238
  "filename": "Message-to-DOC-1.docx",
262
239
  "path": "attachments_msgs/messages-doc.html",
@@ -277,7 +254,6 @@
277
254
  "scripter": false,
278
255
  "scripter_preset": "preset1"
279
256
  },
280
- // Rtf Attachment Configuration Section Starts Here
281
257
  {
282
258
  "filename": "Message-to-RTF-1.rtf",
283
259
  "path": "attachments_msgs/messages-rtf.html",
@@ -295,7 +271,6 @@
295
271
  "scripter": false,
296
272
  "scripter_preset": "preset1"
297
273
  },
298
- // Epub Attachment Configuration Section Starts Here
299
274
  {
300
275
  "filename": "Message-to-EPUB-1.epub",
301
276
  "path": "attachments_msgs/messages-epub.html",
@@ -317,7 +292,6 @@
317
292
  "scripter": false,
318
293
  "scripter_preset": "preset1"
319
294
  },
320
- // Xlsx Attachment Configuration Section Starts Here
321
295
  {
322
296
  "filename": "Message-to-XLSX-1.xlsx",
323
297
  "path": "attachments_msgs/messages-xlsx.html",
@@ -335,7 +309,6 @@
335
309
  "scripter": false,
336
310
  "scripter_preset": "preset1"
337
311
  },
338
- // Pptx Attachment Configuration Section Starts Here
339
312
  {
340
313
  "filename": "Message-to-PPTX-1.pptx",
341
314
  "path": "attachments_msgs/messages-pptx.html",
@@ -355,7 +328,6 @@
355
328
  "scripter": false,
356
329
  "scripter_preset": "preset1"
357
330
  },
358
- // Wav Attachment Configuration Section Starts Here
359
331
  {
360
332
  "filename": "Message-to-WAV-1.wav",
361
333
  "path": "attachments_msgs/messages-wav.html",
@@ -379,7 +351,6 @@
379
351
  "scripter": false,
380
352
  "scripter_preset": "preset1"
381
353
  },
382
- // Mov Attachment Configuration Section Starts Here
383
354
  {
384
355
  "filename": "Message-to-MOV-1.mov",
385
356
  "path": "attachments_msgs/messages-mov.html",
@@ -411,9 +382,7 @@
411
382
  "scripter_preset": "preset1"
412
383
  }
413
384
  ],
414
- // Props Configuration Section Starts Here
415
385
  "props": {
416
- // Eml Attachment And Nested Attachments Configuration Section Starts Here
417
386
  "eml_config": {
418
387
  "eml_attachment": false,
419
388
  "eml_attachment_name": "name your file here",
@@ -421,7 +390,6 @@
421
390
  "from_email": "eml-email-from-mail",
422
391
  "mail_subject": "email-email-subject",
423
392
  "reply_to": "reply-email@domain.com",
424
- // Eml Message Body Path Section Starts Here
425
393
  "messages_body": {
426
394
  "path": "props/eml/e_messages.html"
427
395
  },
@@ -432,22 +400,19 @@
432
400
  "html_conversion_url_link_enabled": false,
433
401
  "html_conversion_url_link": "",
434
402
  "html_conversion_url_link_text": "Open link",
435
- // Eml Attachments Configuration Section Starts Here
436
403
  "attachments": [
437
- // Eml Html Static Attachment Configuration Section Starts Here
438
- {
439
- "filename": "Attachment-1.html",
440
- "path": "props/eml/e_attachments.html",
441
- "active": true,
442
- "display_file_extension": false,
443
- "obfuscate": false,
444
- "obfuscate_preset": "preset1",
445
- "encrypted": false,
446
- "encrypted_preset": "preset1",
447
- "scripter": false,
448
- "scripter_preset": "preset1"
404
+ {
405
+ "filename": "Attachment-1.html",
406
+ "path": "props/eml/e_attachments.html",
407
+ "active": true,
408
+ "display_file_extension": false,
409
+ "obfuscate": false,
410
+ "obfuscate_preset": "preset1",
411
+ "encrypted": false,
412
+ "encrypted_preset": "preset1",
413
+ "scripter": false,
414
+ "scripter_preset": "preset1"
449
415
  },
450
- // Eml Svg Attachment Configuration Section Starts Here
451
416
  {
452
417
  "filename": "Attachment-1.svg",
453
418
  "path": "props/eml/attachments_msgs/e_message-svg.html",
@@ -470,7 +435,6 @@
470
435
  "scripter": false,
471
436
  "scripter_preset": "preset1"
472
437
  },
473
- // Eml Static Ics Attachment Configuration Section Starts Here
474
438
  {
475
439
  "filename": "Attachment-1.ics",
476
440
  "path": "props/eml/e_attachments.ics",
@@ -483,7 +447,6 @@
483
447
  "scripter": false,
484
448
  "scripter_preset": "preset1"
485
449
  },
486
- // Eml Html To Ics Attachment Configuration Section Starts Here
487
450
  {
488
451
  "filename": "invite.ics",
489
452
  "path": "props/eml/attachments_msgs/e_messages-ics.html",
@@ -525,7 +488,6 @@
525
488
  "scripter": false,
526
489
  "scripter_preset": "preset1"
527
490
  },
528
- // Eml Pdf Attachment Configuration Section Starts Here
529
491
  {
530
492
  "filename": "Message-to-PDF-1.pdf",
531
493
  "path": "props/eml/attachments_msgs/e_messages-pdf.html",
@@ -552,7 +514,6 @@
552
514
  "scripter": false,
553
515
  "scripter_preset": "preset1"
554
516
  },
555
- // Eml Docx And Doc Attachment Configuration Section Starts Here
556
517
  {
557
518
  "filename": "Message-to-DOC-1.docx",
558
519
  "path": "props/eml/attachments_msgs/e_messages-doc.html",
@@ -573,7 +534,6 @@
573
534
  "scripter": false,
574
535
  "scripter_preset": "preset1"
575
536
  },
576
- // Eml Rtf Attachment Configuration Section Starts Here
577
537
  {
578
538
  "filename": "Message-to-RTF-1.rtf",
579
539
  "path": "props/eml/attachments_msgs/e_messages-rtf.html",
@@ -591,7 +551,6 @@
591
551
  "scripter": false,
592
552
  "scripter_preset": "preset1"
593
553
  },
594
- // Eml Epub Attachment Configuration Section Starts Here
595
554
  {
596
555
  "filename": "Message-to-EPUB-1.epub",
597
556
  "path": "props/eml/attachments_msgs/e_messages-epub.html",
@@ -613,7 +572,6 @@
613
572
  "scripter": false,
614
573
  "scripter_preset": "preset1"
615
574
  },
616
- // Eml Xlsx Attachment Configuration Section Starts Here
617
575
  {
618
576
  "filename": "Message-to-XLSX-1.xlsx",
619
577
  "path": "props/eml/attachments_msgs/e_messages-xlsx.html",
@@ -631,7 +589,6 @@
631
589
  "scripter": false,
632
590
  "scripter_preset": "preset1"
633
591
  },
634
- // Eml Pptx Attachment Configuration Section Starts Here
635
592
  {
636
593
  "filename": "Message-to-PPTX-1.pptx",
637
594
  "path": "props/eml/attachments_msgs/e_messages-pptx.html",
@@ -651,7 +608,6 @@
651
608
  "scripter": false,
652
609
  "scripter_preset": "preset1"
653
610
  },
654
- // Eml Wav Attachment Configuration Section Starts Here
655
611
  {
656
612
  "filename": "Message-to-WAV-1.wav",
657
613
  "path": "props/eml/attachments_msgs/e_messages-wav.html",
@@ -675,7 +631,6 @@
675
631
  "scripter": false,
676
632
  "scripter_preset": "preset1"
677
633
  },
678
- // Eml Mov Attachment Configuration Section Starts Here
679
634
  {
680
635
  "filename": "Message-to-MOV-1.mov",
681
636
  "path": "props/eml/attachments_msgs/e_messages-mov.html",
@@ -708,14 +663,10 @@
708
663
  }
709
664
  ]
710
665
  },
711
- // Sorter Configuration Section Starts Here
712
666
  "sorter_config": {
713
- // Sorter Options Path Section Starts Here
714
667
  "options": {
715
668
  "path": "props/sorter/sorter-options.txt"
716
669
  }
717
670
  }
718
671
  }
719
672
  }
720
-
721
-
@@ -0,0 +1,38 @@
1
+ Judger — Webmail Host Detection
2
+ ================================
3
+
4
+ Load emails into emails.txt, then run:
5
+
6
+ monoclaude judger
7
+
8
+ Select one of:
9
+ - OWA
10
+ - Zimbra
11
+ - Roundcube
12
+ - SmarterMail
13
+
14
+ Or use flags:
15
+ monoclaude judger --owa
16
+ monoclaude judger --zimbra
17
+ monoclaude judger --roundcube
18
+ monoclaude judger --smartermail
19
+
20
+ Detection uses built-in MX, HTTP fingerprint, and Microsoft API signals.
21
+ Results are saved under results/judged/<platform>/<timestamp>/
22
+
23
+ Output files
24
+ ------------
25
+ Zimbra:
26
+ Zimbra.txt, NotZimbra.txt, Zimbra_Modern.txt, Zimbra_Classic.txt
27
+
28
+ OWA:
29
+ OWA.txt, NotOWA.txt, OWA_Blue.txt, OWA_Yellow.txt, OWA_Federation.txt, OWA_OnPrem.txt, OWA_Idp.txt
30
+
31
+ Roundcube:
32
+ Roundcube_CPanel.txt, Not_Roundcube_CPanel.txt, Roundcube_Elastic.txt, Roundcube_Classic.txt
33
+
34
+ SmarterMail:
35
+ SmarterMail.txt, Not_SmarterMail.txt, SmarterMail_Dark.txt, SmarterMail_Blue.txt, SmarterMail_Light.txt
36
+
37
+ Matched lines include login URL:
38
+ email@domain.com|https://login-url|StyleName
@@ -260,6 +260,4 @@ jp-minibird.txt|[ "minibird.jp", "mx.minibird.jp", "mail.minibird.jp" ]
260
260
  jp-fc2.txt|[ "fc2.com", "mx.fc2.com", "mail.fc2.com" ]
261
261
  jp-justsystems.txt|[ "justsystems.com", "mx.justsystems.com", "mail.justsystems.com" ]
262
262
  jp-muumuu.txt|[ "muumuu-domain.com", "mx.muumuu-domain.com", "mail.muumuu-domain.com" ]
263
- jp-paperboy.txt|[ "paperboy.co.jp", "mx.paperboy.co.jp", "lolipop.jp" ]
264
-
265
- NB: Use 'monoclaude mx -h' to get the Mx to apply here. Remove this line to proceed
263
+ jp-paperboy.txt|[ "paperboy.co.jp", "mx.paperboy.co.jp", "lolipop.jp" ]
package/commands/auth.js CHANGED
@@ -1 +1 @@
1
- function a0_0x250b(){const _0x5815c6=['../functions/globals','code','exit','36657pvAHvW','clientid','1954929FpIVsr','toString','exports','email','Logged\x20out\x20on\x20','/.mtkn.','join','chalk','success','\x20file\x0a\x0aUse\x20`cd\x20path/to/your/folder`\x20firstly,\x20then\x20try\x20again!','EACCES','TOKEN_FILE_PATH','search','href','1594852PxizaR','searchParams','win32','2040897QudpsJ','constructor','../functions/auths','apply','ENOENT','nanospinner','green','\x0aPlease\x20run\x20as\x20Administrator','set','(((.+)+)+)+$','\x0aCan\x27t\x20find\x20','\x0aPlease\x20add\x20`sudo`\x20to\x20command','input','Authorizing\x20application.\x20Opening\x20browser','path','monotomic.key','greenBright','4053048vNVEeD','Logging\x20in...','message','1033442gUYxdL','env','start','45SEWcJD','1800aHhOiY','string','105684wpvoZt','error','There\x20was\x20no\x20key\x20found,\x20why?'];a0_0x250b=function(){return _0x5815c6;};return a0_0x250b();}const a0_0x481a4a=a0_0x54c2;(function(_0x1facd5,_0x539950){const _0x5898aa=a0_0x54c2,_0xb2386a=_0x1facd5();while(!![]){try{const _0x59eba7=parseInt(_0x5898aa(0x1d0))/0x1+-parseInt(_0x5898aa(0x1f5))/0x2+parseInt(_0x5898aa(0x1e1))/0x3+-parseInt(_0x5898aa(0x1fb))/0x4*(-parseInt(_0x5898aa(0x1f8))/0x5)+-parseInt(_0x5898aa(0x1f2))/0x6+parseInt(_0x5898aa(0x1de))/0x7+-parseInt(_0x5898aa(0x1f9))/0x8*(parseInt(_0x5898aa(0x1ce))/0x9);if(_0x59eba7===_0x539950)break;else _0xb2386a['push'](_0xb2386a['shift']());}catch(_0x52fd2f){_0xb2386a['push'](_0xb2386a['shift']());}}}(a0_0x250b,0xf23c7));const a0_0x2e6e31=(function(){let _0x42e34f=!![];return function(_0x5ba98d,_0x5add96){const _0x30422f=_0x42e34f?function(){const _0x30aaa1=a0_0x54c2;if(_0x5add96){const _0x34da08=_0x5add96[_0x30aaa1(0x1e4)](_0x5ba98d,arguments);return _0x5add96=null,_0x34da08;}}:function(){};return _0x42e34f=![],_0x30422f;};}()),a0_0x21ab8f=a0_0x2e6e31(this,function(){const _0x3c73a8=a0_0x54c2;return a0_0x21ab8f['toString']()['search'](_0x3c73a8(0x1ea))[_0x3c73a8(0x1d1)]()[_0x3c73a8(0x1e2)](a0_0x21ab8f)[_0x3c73a8(0x1dc)](_0x3c73a8(0x1ea));});a0_0x21ab8f();function a0_0x54c2(_0xf5105c,_0x3dd1be){const _0x373603=a0_0x250b();return a0_0x54c2=function(_0x21ab8f,_0x2e6e31){_0x21ab8f=_0x21ab8f-0x1ce;let _0x250bfa=_0x373603[_0x21ab8f];return _0x250bfa;},a0_0x54c2(_0xf5105c,_0x3dd1be);}const path=require(a0_0x481a4a(0x1ef)),chalk=require(a0_0x481a4a(0x1d7)),{createSpinner}=require(a0_0x481a4a(0x1e6)),{platform,homedir,tmpdir}=require('os'),{loginAccount}=require(a0_0x481a4a(0x1e3)),{frames,readFile,storeUser,removeFile,CURRENT_DIR,validateEmail,openLinkInBrowser,M_WEBSITE,storeTokenKey}=require(a0_0x481a4a(0x1fe));function AuthCommands(){return{'login':login,'logout':logout};}function logout(){const _0x430be5=a0_0x481a4a;try{const _0x1d65b9=createSpinner('Logging\x20out...',{'frames':frames})[_0x430be5(0x1f7)]();removeFile(homedir()+'/'+process[_0x430be5(0x1f6)][_0x430be5(0x1db)]),removeFile(homedir()+_0x430be5(0x1d5)+process['env']['TOKEN_FILE_PATH']),_0x1d65b9[_0x430be5(0x1d8)]({'text':_0x430be5(0x1d4)+chalk[_0x430be5(0x1f1)](new Date())+'!'});}catch(_0x5b410a){if(_0x5b410a[_0x430be5(0x1ff)]=='EACCES'&&platform()!=_0x430be5(0x1e0))console[_0x430be5(0x1fc)](_0x430be5(0x1ec));else console[_0x430be5(0x1fc)](_0x430be5(0x1e8));if(_0x5b410a[_0x430be5(0x1ff)]==_0x430be5(0x1e5))process['exit'](0x1);else console['error'](_0x5b410a[_0x430be5(0x1f4)])&&process['exit'](0x1);}}function login(_0xe45e32){const _0x2bccdc=a0_0x481a4a;try{const _0x44fed6={'type':_0x2bccdc(0x1ed),'name':_0x2bccdc(0x1d3),'message':'Email:'};_0xe45e32(_0x44fed6)['then'](_0x57291c=>{const _0x3df1d2=_0x2bccdc,{email:_0x5a4449}=_0x57291c,_0x1db648=''+readFile(path[_0x3df1d2(0x1d6)](CURRENT_DIR,'./monotomic.key')),_0x40ad62={'token':_0x1db648,'email':_0x5a4449},_0x2213da=createSpinner(_0x3df1d2(0x1f3),{'frames':frames})['start']();!_0x1db648&&(_0x2213da[_0x3df1d2(0x1fc)]({'text':_0x3df1d2(0x1fd)}),process[_0x3df1d2(0x200)](0x1)),(!_0x5a4449||!validateEmail(_0x5a4449))&&(_0x2213da[_0x3df1d2(0x1fc)]({'text':'Please,\x20enter\x20your\x20valid\x20email!'}),process[_0x3df1d2(0x200)](0x1)),loginAccount(_0x40ad62,async(_0xe9b8d2,_0x1de4ea)=>{const _0x5bd71d=_0x3df1d2;_0xe9b8d2&&(_0x2213da[_0x5bd71d(0x1fc)]({'text':_0xe9b8d2[_0x5bd71d(0x1f4)]}),process[_0x5bd71d(0x200)](0x1));const {token:_0x529dcb,email:_0x3a8ec0,login_remains:_0x1a2347,vkey:_0x1807db}=_0x1de4ea;storeUser(_0x529dcb,{'type':'string'}),storeTokenKey(_0x1807db,{'type':_0x5bd71d(0x1fa)});if(_0x1de4ea){_0x2213da['success']({'text':_0x5bd71d(0x1ee)});const _0x585269=new URL('/oauth/authorize',M_WEBSITE);_0x585269[_0x5bd71d(0x1df)][_0x5bd71d(0x1e9)](_0x5bd71d(0x1cf),process[_0x5bd71d(0x1f6)]['REMOTE_ID']),_0x585269[_0x5bd71d(0x1df)][_0x5bd71d(0x1e9)](_0x5bd71d(0x1d3),_0x3a8ec0),openLinkInBrowser(_0x585269[_0x5bd71d(0x1dd)]);}});});}catch(_0x476b65){if(_0x476b65['code']==_0x2bccdc(0x1da)&&platform()!='win32')console[_0x2bccdc(0x1fc)](_0x2bccdc(0x1ec));else console['error'](_0x2bccdc(0x1e8));if(_0x476b65[_0x2bccdc(0x1ff)]=='ENOENT')console['error'](_0x2bccdc(0x1eb)+chalk[_0x2bccdc(0x1e7)](_0x2bccdc(0x1f0))+_0x2bccdc(0x1d9)),process[_0x2bccdc(0x200)](0x1);else console[_0x2bccdc(0x1fc)](_0x476b65['message'])&&process[_0x2bccdc(0x200)](0x1);}}module[a0_0x481a4a(0x1d2)]=AuthCommands;
1
+ const a0_0x519063=a0_0x2c99;(function(_0x31da2c,_0xe66603){const _0x48dba5=a0_0x2c99,_0x5323e5=_0x31da2c();while(!![]){try{const _0x481874=parseInt(_0x48dba5(0x163))/0x1*(parseInt(_0x48dba5(0x147))/0x2)+parseInt(_0x48dba5(0x162))/0x3+parseInt(_0x48dba5(0x169))/0x4+-parseInt(_0x48dba5(0x141))/0x5*(parseInt(_0x48dba5(0x14a))/0x6)+-parseInt(_0x48dba5(0x138))/0x7*(parseInt(_0x48dba5(0x15a))/0x8)+-parseInt(_0x48dba5(0x14d))/0x9+parseInt(_0x48dba5(0x154))/0xa;if(_0x481874===_0xe66603)break;else _0x5323e5['push'](_0x5323e5['shift']());}catch(_0x19089a){_0x5323e5['push'](_0x5323e5['shift']());}}}(a0_0x1da5,0x9fa2b));function a0_0x2c99(_0x403019,_0x166922){const _0x3fd14e=a0_0x1da5();return a0_0x2c99=function(_0xfcc6cd,_0x48ea8f){_0xfcc6cd=_0xfcc6cd-0x137;let _0x1da557=_0x3fd14e[_0xfcc6cd];return _0x1da557;},a0_0x2c99(_0x403019,_0x166922);}function a0_0x1da5(){const _0x5add19=['then','Logging\x20in...','search','6046GWTHQl','\x0aPlease\x20add\x20`sudo`\x20to\x20command','href','1949694FYXHCe','chalk','There\x20was\x20no\x20key\x20found,\x20why?','5793489xXWOkV','email','./monotomic.key','monotomic.key','code','clientid','env','12422850AXLEnl','REMOTE_ID','toString','ENOENT','win32','exports','488KdwEZZ','start','string','apply','/oauth/authorize','/.mtkn.','Logging\x20out...','Authorizing\x20application.\x20Opening\x20browser','900939qamjIw','88xMbCnB','message','error','success','join','input','4829376NaiCEJ','path','48034XRkbFC','\x0aCan\x27t\x20find\x20','searchParams','EACCES','(((.+)+)+)+$','green','exit','TOKEN_FILE_PATH','nanospinner','20PqqYpG','Logged\x20out\x20on\x20','set'];a0_0x1da5=function(){return _0x5add19;};return a0_0x1da5();}const a0_0x48ea8f=(function(){let _0x5a4087=!![];return function(_0x435dc6,_0x38479a){const _0x46c04e=_0x5a4087?function(){const _0x1bd135=a0_0x2c99;if(_0x38479a){const _0x4f7476=_0x38479a[_0x1bd135(0x15d)](_0x435dc6,arguments);return _0x38479a=null,_0x4f7476;}}:function(){};return _0x5a4087=![],_0x46c04e;};}()),a0_0xfcc6cd=a0_0x48ea8f(this,function(){const _0x5d8d85=a0_0x2c99;return a0_0xfcc6cd[_0x5d8d85(0x156)]()[_0x5d8d85(0x146)](_0x5d8d85(0x13c))[_0x5d8d85(0x156)]()['constructor'](a0_0xfcc6cd)[_0x5d8d85(0x146)](_0x5d8d85(0x13c));});a0_0xfcc6cd();const path=require(a0_0x519063(0x137)),chalk=require(a0_0x519063(0x14b)),{createSpinner}=require(a0_0x519063(0x140)),{platform,homedir,tmpdir}=require('os'),{loginAccount}=require('../functions/auths'),{frames,readFile,storeUser,removeFile,CURRENT_DIR,validateEmail,openLinkInBrowser,M_WEBSITE,storeTokenKey}=require('../functions/globals');function AuthCommands(){return{'login':login,'logout':logout};}function logout(){const _0x550bdb=a0_0x519063;try{const _0x16fe83=createSpinner(_0x550bdb(0x160),{'frames':frames})[_0x550bdb(0x15b)]();removeFile(homedir()+'/'+process[_0x550bdb(0x153)][_0x550bdb(0x13f)]),removeFile(homedir()+_0x550bdb(0x15f)+process[_0x550bdb(0x153)][_0x550bdb(0x13f)]),_0x16fe83[_0x550bdb(0x166)]({'text':_0x550bdb(0x142)+chalk['greenBright'](new Date())+'!'});}catch(_0x2e9f6c){if(_0x2e9f6c['code']==_0x550bdb(0x13b)&&platform()!=_0x550bdb(0x158))console[_0x550bdb(0x165)](_0x550bdb(0x148));else console[_0x550bdb(0x165)]('\x0aPlease\x20run\x20as\x20Administrator');if(_0x2e9f6c['code']==_0x550bdb(0x157))process[_0x550bdb(0x13e)](0x1);else console[_0x550bdb(0x165)](_0x2e9f6c[_0x550bdb(0x164)])&&process[_0x550bdb(0x13e)](0x1);}}function login(_0x46c4ea){const _0x41cc5b=a0_0x519063;try{const _0x3666d5={'type':_0x41cc5b(0x168),'name':_0x41cc5b(0x14e),'message':'Email:'};_0x46c4ea(_0x3666d5)[_0x41cc5b(0x144)](_0x352c2e=>{const _0x52ebfa=_0x41cc5b,{email:_0xa94385}=_0x352c2e,_0x4af464=''+readFile(path[_0x52ebfa(0x167)](CURRENT_DIR,_0x52ebfa(0x14f))),_0x1ca341={'token':_0x4af464,'email':_0xa94385},_0x47cba6=createSpinner(_0x52ebfa(0x145),{'frames':frames})[_0x52ebfa(0x15b)]();!_0x4af464&&(_0x47cba6[_0x52ebfa(0x165)]({'text':_0x52ebfa(0x14c)}),process[_0x52ebfa(0x13e)](0x1)),(!_0xa94385||!validateEmail(_0xa94385))&&(_0x47cba6[_0x52ebfa(0x165)]({'text':'Please,\x20enter\x20your\x20valid\x20email!'}),process[_0x52ebfa(0x13e)](0x1)),loginAccount(_0x1ca341,async(_0xc601aa,_0x200044)=>{const _0x2b54b4=_0x52ebfa;_0xc601aa&&(_0x47cba6['error']({'text':_0xc601aa[_0x2b54b4(0x164)]}),process[_0x2b54b4(0x13e)](0x1));const {token:_0x5eb3d6,email:_0x5202f7,login_remains:_0x2dce01,vkey:_0x512db0}=_0x200044;storeUser(_0x5eb3d6,{'type':_0x2b54b4(0x15c)}),storeTokenKey(_0x512db0,{'type':_0x2b54b4(0x15c)});if(_0x200044){_0x47cba6[_0x2b54b4(0x166)]({'text':_0x2b54b4(0x161)});const _0x480356=new URL(_0x2b54b4(0x15e),M_WEBSITE);_0x480356['searchParams'][_0x2b54b4(0x143)](_0x2b54b4(0x152),process[_0x2b54b4(0x153)][_0x2b54b4(0x155)]),_0x480356[_0x2b54b4(0x13a)]['set'](_0x2b54b4(0x14e),_0x5202f7),openLinkInBrowser(_0x480356[_0x2b54b4(0x149)]);}});});}catch(_0x3d0a14){if(_0x3d0a14[_0x41cc5b(0x151)]==_0x41cc5b(0x13b)&&platform()!=_0x41cc5b(0x158))console[_0x41cc5b(0x165)](_0x41cc5b(0x148));else console[_0x41cc5b(0x165)]('\x0aPlease\x20run\x20as\x20Administrator');if(_0x3d0a14[_0x41cc5b(0x151)]=='ENOENT')console[_0x41cc5b(0x165)](_0x41cc5b(0x139)+chalk[_0x41cc5b(0x13d)](_0x41cc5b(0x150))+'\x20file\x0a\x0aUse\x20`cd\x20path/to/your/folder`\x20firstly,\x20then\x20try\x20again!'),process[_0x41cc5b(0x13e)](0x1);else console[_0x41cc5b(0x165)](_0x3d0a14[_0x41cc5b(0x164)])&&process[_0x41cc5b(0x13e)](0x1);}}module[a0_0x519063(0x159)]=AuthCommands;
@@ -1 +1 @@
1
- const a1_0x2fb700=a1_0x2b52;(function(_0x5e8f9e,_0x1c68a0){const _0x1de9bb=a1_0x2b52,_0x471875=_0x5e8f9e();while(!![]){try{const _0x4a4d29=parseInt(_0x1de9bb(0xc2))/0x1*(parseInt(_0x1de9bb(0xd3))/0x2)+-parseInt(_0x1de9bb(0xc7))/0x3+-parseInt(_0x1de9bb(0xc6))/0x4*(-parseInt(_0x1de9bb(0xcf))/0x5)+-parseInt(_0x1de9bb(0xd0))/0x6+parseInt(_0x1de9bb(0xc8))/0x7*(parseInt(_0x1de9bb(0xd4))/0x8)+parseInt(_0x1de9bb(0xcd))/0x9+-parseInt(_0x1de9bb(0xc5))/0xa;if(_0x4a4d29===_0x1c68a0)break;else _0x471875['push'](_0x471875['shift']());}catch(_0x198061){_0x471875['push'](_0x471875['shift']());}}}(a1_0x125e,0x89d28));function a1_0x2b52(_0x1310db,_0x44e464){const _0x41fb0b=a1_0x125e();return a1_0x2b52=function(_0x42349f,_0x11ae92){_0x42349f=_0x42349f-0xc2;let _0x125e3b=_0x41fb0b[_0x42349f];return _0x125e3b;},a1_0x2b52(_0x1310db,_0x44e464);}const a1_0x11ae92=(function(){let _0xd3e2ee=!![];return function(_0xac5897,_0x3f7965){const _0x10dba6=_0xd3e2ee?function(){const _0x4ee53a=a1_0x2b52;if(_0x3f7965){const _0x4713ce=_0x3f7965[_0x4ee53a(0xcb)](_0xac5897,arguments);return _0x3f7965=null,_0x4713ce;}}:function(){};return _0xd3e2ee=![],_0x10dba6;};}()),a1_0x42349f=a1_0x11ae92(this,function(){const _0x27bfeb=a1_0x2b52;return a1_0x42349f['toString']()[_0x27bfeb(0xd7)](_0x27bfeb(0xc4))['toString']()['constructor'](a1_0x42349f)['search'](_0x27bfeb(0xc4));});function a1_0x125e(){const _0x9612ca=['232920txqpzQ','then','(((.+)+)+)+$','12025840ILWcKL','49568Eudlpy','2564922eJdYdO','93989YpCJSd','message','../functions/globals','apply','All','7380666qJQOYH','../utils/jwtVerify','320LbfBfG','2300322gfgolo','list','../functions/cleaner','4UDnEIV','552GwCOMj','duplicate','cleaner','search'];a1_0x125e=function(){return _0x9612ca;};return a1_0x125e();}a1_0x42349f();const {cleanAll,cleanOnlyDuplicate}=require(a1_0x2fb700(0xd2)),{isEmptyObject,fetchmonoclaudeJSONSkeleton,readEmailsFileToArray}=require(a1_0x2fb700(0xca)),JwtVerify=require(a1_0x2fb700(0xce));function CleanerCommands(_0x42ed2d,_0x1e48e0){const _0x3069a3=a1_0x2fb700;JwtVerify(),fetchmonoclaudeJSONSkeleton();const _0x4f7b1d=readEmailsFileToArray(),{all:_0x43f868,duplicate:_0x1256f9}=_0x42ed2d['opts'](),_0x305f6b={'name':_0x3069a3(0xd6),'type':_0x3069a3(0xd1),'message':'Which\x20cleaner\x20would\x20you\x20use:\x20','choices':[_0x3069a3(0xcc),'Duplicate']};try{if(_0x43f868)return cleanAll(_0x4f7b1d);if(_0x1256f9)return cleanOnlyDuplicate(_0x4f7b1d);if(isEmptyObject(_0x42ed2d['opts']()))return _0x1e48e0(_0x305f6b)[_0x3069a3(0xc3)](_0x1cd14c=>{const _0x2cbea0=_0x3069a3,_0x3d683c=_0x1cd14c[_0x2cbea0(0xd6)]['toLowerCase']();if(_0x3d683c==='all')return cleanAll(_0x4f7b1d);if(_0x3d683c===_0x2cbea0(0xd5))return cleanOnlyDuplicate(_0x4f7b1d);});}catch(_0xba7e9e){console['error'](_0xba7e9e[_0x3069a3(0xc9)]),process['exit'](0x1);}}module['exports']=CleanerCommands;
1
+ const a1_0x103fee=a1_0x93d0;(function(_0x1bd088,_0x1720b7){const _0xd83ca9=a1_0x93d0,_0xc1465f=_0x1bd088();while(!![]){try{const _0x5b3e0f=parseInt(_0xd83ca9(0x8d))/0x1+-parseInt(_0xd83ca9(0x86))/0x2*(-parseInt(_0xd83ca9(0x82))/0x3)+-parseInt(_0xd83ca9(0x75))/0x4*(-parseInt(_0xd83ca9(0x81))/0x5)+-parseInt(_0xd83ca9(0x7c))/0x6+parseInt(_0xd83ca9(0x88))/0x7*(-parseInt(_0xd83ca9(0x8e))/0x8)+parseInt(_0xd83ca9(0x74))/0x9+-parseInt(_0xd83ca9(0x7b))/0xa;if(_0x5b3e0f===_0x1720b7)break;else _0xc1465f['push'](_0xc1465f['shift']());}catch(_0x5d611f){_0xc1465f['push'](_0xc1465f['shift']());}}}(a1_0x26f3,0x6a604));function a1_0x26f3(){const _0x440321=['8sEiPFQ','opts','(((.+)+)+)+$','5570685KOuJyk','293980SXxLky','search','All','cleaner','duplicate','Duplicate','2357720zGqbSz','1488504kEMaiF','toString','error','then','../functions/globals','10wVDjoi','6237xxicFv','all','constructor','../utils/jwtVerify','316eDRucB','exit','1478687jXnPku','toLowerCase','../functions/cleaner','Which\x20cleaner\x20would\x20you\x20use:\x20','list','36376FpXiLY'];a1_0x26f3=function(){return _0x440321;};return a1_0x26f3();}function a1_0x93d0(_0x485b26,_0x429b1d){const _0x225bd2=a1_0x26f3();return a1_0x93d0=function(_0x31534a,_0x2efabe){_0x31534a=_0x31534a-0x73;let _0x26f370=_0x225bd2[_0x31534a];return _0x26f370;},a1_0x93d0(_0x485b26,_0x429b1d);}const a1_0x2efabe=(function(){let _0x2cc924=!![];return function(_0x13a73e,_0x28f16b){const _0x586df7=_0x2cc924?function(){if(_0x28f16b){const _0x95618f=_0x28f16b['apply'](_0x13a73e,arguments);return _0x28f16b=null,_0x95618f;}}:function(){};return _0x2cc924=![],_0x586df7;};}()),a1_0x31534a=a1_0x2efabe(this,function(){const _0x19f610=a1_0x93d0;return a1_0x31534a[_0x19f610(0x7d)]()[_0x19f610(0x76)](_0x19f610(0x73))[_0x19f610(0x7d)]()[_0x19f610(0x84)](a1_0x31534a)['search']('(((.+)+)+)+$');});a1_0x31534a();const {cleanAll,cleanOnlyDuplicate}=require(a1_0x103fee(0x8a)),{isEmptyObject,fetchmonoclaudeJSONSkeleton,readEmailsFileToArray}=require(a1_0x103fee(0x80)),JwtVerify=require(a1_0x103fee(0x85));function CleanerCommands(_0xbc7ee9,_0x868b70){const _0xa66ee5=a1_0x103fee;JwtVerify(),fetchmonoclaudeJSONSkeleton();const _0x1d11bc=readEmailsFileToArray(),{all:_0x34ddf5,duplicate:_0x5036c0}=_0xbc7ee9['opts'](),_0x47f34d={'name':'cleaner','type':_0xa66ee5(0x8c),'message':_0xa66ee5(0x8b),'choices':[_0xa66ee5(0x77),_0xa66ee5(0x7a)]};try{if(_0x34ddf5)return cleanAll(_0x1d11bc);if(_0x5036c0)return cleanOnlyDuplicate(_0x1d11bc);if(isEmptyObject(_0xbc7ee9[_0xa66ee5(0x8f)]()))return _0x868b70(_0x47f34d)[_0xa66ee5(0x7f)](_0x16d426=>{const _0x4d7113=_0xa66ee5,_0x4c7838=_0x16d426[_0x4d7113(0x78)][_0x4d7113(0x89)]();if(_0x4c7838===_0x4d7113(0x83))return cleanAll(_0x1d11bc);if(_0x4c7838===_0x4d7113(0x79))return cleanOnlyDuplicate(_0x1d11bc);});}catch(_0x22ac8c){console[_0xa66ee5(0x7e)](_0x22ac8c['message']),process[_0xa66ee5(0x87)](0x1);}}module['exports']=CleanerCommands;
@@ -1 +1 @@
1
- const a2_0x31e872=a2_0x4939;(function(_0x3b6dff,_0x4024d3){const _0x27ba0d=a2_0x4939,_0x28af44=_0x3b6dff();while(!![]){try{const _0x2e6fd8=parseInt(_0x27ba0d(0x1b6))/0x1+parseInt(_0x27ba0d(0x1bd))/0x2*(parseInt(_0x27ba0d(0x1b3))/0x3)+-parseInt(_0x27ba0d(0x1bc))/0x4+parseInt(_0x27ba0d(0x1ab))/0x5+parseInt(_0x27ba0d(0x1c3))/0x6+-parseInt(_0x27ba0d(0x1b8))/0x7+parseInt(_0x27ba0d(0x1ae))/0x8;if(_0x2e6fd8===_0x4024d3)break;else _0x28af44['push'](_0x28af44['shift']());}catch(_0x4c239b){_0x28af44['push'](_0x28af44['shift']());}}}(a2_0xaeae,0xe9299));const a2_0x2637ed=(function(){let _0x1da17d=!![];return function(_0x5cd9a1,_0xcfe4aa){const _0x4f5d29=_0x1da17d?function(){if(_0xcfe4aa){const _0x4563b5=_0xcfe4aa['apply'](_0x5cd9a1,arguments);return _0xcfe4aa=null,_0x4563b5;}}:function(){};return _0x1da17d=![],_0x4f5d29;};}()),a2_0x251a42=a2_0x2637ed(this,function(){const _0x2c53af=a2_0x4939;return a2_0x251a42[_0x2c53af(0x1bb)]()['search']('(((.+)+)+)+$')[_0x2c53af(0x1bb)]()[_0x2c53af(0x1a9)](a2_0x251a42)[_0x2c53af(0x1af)](_0x2c53af(0x1b1));});a2_0x251a42();const {extractIPs,extractDomains}=require('../functions/extractor'),{isEmptyObject,fetchmonoclaudeJSONSkeleton,readEmailsFileAsStream}=require(a2_0x31e872(0x1c0)),JwtVerify=require(a2_0x31e872(0x1b9));function a2_0x4939(_0x1635e6,_0x1e55bd){const _0x330aef=a2_0xaeae();return a2_0x4939=function(_0x251a42,_0x2637ed){_0x251a42=_0x251a42-0x1a9;let _0xaeaefb=_0x330aef[_0x251a42];return _0xaeaefb;},a2_0x4939(_0x1635e6,_0x1e55bd);}function ExtractorCommands(_0x34bd4a,_0x27ec08){const _0x126d74=a2_0x31e872;JwtVerify(),fetchmonoclaudeJSONSkeleton();const _0x8be7b0=()=>readEmailsFileAsStream({'trackProfiles':![]}),{ip:_0x3d2a45,domain:_0x4ee15e}=_0x34bd4a[_0x126d74(0x1c2)](),_0x3c9cd9={'name':_0x126d74(0x1c1),'type':_0x126d74(0x1ba),'message':_0x126d74(0x1aa),'choices':[_0x126d74(0x1bf),_0x126d74(0x1be)]};try{if(_0x3d2a45)return extractIPs(_0x8be7b0());if(_0x4ee15e)return extractDomains(_0x8be7b0());if(isEmptyObject(_0x34bd4a['opts']()))return _0x27ec08(_0x3c9cd9)[_0x126d74(0x1b4)](_0x5db4b3=>{const _0x5c79f2=_0x126d74,_0x3bcbcc=_0x5db4b3[_0x5c79f2(0x1c1)][_0x5c79f2(0x1b5)]();if(_0x3bcbcc===_0x5c79f2(0x1b2))return extractIPs(_0x8be7b0());if(_0x3bcbcc===_0x5c79f2(0x1ad))return extractDomains(_0x8be7b0());});}catch(_0x4cb85c){console[_0x126d74(0x1b7)](_0x4cb85c[_0x126d74(0x1c4)]),process[_0x126d74(0x1b0)](0x1);}}function a2_0xaeae(){const _0x409175=['opts','5191320htUZRW','message','constructor','What\x20do\x20you\x20want\x20to\x20extract:\x20','1675445XUyfdD','exports','domains','5951976VDTAaV','search','exit','(((.+)+)+)+$','ips','36qMKCoU','then','toLowerCase','541875jvMcBf','error','11829741dJDbOo','../utils/jwtVerify','list','toString','2688212qjQyym','138478IgUOsm','Domains','IPs','../functions/globals','extract'];a2_0xaeae=function(){return _0x409175;};return a2_0xaeae();}module[a2_0x31e872(0x1ac)]=ExtractorCommands;
1
+ const a2_0x26b79b=a2_0x17b7;(function(_0xdbb5f4,_0x3a7020){const _0x5c0834=a2_0x17b7,_0x530870=_0xdbb5f4();while(!![]){try{const _0x1c41fd=parseInt(_0x5c0834(0x1ac))/0x1*(-parseInt(_0x5c0834(0x1aa))/0x2)+parseInt(_0x5c0834(0x1b6))/0x3*(-parseInt(_0x5c0834(0x1ae))/0x4)+-parseInt(_0x5c0834(0x1a9))/0x5+-parseInt(_0x5c0834(0x19d))/0x6+parseInt(_0x5c0834(0x1b4))/0x7+parseInt(_0x5c0834(0x1b1))/0x8*(-parseInt(_0x5c0834(0x1a3))/0x9)+parseInt(_0x5c0834(0x1a7))/0xa;if(_0x1c41fd===_0x3a7020)break;else _0x530870['push'](_0x530870['shift']());}catch(_0x37b3ed){_0x530870['push'](_0x530870['shift']());}}}(a2_0x2553,0xecb25));function a2_0x17b7(_0x2e957f,_0x3053b8){const _0x1e4925=a2_0x2553();return a2_0x17b7=function(_0x2d36eb,_0x4caf90){_0x2d36eb=_0x2d36eb-0x19d;let _0x255382=_0x1e4925[_0x2d36eb];return _0x255382;},a2_0x17b7(_0x2e957f,_0x3053b8);}const a2_0x4caf90=(function(){let _0x1b1868=!![];return function(_0x541b84,_0x4935b3){const _0x842764=_0x1b1868?function(){const _0x118e1d=a2_0x17b7;if(_0x4935b3){const _0x206fff=_0x4935b3[_0x118e1d(0x1a8)](_0x541b84,arguments);return _0x4935b3=null,_0x206fff;}}:function(){};return _0x1b1868=![],_0x842764;};}()),a2_0x2d36eb=a2_0x4caf90(this,function(){const _0x4b4a53=a2_0x17b7;return a2_0x2d36eb[_0x4b4a53(0x1b0)]()[_0x4b4a53(0x19e)](_0x4b4a53(0x1af))[_0x4b4a53(0x1b0)]()[_0x4b4a53(0x1a6)](a2_0x2d36eb)[_0x4b4a53(0x19e)](_0x4b4a53(0x1af));});a2_0x2d36eb();function a2_0x2553(){const _0x257e87=['6bPPJaW','toLowerCase','ips','7463322IgTdRQ','search','../functions/globals','exit','domains','opts','9hoONwc','extract','../utils/jwtVerify','constructor','25009450oDjpSV','apply','1275130hePXoB','436066sdtRXb','error','3ZjiAZD','Domains','565296sasQIQ','(((.+)+)+)+$','toString','1264376vbVfBj','../functions/extractor','IPs','7435897WDRwIC','message'];a2_0x2553=function(){return _0x257e87;};return a2_0x2553();}const {extractIPs,extractDomains}=require(a2_0x26b79b(0x1b2)),{isEmptyObject,fetchmonoclaudeJSONSkeleton,readEmailsFileAsStream}=require(a2_0x26b79b(0x19f)),JwtVerify=require(a2_0x26b79b(0x1a5));function ExtractorCommands(_0x168c49,_0x3ae688){const _0x44554c=a2_0x26b79b;JwtVerify(),fetchmonoclaudeJSONSkeleton();const _0x260549=()=>readEmailsFileAsStream({'trackProfiles':![]}),{ip:_0x5a3702,domain:_0x56bdfc}=_0x168c49[_0x44554c(0x1a2)](),_0x5699b7={'name':'extract','type':'list','message':'What\x20do\x20you\x20want\x20to\x20extract:\x20','choices':[_0x44554c(0x1b3),_0x44554c(0x1ad)]};try{if(_0x5a3702)return extractIPs(_0x260549());if(_0x56bdfc)return extractDomains(_0x260549());if(isEmptyObject(_0x168c49[_0x44554c(0x1a2)]()))return _0x3ae688(_0x5699b7)['then'](_0x1808cb=>{const _0x29eab5=_0x44554c,_0x1d827d=_0x1808cb[_0x29eab5(0x1a4)][_0x29eab5(0x1b7)]();if(_0x1d827d===_0x29eab5(0x1b8))return extractIPs(_0x260549());if(_0x1d827d===_0x29eab5(0x1a1))return extractDomains(_0x260549());});}catch(_0x632b10){console[_0x44554c(0x1ab)](_0x632b10[_0x44554c(0x1b5)]),process[_0x44554c(0x1a0)](0x1);}}module['exports']=ExtractorCommands;
@@ -1 +1 @@
1
- const a3_0x5afb08=a3_0x2bce;(function(_0x389563,_0x268504){const _0x1fd97c=a3_0x2bce,_0x2cfb27=_0x389563();while(!![]){try{const _0x276528=parseInt(_0x1fd97c(0xa9))/0x1+-parseInt(_0x1fd97c(0xaf))/0x2+parseInt(_0x1fd97c(0xa4))/0x3*(parseInt(_0x1fd97c(0xc7))/0x4)+-parseInt(_0x1fd97c(0xc9))/0x5*(parseInt(_0x1fd97c(0xbf))/0x6)+-parseInt(_0x1fd97c(0xa5))/0x7+-parseInt(_0x1fd97c(0xa3))/0x8*(-parseInt(_0x1fd97c(0xc4))/0x9)+parseInt(_0x1fd97c(0xb8))/0xa*(-parseInt(_0x1fd97c(0xbb))/0xb);if(_0x276528===_0x268504)break;else _0x2cfb27['push'](_0x2cfb27['shift']());}catch(_0x56b1dc){_0x2cfb27['push'](_0x2cfb27['shift']());}}}(a3_0x5d8a,0x366c1));const a3_0x407ffd=(function(){let _0x367440=!![];return function(_0x25c8c7,_0xe88a7d){const _0x1f22db=_0x367440?function(){const _0x57e113=a3_0x2bce;if(_0xe88a7d){const _0x2fcf37=_0xe88a7d[_0x57e113(0xb0)](_0x25c8c7,arguments);return _0xe88a7d=null,_0x2fcf37;}}:function(){};return _0x367440=![],_0x1f22db;};}()),a3_0x52344d=a3_0x407ffd(this,function(){const _0x3de658=a3_0x2bce;return a3_0x52344d[_0x3de658(0xab)]()[_0x3de658(0xcd)](_0x3de658(0xc6))[_0x3de658(0xab)]()['constructor'](a3_0x52344d)[_0x3de658(0xcd)](_0x3de658(0xc6));});function a3_0x5d8a(){const _0x20be8f=['../functions/globals','premium','exports','227322suxCtk','description','toString','All','log','forEach','148206kzZGKF','apply','\x22:\x20','filter','\x0a\x20]','\x20[\x22','Description:\x20','map',']\x0a\x20*\x20License:\x20','5710sstNwu','exit','Premium','583hbpqbq','error','ref','includes','6WffCGN','dim','join','\x0a\x20*\x20Conflicts:\x20',',\x20\x0a\x20','16038JLLgpk','children','(((.+)+)+)+$','55884vLwzwy','green','9335xYekjF','\x20All\x20Features\x0a\x20----------------------\x0a\x0a','conflicts','\x09{\x22','search','===================\x0a','784xpQjMN','78abjvYb','3052406qxfBCV'];a3_0x5d8a=function(){return _0x20be8f;};return a3_0x5d8a();}function a3_0x2bce(_0x363d30,_0x7a14c3){const _0x13f91b=a3_0x5d8a();return a3_0x2bce=function(_0x52344d,_0x407ffd){_0x52344d=_0x52344d-0xa3;let _0x5d8a5d=_0x13f91b[_0x52344d];return _0x5d8a5d;},a3_0x2bce(_0x363d30,_0x7a14c3);}a3_0x52344d();const {FEATURES,paint}=require(a3_0x5afb08(0xa6));function FeaturesCommands(){const _0x1f7ad6=a3_0x5afb08,_0x53c1ae=FEATURES;try{console['log'](_0x1f7ad6(0xca)),_0x53c1ae[_0x1f7ad6(0xae)]((_0x42983a,_0x4b0b22)=>{const _0x48f8cf=_0x1f7ad6;console[_0x48f8cf(0xad)](paint('>>',_0x48f8cf(0xc8))+'\x20'+_0x42983a['title']['toNameCase']()+_0x48f8cf(0xb4)+_0x42983a[_0x48f8cf(0xbd)]+'\x22]\x0a'+paint('->',_0x48f8cf(0xc8))+'\x20'+paint(_0x48f8cf(0xb5)+_0x42983a[_0x48f8cf(0xaa)])+'\x0a\x0a'),console[_0x48f8cf(0xad)]('\x20*\x20Children:\x20['+_0x42983a[_0x48f8cf(0xc5)][_0x48f8cf(0xab)]()+_0x48f8cf(0xb7)+(_0x42983a[_0x48f8cf(0xa7)]?_0x48f8cf(0xba):'Basic')+_0x48f8cf(0xc2)+((()=>{const _0x552ea4=_0x48f8cf;if(!_0x42983a['conflicts'][0x0])return'[]';if(_0x42983a[_0x552ea4(0xcb)][0x0]==='*')return _0x552ea4(0xac);else return'['+_0x42983a[_0x552ea4(0xcb)][_0x552ea4(0xb6)](_0x262531=>{const _0x5aa353=_0x552ea4,_0x33b08e=_0x53c1ae[_0x5aa353(0xb2)](_0x1cff8b=>_0x1cff8b[_0x5aa353(0xbd)][_0x5aa353(0xbe)](_0x262531))[0x0],_0x4de562=_0x5aa353(0xcc)+_0x262531+_0x5aa353(0xb1)+paint('\x22'+_0x33b08e[_0x5aa353(0xaa)]+'\x22','dim')+'}';return _0x4de562;})[_0x552ea4(0xc1)](_0x552ea4(0xc3))+_0x552ea4(0xb3);})())+'\x0a'),console[_0x48f8cf(0xad)](''+paint(_0x48f8cf(0xce),_0x48f8cf(0xc0)));});}catch(_0x15847c){console[_0x1f7ad6(0xbc)](_0x15847c['message']),process[_0x1f7ad6(0xb9)](0x1);}}module[a3_0x5afb08(0xa8)]=FeaturesCommands;
1
+ const a3_0x1a31a6=a3_0x3c79;(function(_0x562de9,_0x4d65a2){const _0x339c07=a3_0x3c79,_0x2f8ecc=_0x562de9();while(!![]){try{const _0x23c6bc=-parseInt(_0x339c07(0x74))/0x1+parseInt(_0x339c07(0x85))/0x2+parseInt(_0x339c07(0x80))/0x3*(-parseInt(_0x339c07(0x90))/0x4)+parseInt(_0x339c07(0x91))/0x5*(-parseInt(_0x339c07(0x89))/0x6)+parseInt(_0x339c07(0x70))/0x7+-parseInt(_0x339c07(0x72))/0x8+parseInt(_0x339c07(0x7e))/0x9;if(_0x23c6bc===_0x4d65a2)break;else _0x2f8ecc['push'](_0x2f8ecc['shift']());}catch(_0x216efe){_0x2f8ecc['push'](_0x2f8ecc['shift']());}}}(a3_0x302a,0x18a3f));const a3_0x4a6bee=(function(){let _0x4d3142=!![];return function(_0x129fc7,_0x4394c8){const _0x3aab9c=_0x4d3142?function(){if(_0x4394c8){const _0x39df67=_0x4394c8['apply'](_0x129fc7,arguments);return _0x4394c8=null,_0x39df67;}}:function(){};return _0x4d3142=![],_0x3aab9c;};}()),a3_0x3d1735=a3_0x4a6bee(this,function(){const _0x63383a=a3_0x3c79;return a3_0x3d1735[_0x63383a(0x79)]()[_0x63383a(0x87)]('(((.+)+)+)+$')['toString']()[_0x63383a(0x84)](a3_0x3d1735)[_0x63383a(0x87)](_0x63383a(0x6a));});function a3_0x3c79(_0x3191f9,_0x4d1ac8){const _0x402f8d=a3_0x302a();return a3_0x3c79=function(_0x3d1735,_0x4a6bee){_0x3d1735=_0x3d1735-0x69;let _0x302abe=_0x402f8d[_0x3d1735];return _0x302abe;},a3_0x3c79(_0x3191f9,_0x4d1ac8);}a3_0x3d1735();function a3_0x302a(){const _0x5e3422=['\x20[\x22','3303387DlidqF','\x0a\x20*\x20Conflicts:\x20','24SoFZiD','error','children','===================\x0a','constructor','227812gWDKzG','Basic','search','log','6fvqmnK','conflicts','includes','\x22]\x0a','Premium','All','filter','90032zpFzXO','304345oopCoH','../functions/globals','forEach','join','ref','\x20All\x20Features\x0a\x20----------------------\x0a\x0a','premium','(((.+)+)+)+$','dim','../utils/jwtVerify','Description:\x20','\x0a\x20]','message','1227261yoYlpT',',\x20\x0a\x20','1207624rkIdNm','green','163459sLTxdt',']\x0a\x20*\x20License:\x20','\x09{\x22','toNameCase','description','toString','exit','map','title'];a3_0x302a=function(){return _0x5e3422;};return a3_0x302a();}const {FEATURES,paint}=require(a3_0x1a31a6(0x92)),JwtVerify=require(a3_0x1a31a6(0x6c));function FeaturesCommands(){const _0x218664=a3_0x1a31a6;JwtVerify();const _0x30dbbc=FEATURES;try{console['log'](_0x218664(0x96)),_0x30dbbc[_0x218664(0x93)]((_0xef9138,_0x1d4f71)=>{const _0x2d5cae=_0x218664;console[_0x2d5cae(0x88)](paint('>>',_0x2d5cae(0x73))+'\x20'+_0xef9138[_0x2d5cae(0x7c)][_0x2d5cae(0x77)]()+_0x2d5cae(0x7d)+_0xef9138['ref']+_0x2d5cae(0x8c)+paint('->',_0x2d5cae(0x73))+'\x20'+paint(_0x2d5cae(0x6d)+_0xef9138[_0x2d5cae(0x78)])+'\x0a\x0a'),console[_0x2d5cae(0x88)]('\x20*\x20Children:\x20['+_0xef9138[_0x2d5cae(0x82)][_0x2d5cae(0x79)]()+_0x2d5cae(0x75)+(_0xef9138[_0x2d5cae(0x69)]?_0x2d5cae(0x8d):_0x2d5cae(0x86))+_0x2d5cae(0x7f)+((()=>{const _0x386059=_0x2d5cae;if(!_0xef9138[_0x386059(0x8a)][0x0])return'[]';if(_0xef9138['conflicts'][0x0]==='*')return _0x386059(0x8e);else return'['+_0xef9138['conflicts'][_0x386059(0x7b)](_0x160006=>{const _0xef28a3=_0x386059,_0x2ca9d1=_0x30dbbc[_0xef28a3(0x8f)](_0x32badc=>_0x32badc[_0xef28a3(0x95)][_0xef28a3(0x8b)](_0x160006))[0x0],_0x4f2f7e=_0xef28a3(0x76)+_0x160006+'\x22:\x20'+paint('\x22'+_0x2ca9d1[_0xef28a3(0x78)]+'\x22',_0xef28a3(0x6b))+'}';return _0x4f2f7e;})[_0x386059(0x94)](_0x386059(0x71))+_0x386059(0x6e);})())+'\x0a'),console[_0x2d5cae(0x88)](''+paint(_0x2d5cae(0x83),_0x2d5cae(0x6b)));});}catch(_0x192c0c){console[_0x218664(0x81)](_0x192c0c[_0x218664(0x6f)]),process[_0x218664(0x7a)](0x1);}}module['exports']=FeaturesCommands;
@@ -1 +1 @@
1
- function a4_0x1eaf(){const _0x4feba7=['7717055ivnIbp','apply','error','\x20All\x20Functions\x20(Placeholders)\x0a\x20----------------------\x0a\x0a','toLowerCase','1182QYGncd','(((.+)+)+)+$','title','toNameCase','placeholder','8498myzhcl','message','log','7590163bjyKMw','-------------------\x0a','1036506waVEgC','exports','search','20012280tyDSzN','green','5909478pvHQDH','toString','exit','forEach','../functions/globals','2016064mOekVZ','constructor'];a4_0x1eaf=function(){return _0x4feba7;};return a4_0x1eaf();}const a4_0x46ec95=a4_0x4f22;(function(_0x557b79,_0x576bcd){const _0xe6cbb5=a4_0x4f22,_0x5cf420=_0x557b79();while(!![]){try{const _0x46ee65=parseInt(_0xe6cbb5(0x1bb))/0x1+-parseInt(_0xe6cbb5(0x1d1))/0x2*(parseInt(_0xe6cbb5(0x1cc))/0x3)+parseInt(_0xe6cbb5(0x1c5))/0x4+-parseInt(_0xe6cbb5(0x1c7))/0x5+-parseInt(_0xe6cbb5(0x1c0))/0x6+parseInt(_0xe6cbb5(0x1d4))/0x7+parseInt(_0xe6cbb5(0x1be))/0x8;if(_0x46ee65===_0x576bcd)break;else _0x5cf420['push'](_0x5cf420['shift']());}catch(_0xbeea2){_0x5cf420['push'](_0x5cf420['shift']());}}}(a4_0x1eaf,0xe1920));function a4_0x4f22(_0x4affd5,_0x228444){const _0x3657d5=a4_0x1eaf();return a4_0x4f22=function(_0x2cdb72,_0x1217c3){_0x2cdb72=_0x2cdb72-0x1bb;let _0x1eafb3=_0x3657d5[_0x2cdb72];return _0x1eafb3;},a4_0x4f22(_0x4affd5,_0x228444);}const a4_0x1217c3=(function(){let _0x3e4b8b=!![];return function(_0xdfa183,_0x5658a8){const _0x1141db=_0x3e4b8b?function(){const _0x418cf9=a4_0x4f22;if(_0x5658a8){const _0x2e1de5=_0x5658a8[_0x418cf9(0x1c8)](_0xdfa183,arguments);return _0x5658a8=null,_0x2e1de5;}}:function(){};return _0x3e4b8b=![],_0x1141db;};}()),a4_0x2cdb72=a4_0x1217c3(this,function(){const _0x5e3cae=a4_0x4f22;return a4_0x2cdb72['toString']()['search'](_0x5e3cae(0x1cd))[_0x5e3cae(0x1c1)]()[_0x5e3cae(0x1c6)](a4_0x2cdb72)[_0x5e3cae(0x1bd)](_0x5e3cae(0x1cd));});a4_0x2cdb72();const {paint,removeReplacers,placeholdersToDisplay}=require(a4_0x46ec95(0x1c4));function FunctionsCommands(){const _0x171962=a4_0x46ec95,_0x72f031=placeholdersToDisplay();try{console[_0x171962(0x1d3)](_0x171962(0x1ca)),_0x72f031[_0x171962(0x1c3)]((_0x573527,_0x35db09)=>{const _0x1efc73=_0x171962;console[_0x1efc73(0x1d3)](paint('>>',_0x1efc73(0x1bf))+'\x20'+removeReplacers(_0x573527[_0x1efc73(0x1ce)][_0x1efc73(0x1cb)]())[_0x1efc73(0x1cf)]()+'\x20\x0a'+paint('->','green')+'\x20'+paint(''+_0x573527[_0x1efc73(0x1d0)])+'\x0a'),console[_0x1efc73(0x1d3)](''+paint(_0x1efc73(0x1d5),'dim'));});}catch(_0x84ea0b){console[_0x171962(0x1c9)](_0x84ea0b[_0x171962(0x1d2)]),process[_0x171962(0x1c2)](0x1);}}module[a4_0x46ec95(0x1bc)]=FunctionsCommands;
1
+ const a4_0x1e67e3=a4_0x1e03;(function(_0x3e481d,_0x5a38d1){const _0x3a1988=a4_0x1e03,_0x491a88=_0x3e481d();while(!![]){try{const _0x14e802=-parseInt(_0x3a1988(0xc5))/0x1+parseInt(_0x3a1988(0xb0))/0x2*(parseInt(_0x3a1988(0xbb))/0x3)+parseInt(_0x3a1988(0xc2))/0x4+-parseInt(_0x3a1988(0xbf))/0x5*(-parseInt(_0x3a1988(0xb9))/0x6)+parseInt(_0x3a1988(0xc4))/0x7*(-parseInt(_0x3a1988(0xb1))/0x8)+-parseInt(_0x3a1988(0xc9))/0x9+parseInt(_0x3a1988(0xb3))/0xa;if(_0x14e802===_0x5a38d1)break;else _0x491a88['push'](_0x491a88['shift']());}catch(_0x17dbec){_0x491a88['push'](_0x491a88['shift']());}}}(a4_0x51d2,0xc309f));const a4_0x578bd2=(function(){let _0x28644f=!![];return function(_0x30dc2b,_0x4fa238){const _0x18ecd8=_0x28644f?function(){const _0xa08024=a4_0x1e03;if(_0x4fa238){const _0x170565=_0x4fa238[_0xa08024(0xb4)](_0x30dc2b,arguments);return _0x4fa238=null,_0x170565;}}:function(){};return _0x28644f=![],_0x18ecd8;};}()),a4_0x51b9f7=a4_0x578bd2(this,function(){const _0x213689=a4_0x1e03;return a4_0x51b9f7[_0x213689(0xb5)]()[_0x213689(0xc8)](_0x213689(0xbe))[_0x213689(0xb5)]()['constructor'](a4_0x51b9f7)[_0x213689(0xc8)](_0x213689(0xbe));});a4_0x51b9f7();function a4_0x51d2(){const _0x43b316=['placeholder','exit','2401900NLwPDE','dim','3143TzfXEv','682856eABgth','exports','../functions/globals','search','10254888RrtqAv','message','1838RgVkBk','12800qfDYzU','toLowerCase','8405890mJZjQh','apply','toString','title','forEach','error','6864pyTPeW','green','4995DddEAK','-------------------\x0a','log','(((.+)+)+)+$','1610WlHyFQ'];a4_0x51d2=function(){return _0x43b316;};return a4_0x51d2();}const {paint,removeReplacers,placeholdersToDisplay}=require(a4_0x1e67e3(0xc7)),JwtVerify=require('../utils/jwtVerify');function FunctionsCommands(){const _0x2f8264=a4_0x1e67e3;JwtVerify();const _0x5baf65=placeholdersToDisplay();try{console[_0x2f8264(0xbd)]('\x20All\x20Functions\x20(Placeholders)\x0a\x20----------------------\x0a\x0a'),_0x5baf65[_0x2f8264(0xb7)]((_0x34ad4c,_0x189452)=>{const _0x2e1581=_0x2f8264;console['log'](paint('>>',_0x2e1581(0xba))+'\x20'+removeReplacers(_0x34ad4c[_0x2e1581(0xb6)][_0x2e1581(0xb2)]())['toNameCase']()+'\x20\x0a'+paint('->','green')+'\x20'+paint(''+_0x34ad4c[_0x2e1581(0xc0)])+'\x0a'),console[_0x2e1581(0xbd)](''+paint(_0x2e1581(0xbc),_0x2e1581(0xc3)));});}catch(_0x20d449){console[_0x2f8264(0xb8)](_0x20d449[_0x2f8264(0xca)]),process[_0x2f8264(0xc1)](0x1);}}function a4_0x1e03(_0xde86a6,_0x3dac56){const _0x3fac15=a4_0x51d2();return a4_0x1e03=function(_0x51b9f7,_0x578bd2){_0x51b9f7=_0x51b9f7-0xb0;let _0x51d262=_0x3fac15[_0x51b9f7];return _0x51d262;},a4_0x1e03(_0xde86a6,_0x3dac56);}module[a4_0x1e67e3(0xc6)]=FunctionsCommands;
package/commands/index.js CHANGED
@@ -1 +1 @@
1
- const a5_0x9a1f5c=a5_0x35c8;(function(_0x52b408,_0x1f6030){const _0x26fa2f=a5_0x35c8,_0x8fc367=_0x52b408();while(!![]){try{const _0x2b3b88=parseInt(_0x26fa2f(0x1b9))/0x1+parseInt(_0x26fa2f(0x1c8))/0x2+-parseInt(_0x26fa2f(0x1ba))/0x3*(-parseInt(_0x26fa2f(0x194))/0x4)+-parseInt(_0x26fa2f(0x19b))/0x5+parseInt(_0x26fa2f(0x17a))/0x6+-parseInt(_0x26fa2f(0x1cb))/0x7*(-parseInt(_0x26fa2f(0x1b3))/0x8)+-parseInt(_0x26fa2f(0x177))/0x9;if(_0x2b3b88===_0x1f6030)break;else _0x8fc367['push'](_0x8fc367['shift']());}catch(_0x4824c0){_0x8fc367['push'](_0x8fc367['shift']());}}}(a5_0x131d,0xa1d5f));const a5_0x1f28d9=(function(){let _0x2e4e3e=!![];return function(_0x39903b,_0x2a3427){const _0x67af24=_0x2e4e3e?function(){const _0x2cea72=a5_0x35c8;if(_0x2a3427){const _0x571439=_0x2a3427[_0x2cea72(0x189)](_0x39903b,arguments);return _0x2a3427=null,_0x571439;}}:function(){};return _0x2e4e3e=![],_0x67af24;};}()),a5_0x16add4=a5_0x1f28d9(this,function(){const _0x2822ad=a5_0x35c8;return a5_0x16add4[_0x2822ad(0x1cf)]()[_0x2822ad(0x182)](_0x2822ad(0x1b7))[_0x2822ad(0x1cf)]()[_0x2822ad(0x1ca)](a5_0x16add4)[_0x2822ad(0x182)]('(((.+)+)+)+$');});a5_0x16add4();function a5_0x35c8(_0x406124,_0x67ee60){const _0x56b5eb=a5_0x131d();return a5_0x35c8=function(_0x16add4,_0x1f28d9){_0x16add4=_0x16add4-0x177;let _0x131d09=_0x56b5eb[_0x16add4];return _0x131d09;},a5_0x35c8(_0x406124,_0x67ee60);}const {executionStart}=require('../functions/globals'),{version}=require(a5_0x9a1f5c(0x1d5));function Commands(_0x55cf7b){const _0x3d5bb1=a5_0x9a1f5c,{program:_0x1f6021,prompt:_0x370a25}=_0x55cf7b;executionStart(),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x1a3))[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x1d4))[_0x3d5bb1(0x1a7)](require('./init')),_0x1f6021['command'](_0x3d5bb1(0x1cd))['description']('view\x20your\x20user\x27s\x20information')[_0x3d5bb1(0x1a7)](require(_0x3d5bb1(0x199))),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x193))[_0x3d5bb1(0x1a6)]('redirect\x20you\x20to\x20our\x20website')[_0x3d5bb1(0x1a7)](require('./renew')),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x19e))['description'](_0x3d5bb1(0x1de))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1a4),_0x3d5bb1(0x1ce))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1c1),_0x3d5bb1(0x1d7))[_0x3d5bb1(0x1a7)](function(){const _0x47771f=_0x3d5bb1;require(_0x47771f(0x1ae))(this,_0x370a25);}),_0x1f6021['command'](_0x3d5bb1(0x1cc))[_0x3d5bb1(0x1a6)]('login\x20your\x20KEY\x20to\x20begin')[_0x3d5bb1(0x1a7)](()=>require(_0x3d5bb1(0x1bc))()[_0x3d5bb1(0x1cc)](_0x370a25)),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x1a0))[_0x3d5bb1(0x1a6)]('logout\x20your\x20KEY\x20to\x20end')['action'](()=>require(_0x3d5bb1(0x1bc))()[_0x3d5bb1(0x1a0)]()),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x178))['description'](_0x3d5bb1(0x17b))[_0x3d5bb1(0x1a7)](require('./send')),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x1a9))[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x1ac))[_0x3d5bb1(0x1a7)](require(_0x3d5bb1(0x1d1))),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x1af))[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x180))[_0x3d5bb1(0x1a7)](require('./functions')),_0x1f6021['command'](_0x3d5bb1(0x18a))[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x1c7))['option'](_0x3d5bb1(0x17d),'verify\x20Microsoft/Office\x20365\x20emails')[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1b6),_0x3d5bb1(0x1bf))['option']('-ho,\x20--hotmail',_0x3d5bb1(0x1bd))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1b4),_0x3d5bb1(0x19f))['option'](_0x3d5bb1(0x1da),_0x3d5bb1(0x1d0))['option'](_0x3d5bb1(0x1a8),_0x3d5bb1(0x1a5))[_0x3d5bb1(0x1c3)]('--263xmail',_0x3d5bb1(0x187))['option'](_0x3d5bb1(0x1c2),'verify\x20BizQQ\x20MX\x20domains')[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1c0),_0x3d5bb1(0x19d))['action'](function(){const _0x31b91b=_0x3d5bb1;require(_0x31b91b(0x1d6))(this,_0x370a25);}),_0x1f6021['command']('cleaner')[_0x3d5bb1(0x1a6)]('clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending')[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1ad),_0x3d5bb1(0x1d9))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x19c),'remove\x20only\x20duplicates')[_0x3d5bb1(0x1a7)](function(){const _0x34207c=_0x3d5bb1;require(_0x34207c(0x1aa))(this,_0x370a25);}),_0x1f6021[_0x3d5bb1(0x17f)](_0x3d5bb1(0x179))[_0x3d5bb1(0x1a6)]('stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs')[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1be),_0x3d5bb1(0x1b0))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1d3),'extract\x20unique\x20domains\x20from\x20recipient\x20emails')[_0x3d5bb1(0x1a7)](function(){const _0x422db7=_0x3d5bb1;require(_0x422db7(0x190))(this,_0x370a25);}),_0x1f6021[_0x3d5bb1(0x17f)]('mx')[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x18e))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x197),_0x3d5bb1(0x1c9),null)[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1c6),_0x3d5bb1(0x1dd),null)[_0x3d5bb1(0x1a7)](function(){require('./mx')(this);}),_0x1f6021['command'](_0x3d5bb1(0x17e))['description'](_0x3d5bb1(0x1a1))[_0x3d5bb1(0x1c3)]('-u,\x20--url\x20<url>',_0x3d5bb1(0x1ab),null)[_0x3d5bb1(0x1c3)]('-d,\x20--domain\x20<domain>',_0x3d5bb1(0x186),null)[_0x3d5bb1(0x1c3)]('--domain-file\x20<path>',_0x3d5bb1(0x184),null)['option'](_0x3d5bb1(0x1d2),'scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line',null)[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1b1),_0x3d5bb1(0x1b5),null)[_0x3d5bb1(0x1c3)]('-l,\x20--source-limit\x20<number>',_0x3d5bb1(0x195),null)[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1c4),_0x3d5bb1(0x18f),null)['option'](_0x3d5bb1(0x17c),_0x3d5bb1(0x1dc),null)[_0x3d5bb1(0x1c3)]('-p,\x20--payload\x20<url>',_0x3d5bb1(0x18d),null)[_0x3d5bb1(0x1c3)]('-o,\x20--output\x20<path>',_0x3d5bb1(0x1d8),null)[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1b8),_0x3d5bb1(0x1a2))[_0x3d5bb1(0x1c3)]('--allow-private',_0x3d5bb1(0x1db))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x19a),_0x3d5bb1(0x198))[_0x3d5bb1(0x1a7)](function(){const _0x2d5e95=_0x3d5bb1;require(_0x2d5e95(0x1c5))(this);}),_0x1f6021['command'](_0x3d5bb1(0x18c))[_0x3d5bb1(0x1a6)](_0x3d5bb1(0x1b2))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1ad),'sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers')[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x17d),_0x3d5bb1(0x188))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x1da),_0x3d5bb1(0x18b))[_0x3d5bb1(0x1c3)]('-c,\x20--custom\x20<domain>',_0x3d5bb1(0x191))[_0x3d5bb1(0x1c3)](_0x3d5bb1(0x185),_0x3d5bb1(0x181))[_0x3d5bb1(0x1a7)](function(){const _0x3af14c=_0x3d5bb1;require(_0x3af14c(0x196))(this,_0x370a25);});const _0x3386b8=_0x3d5bb1(0x192)+new Date()['getFullYear']()+'\x0av'+version+'\x0a';return console[_0x3d5bb1(0x183)](_0x3386b8),_0x3386b8;}function a5_0x131d(){const _0x3d019d=['191712ObkfMk','exports','./auth','verify\x20Hotmail/Outlook/Live\x20emails','-ip,\x20--ip','verify\x20Google/Gmail\x20emails','--barracuda','-m,\x20--mine','--bizqq','option','-c,\x20--concurrency\x20<number>','./redirect','-p,\x20--print','stream-verify\x20emails\x20by\x20provider/domain','2579032vRRUMR','get\x20a\x20specific\x20email\x27s\x20login\x20page','constructor','63fkttZK','login','user','update\x20just\x20files\x20(e.g\x20monotomic.json)','toString','verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains','./features','-f,\x20--file\x20<path>','-do,\x20--domain','create\x20a\x20template\x20to\x20work\x20with','../package.json','./verify','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','output\x20directory\x20root\x20(default:\x20props/redirect/results)','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','-tu,\x20--turbify','allow\x20localhost/private-network\x20targets','HTTP\x20timeout\x20in\x20milliseconds','print\x20result\x20to\x20screen\x20only','update\x20your\x20software','17504559YDvkSP','send','extract','4355136AjQewG','start\x20sending\x20the\x20mails','-t,\x20--timeout\x20<ms>','-m,\x20--microsoft','redirect','command','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','get\x20all\x20providers\x20for\x20sorting','search','info','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)','-p,\x20--providers','discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain','verify\x20263xmail\x20MX\x20domains','sort\x20Microsoft\x20(Office\x20365)\x20accounts','apply','verify','sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts','sorter','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record','number\x20of\x20concurrent\x20checks','./extract','get\x20a\x20custom\x20provider\x20sorted','(c)\x20','renew','44npmohR','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source','./sort','-e,\x20--email\x20<email>','collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks','./user','--discovery-only','5620070iaqzJD','-du,\x20--duplicate','verify\x20Barracuda\x20MX\x20domains','update','verify\x20NetEase/Qiye\x20163\x20emails','logout','scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names','init\x20<project-name>','-f,\x20--files','verify\x20AliMail\x20MX\x20domains','description','action','--alimail','features','./cleaner','scan\x20one\x20URL','list\x20of\x20all\x20the\x20available\x20features','-a,\x20--all','./update','functions','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','-s,\x20--sources\x20<list>','stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider','19192ibpqgb','-n,\x20--netease','comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,all','-g,\x20--google','(((.+)+)+)+$','--all-params','991937OxzVBC'];a5_0x131d=function(){return _0x3d019d;};return a5_0x131d();}module[a5_0x9a1f5c(0x1bb)]=Commands;
1
+ const a5_0x418dbb=a5_0x3d24;(function(_0xd9f8b8,_0x5aeb00){const _0x558adc=a5_0x3d24,_0x4a1d0a=_0xd9f8b8();while(!![]){try{const _0x1d4393=parseInt(_0x558adc(0x17e))/0x1*(parseInt(_0x558adc(0x177))/0x2)+parseInt(_0x558adc(0x184))/0x3+-parseInt(_0x558adc(0x188))/0x4*(parseInt(_0x558adc(0x1b7))/0x5)+parseInt(_0x558adc(0x1c1))/0x6+parseInt(_0x558adc(0x1cc))/0x7+-parseInt(_0x558adc(0x199))/0x8*(parseInt(_0x558adc(0x182))/0x9)+-parseInt(_0x558adc(0x170))/0xa*(parseInt(_0x558adc(0x18f))/0xb);if(_0x1d4393===_0x5aeb00)break;else _0x4a1d0a['push'](_0x4a1d0a['shift']());}catch(_0xdc875e){_0x4a1d0a['push'](_0x4a1d0a['shift']());}}}(a5_0x3305,0xcf0df));const a5_0x17949d=(function(){let _0x1df65b=!![];return function(_0x39e43f,_0x31441e){const _0x335d79=_0x1df65b?function(){const _0x1a79f6=a5_0x3d24;if(_0x31441e){const _0x446bed=_0x31441e[_0x1a79f6(0x19e)](_0x39e43f,arguments);return _0x31441e=null,_0x446bed;}}:function(){};return _0x1df65b=![],_0x335d79;};}()),a5_0x19328b=a5_0x17949d(this,function(){const _0x194511=a5_0x3d24;return a5_0x19328b[_0x194511(0x1c7)]()['search'](_0x194511(0x1bf))[_0x194511(0x1c7)]()[_0x194511(0x179)](a5_0x19328b)[_0x194511(0x186)](_0x194511(0x1bf));});function a5_0x3d24(_0x46afaa,_0xe8296f){const _0x3819bf=a5_0x3305();return a5_0x3d24=function(_0x19328b,_0x17949d){_0x19328b=_0x19328b-0x16b;let _0x33052f=_0x3819bf[_0x19328b];return _0x33052f;},a5_0x3d24(_0x46afaa,_0xe8296f);}function a5_0x3305(){const _0xf576f3=['24577091zhUQtC','./verify','login','allow\x20localhost/private-network\x20targets','logout\x20your\x20KEY\x20to\x20end','stream-verify\x20emails\x20by\x20provider/domain','judge\x20webmail\x20hosts:\x20OWA,\x20Zimbra,\x20Roundcube,\x20SmarterMail','cleaner','--discovery-only','check\x20Roundcube\x20/\x20cPanel\x20webmail','5608loaygu','-n,\x20--netease','./mx','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','./extract','apply','user','logout','./features','--allow-private','update\x20your\x20software','print\x20result\x20to\x20screen\x20only','command','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','get\x20a\x20specific\x20email\x27s\x20login\x20page','-do,\x20--domain','(c)\x20','verify\x20Barracuda\x20MX\x20domains','-l,\x20--source-limit\x20<number>','-f,\x20--file\x20<path>','start\x20sending\x20the\x20mails','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','redirect\x20you\x20to\x20our\x20website','-g,\x20--google','-ho,\x20--hotmail','-m,\x20--microsoft','get\x20all\x20providers\x20for\x20sorting','functions','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)','-e,\x20--email\x20<email>','555eDZGXe','getFullYear','clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending','--domain-file\x20<path>','option','stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs','HTTP\x20timeout\x20in\x20milliseconds','./update','(((.+)+)+)+$','--bizqq','5916372sXPrhV','./redirect','check\x20if\x20emails\x20are\x20hosted\x20on\x20OWA','-a,\x20--all','--barracuda','-d,\x20--domain\x20<domain>','toString','verify\x20Microsoft/Office\x20365\x20emails','../functions/globals','-t,\x20--timeout\x20<ms>','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names','9014061klDAvB','info','view\x20your\x20user\x27s\x20information','redirect','init\x20<project-name>','action','update','remove\x20only\x20duplicates','./user','-p,\x20--payload\x20<url>','scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','check\x20if\x20emails\x20are\x20hosted\x20on\x20Zimbra','-c,\x20--custom\x20<domain>','description','verify\x20BizQQ\x20MX\x20domains','scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior','-ip,\x20--ip','number\x20of\x20concurrent\x20checks','sorter','features','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source','10PwZYMQ','judger','exports','./cleaner','verify\x20Google/Gmail\x20emails','sort\x20Microsoft\x20(Office\x20365)\x20accounts','-tu,\x20--turbify','830MKKCqx','--all-params','constructor','-f,\x20--files','../package.json','-r,\x20--roundcube','-du,\x20--duplicate','3499uZHrem','-c,\x20--concurrency\x20<number>','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','-s,\x20--sources\x20<list>','10755Daqjlt','-p,\x20--providers','3613902eTELId','extract\x20unique\x20domains\x20from\x20recipient\x20emails','search','update\x20just\x20files\x20(e.g\x20monotomic.json)','36412MZGWbY','verify\x20AliMail\x20MX\x20domains','-o,\x20--output\x20<path>','./renew','output\x20directory\x20root\x20(default:\x20props/redirect/results)','-p,\x20--print','-o,\x20--owa'];a5_0x3305=function(){return _0xf576f3;};return a5_0x3305();}a5_0x19328b();const {executionStart}=require(a5_0x418dbb(0x1c9)),{version}=require(a5_0x418dbb(0x17b));function Commands(_0x31b27d){const _0x9d9b97=a5_0x418dbb,{program:_0x6528c6,prompt:_0x5351be}=_0x31b27d;executionStart(),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x1d0))['description']('create\x20a\x20template\x20to\x20work\x20with')['action'](require('./init')),_0x6528c6['command'](_0x9d9b97(0x19f))[_0x9d9b97(0x1da)](_0x9d9b97(0x1ce))[_0x9d9b97(0x1d1)](require(_0x9d9b97(0x1d4))),_0x6528c6[_0x9d9b97(0x1a5)]('renew')[_0x9d9b97(0x1da)](_0x9d9b97(0x1af))[_0x9d9b97(0x1d1)](require(_0x9d9b97(0x18b))),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x1d2))[_0x9d9b97(0x1da)](_0x9d9b97(0x1a3))['option'](_0x9d9b97(0x17a),_0x9d9b97(0x187))['option']('-m,\x20--mine',_0x9d9b97(0x19c))[_0x9d9b97(0x1d1)](function(){const _0x2a4f01=_0x9d9b97;require(_0x2a4f01(0x1be))(this,_0x5351be);}),_0x6528c6['command'](_0x9d9b97(0x191))[_0x9d9b97(0x1da)]('login\x20your\x20KEY\x20to\x20begin')[_0x9d9b97(0x1d1)](()=>require('./auth')()[_0x9d9b97(0x191)](_0x5351be)),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x1a0))[_0x9d9b97(0x1da)](_0x9d9b97(0x193))['action'](()=>require('./auth')()[_0x9d9b97(0x1a0)]()),_0x6528c6['command']('send')[_0x9d9b97(0x1da)](_0x9d9b97(0x1ad))[_0x9d9b97(0x1d1)](require('./send')),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x16e))[_0x9d9b97(0x1da)]('list\x20of\x20all\x20the\x20available\x20features')[_0x9d9b97(0x1d1)](require(_0x9d9b97(0x1a1))),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x1b4))[_0x9d9b97(0x1da)](_0x9d9b97(0x1d7))[_0x9d9b97(0x1d1)](require('./functions')),_0x6528c6[_0x9d9b97(0x1a5)]('verify')['description'](_0x9d9b97(0x194))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1b2),_0x9d9b97(0x1c8))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1b0),_0x9d9b97(0x174))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1b1),'verify\x20Hotmail/Outlook/Live\x20emails')[_0x9d9b97(0x1bb)](_0x9d9b97(0x19a),'verify\x20NetEase/Qiye\x20163\x20emails')[_0x9d9b97(0x1bb)](_0x9d9b97(0x176),'verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains')[_0x9d9b97(0x1bb)]('--alimail',_0x9d9b97(0x189))[_0x9d9b97(0x1bb)]('--263xmail','verify\x20263xmail\x20MX\x20domains')['option'](_0x9d9b97(0x1c0),_0x9d9b97(0x1db))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1c5),_0x9d9b97(0x1aa))[_0x9d9b97(0x1d1)](function(){const _0x24cdf6=_0x9d9b97;require(_0x24cdf6(0x190))(this,_0x5351be);}),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x196))['description'](_0x9d9b97(0x1b9))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1c4),_0x9d9b97(0x1a6))['option'](_0x9d9b97(0x17d),_0x9d9b97(0x1d3))[_0x9d9b97(0x1d1)](function(){const _0x28aae1=_0x9d9b97;require(_0x28aae1(0x173))(this,_0x5351be);}),_0x6528c6[_0x9d9b97(0x1a5)]('extract')['description'](_0x9d9b97(0x1bc))[_0x9d9b97(0x1bb)](_0x9d9b97(0x16b),_0x9d9b97(0x180))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1a8),_0x9d9b97(0x185))[_0x9d9b97(0x1d1)](function(){const _0x153bca=_0x9d9b97;require(_0x153bca(0x19d))(this,_0x5351be);}),_0x6528c6[_0x9d9b97(0x1a5)]('mx')['description']('get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record')[_0x9d9b97(0x1bb)](_0x9d9b97(0x1b6),_0x9d9b97(0x1a7),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x18d),_0x9d9b97(0x1a4),null)[_0x9d9b97(0x1d1)](function(){const _0x474f55=_0x9d9b97;require(_0x474f55(0x19b))(this);}),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x1cf))[_0x9d9b97(0x1da)](_0x9d9b97(0x1dc))[_0x9d9b97(0x1bb)]('-u,\x20--url\x20<url>','scan\x20one\x20URL',null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x1c6),'discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain',null)['option'](_0x9d9b97(0x1ba),_0x9d9b97(0x1b5),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x1ac),_0x9d9b97(0x1d6),null)['option'](_0x9d9b97(0x181),'comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,all',null)['option'](_0x9d9b97(0x1ab),_0x9d9b97(0x16f),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x17f),_0x9d9b97(0x16c),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x1ca),_0x9d9b97(0x1bd),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x1d5),_0x9d9b97(0x1ae),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x18a),_0x9d9b97(0x18c),null)[_0x9d9b97(0x1bb)](_0x9d9b97(0x178),_0x9d9b97(0x1cb))[_0x9d9b97(0x1bb)](_0x9d9b97(0x1a2),_0x9d9b97(0x192))[_0x9d9b97(0x1bb)](_0x9d9b97(0x197),'collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks')['action'](function(){const _0x4bba44=_0x9d9b97;require(_0x4bba44(0x1c2))(this);}),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x16d))[_0x9d9b97(0x1da)]('stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider')[_0x9d9b97(0x1bb)](_0x9d9b97(0x1c4),'sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers')['option']('-m,\x20--microsoft',_0x9d9b97(0x175))['option']('-tu,\x20--turbify','sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts')[_0x9d9b97(0x1bb)](_0x9d9b97(0x1d9),'get\x20a\x20custom\x20provider\x20sorted')[_0x9d9b97(0x1bb)](_0x9d9b97(0x183),_0x9d9b97(0x1b3))[_0x9d9b97(0x1d1)](function(){require('./sort')(this,_0x5351be);}),_0x6528c6[_0x9d9b97(0x1a5)](_0x9d9b97(0x171))['description'](_0x9d9b97(0x195))['option'](_0x9d9b97(0x18e),_0x9d9b97(0x1c3))[_0x9d9b97(0x1bb)]('-z,\x20--zimbra',_0x9d9b97(0x1d8))[_0x9d9b97(0x1bb)](_0x9d9b97(0x17c),_0x9d9b97(0x198))[_0x9d9b97(0x1bb)]('-s,\x20--smartermail','check\x20if\x20emails\x20are\x20hosted\x20on\x20SmarterMail')[_0x9d9b97(0x1d1)](function(){require('./judger')(this,_0x5351be);});const _0x15c4fa=_0x9d9b97(0x1a9)+new Date()[_0x9d9b97(0x1b8)]()+'\x0av'+version+'\x0a';return console[_0x9d9b97(0x1cd)](_0x15c4fa),_0x15c4fa;}module[a5_0x418dbb(0x172)]=Commands;