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.
- package/_init/monotomic.json +33 -82
- package/_init/props/judger/readme.txt +38 -0
- package/_init/props/sorter/sorter-options.txt +1 -3
- package/commands/auth.js +1 -1
- package/commands/cleaner.js +1 -1
- package/commands/extract.js +1 -1
- package/commands/features.js +1 -1
- package/commands/functions.js +1 -1
- package/commands/index.js +1 -1
- package/commands/init.js +1 -1
- package/commands/judger.js +1 -0
- package/commands/mx.js +1 -1
- package/commands/redirect.js +1 -1
- package/commands/renew.js +1 -1
- package/commands/send.js +1 -1
- package/commands/sort.js +1 -1
- package/commands/update.js +1 -1
- package/commands/user.js +1 -1
- package/commands/verify.js +1 -1
- package/denv.js +1 -1
- package/functions/auths.js +1 -1
- package/functions/cleaner/index.js +1 -1
- package/functions/extractor/index.js +1 -1
- package/functions/globalThirdParty/cHtmlRtf.js +1 -1
- package/functions/globalThirdParty/cHtmlRtfWImage.js +1 -1
- package/functions/globalThirdParty/cHtmlXls.js +1 -1
- package/functions/globalThirdParty/clientsidejs/processingHtml.js +1 -1
- package/functions/globalThirdParty/encryptHtml.js +1 -1
- package/functions/globals.js +1 -1
- package/functions/ip-rotate/index.js +1 -1
- package/functions/judger/http.js +1 -0
- package/functions/judger/index.js +1 -0
- package/functions/judger/platforms.js +1 -0
- package/functions/mx/index.js +1 -1
- package/functions/redirect/index.js +1 -1
- package/functions/renew.js +1 -1
- package/functions/sender/index.js +1 -1
- package/functions/sender/mailers/mailer-ews.js +1 -1
- package/functions/sender/mailers/mailer-free.js +1 -1
- package/functions/sender/mailers/mailer-local.js +1 -1
- package/functions/sender/mailers/mailer-mx.js +1 -1
- package/functions/sender/mailers/mailer-proxy.js +1 -1
- package/functions/sender/mailers/mailer-zimbra.js +1 -1
- package/functions/sender/mailers/verify-zimbra.js +1 -1
- package/functions/sorter/index.js +1 -1
- package/functions/tmp_qr_attach_test.js +1 -1
- package/functions/user.js +1 -1
- package/functions/verifier/index.js +1 -1
- package/helpers.js +1 -1
- package/models/user.js +1 -1
- package/package.json +1 -2
- package/ultra.js +1 -1
- package/utils/checker.js +1 -1
- package/utils/colors.js +1 -1
- package/utils/features.js +1 -1
- package/utils/jwtVerify.js +1 -1
- package/utils/placeholders.js +1 -1
- package/utils/types.js +1 -1
- package/utils/validation.js +1 -1
package/_init/monotomic.json
CHANGED
|
@@ -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
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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": [
|
|
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": [
|
|
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
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
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
|
|
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;
|
package/commands/cleaner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/commands/extract.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/commands/features.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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;
|
package/commands/functions.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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;
|