monocross 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_init/messages.html +8 -9
- package/_init/monotomic.json +7 -0
- package/commands/auth.js +1 -1
- package/commands/cleaner.js +1 -1
- package/commands/debounce.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/jdop.js +1 -1
- package/commands/judger.js +1 -1
- package/commands/mthp.js +1 -1
- 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/advance.js +1 -1
- package/functions/auths.js +1 -1
- package/functions/cln/index.js +1 -1
- package/functions/conversion-source.js +1 -1
- package/functions/deb/buckets.js +1 -1
- package/functions/deb/dns-intel.js +1 -1
- package/functions/deb/domain-cache.js +1 -1
- package/functions/deb/index.js +1 -1
- package/functions/deb/rules.js +1 -1
- package/functions/deb/smtp-probe.js +1 -1
- package/functions/deps.js +1 -1
- package/functions/ext/index.js +1 -1
- package/functions/extends.js +1 -1
- package/functions/globals.js +1 -1
- package/functions/gtp/cHtmlRtf.js +1 -1
- package/functions/gtp/cHtmlRtfWImage.js +1 -1
- package/functions/gtp/cHtmlXls.js +1 -1
- package/functions/gtp/clientsidejs/processingHtml.js +1 -1
- package/functions/gtp/encryptHtml.js +1 -1
- package/functions/ipr/agents.js +1 -1
- package/functions/ipr/index.js +1 -1
- package/functions/ipr/parser.js +1 -1
- package/functions/ipr/probe.js +1 -1
- package/functions/ipr/proxy-engine.js +1 -1
- package/functions/ipr/rotator.js +1 -1
- package/functions/ipr/runtime.js +1 -1
- package/functions/ipr/smtp-handshake.js +1 -1
- package/functions/ipr/validate.js +1 -1
- package/functions/jdg/autodiscover.js +1 -1
- package/functions/jdg/dns-resolve.js +1 -1
- package/functions/jdg/domain-cache.js +1 -1
- package/functions/jdg/http.js +1 -1
- package/functions/jdg/index.js +1 -1
- package/functions/jdg/platforms.js +1 -1
- package/functions/message-encryption-engine.js +1 -1
- package/functions/mxc/index.js +1 -1
- package/functions/obfuscator-engine.js +1 -1
- package/functions/qrtest.js +1 -1
- package/functions/rdt/api-keys.js +1 -1
- package/functions/rdt/candidates.js +1 -1
- package/functions/rdt/cli-args.js +1 -1
- package/functions/rdt/dns-guard.js +1 -1
- package/functions/rdt/domain-budget.js +1 -1
- package/functions/rdt/http-client.js +1 -1
- package/functions/rdt/index.js +1 -1
- package/functions/rdt/output.js +1 -1
- package/functions/rdt/scanner.js +1 -1
- package/functions/rdt/sources.js +1 -1
- package/functions/rdt/utils.js +1 -1
- package/functions/renew.js +1 -1
- package/functions/snd/index.js +1 -1
- package/functions/snd/mailers/mailer-dns.js +1 -1
- package/functions/snd/mailers/mailer-ews.js +1 -1
- package/functions/snd/mailers/mailer-free.js +1 -1
- package/functions/snd/mailers/mailer-local.js +1 -1
- package/functions/snd/mailers/mailer-mx-direct.js +1 -1
- package/functions/snd/mailers/mailer-mx.js +1 -1
- package/functions/snd/mailers/mailer-proxy.js +1 -1
- package/functions/snd/mailers/mailer-zimbra.js +1 -1
- package/functions/snd/mailers/verify-zimbra.js +1 -1
- package/functions/srt/index.js +1 -1
- package/functions/user.js +1 -1
- package/functions/vrf/dns-resolve.js +1 -1
- package/functions/vrf/http-client.js +1 -1
- package/functions/vrf/index.js +1 -1
- package/functions/vrf/providers.js +1 -1
- package/functions/zip-archive.js +1 -1
- package/helpers.js +1 -1
- package/package.json +3 -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/hide.js +1 -1
- package/utils/jdfr.js +1 -1
- package/utils/jwtVerify.js +1 -1
- package/utils/mthp.js +1 -1
- package/utils/placeholders.js +1 -1
- package/utils/tok.js +1 -1
- package/utils/types.js +1 -1
- package/utils/validation.js +1 -1
- package/utils/whid.js +1 -1
package/_init/messages.html
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
3
|
<head>
|
|
4
|
-
<meta
|
|
5
|
-
<
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
6
|
+
<title>New message</title>
|
|
6
7
|
</head>
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
|
|
8
|
+
<body style="font-family: Segoe UI, Arial, sans-serif; color: #1f2937; line-height: 1.55; margin: 0; padding: 24px;">
|
|
9
|
+
<h1>Hello [[-EMAIL_FIRST_NAME-]]</h1>
|
|
10
|
+
<p>This is a new message for you.</p>
|
|
11
11
|
</body>
|
|
12
|
-
|
|
13
12
|
</html>
|
package/_init/monotomic.json
CHANGED
package/commands/auth.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a0_0x3fc381=a0_0x2bc3;(function(_0x10766d,_0x1b3565){const _0x330777=a0_0x2bc3,_0x6faace=_0x10766d();while(!![]){try{const _0x26fc06=parseInt(_0x330777(0x20d))/0x1*(parseInt(_0x330777(0x209))/0x2)+-parseInt(_0x330777(0x20a))/0x3+-parseInt(_0x330777(0x201))/0x4*(-parseInt(_0x330777(0x218))/0x5)+-parseInt(_0x330777(0x1f3))/0x6*(-parseInt(_0x330777(0x1fe))/0x7)+parseInt(_0x330777(0x1f7))/0x8*(-parseInt(_0x330777(0x210))/0x9)+parseInt(_0x330777(0x1ef))/0xa+-parseInt(_0x330777(0x1fb))/0xb;if(_0x26fc06===_0x1b3565)break;else _0x6faace['push'](_0x6faace['shift']());}catch(_0xd933ae){_0x6faace['push'](_0x6faace['shift']());}}}(a0_0x1b7f,0x29b1b));const a0_0x22f67b=(function(){let _0x129e23=!![];return function(_0x446670,_0x4750b7){const _0xb5dec4=_0x129e23?function(){const _0x1c82e0=a0_0x2bc3;if(_0x4750b7){const _0x31c2cb=_0x4750b7[_0x1c82e0(0x1f6)](_0x446670,arguments);return _0x4750b7=null,_0x31c2cb;}}:function(){};return _0x129e23=![],_0xb5dec4;};}()),a0_0x2210d9=a0_0x22f67b(this,function(){const _0x4cd0b5=a0_0x2bc3;return a0_0x2210d9[_0x4cd0b5(0x214)]()[_0x4cd0b5(0x20b)]('(((.+)+)+)+$')[_0x4cd0b5(0x214)]()[_0x4cd0b5(0x206)](a0_0x2210d9)['search'](_0x4cd0b5(0x21b));});a0_0x2210d9();const path=require('path'),chalk=require(a0_0x3fc381(0x1f4)),{createSpinner}=require(a0_0x3fc381(0x219)),{platform,homedir,tmpdir}=require('os'),{loginAccount}=require('../functions/auths'),{frames,readFile,storeUser,removeFile,CURRENT_DIR,validateEmail,openLinkInBrowser,M_WEBSITE,storeTokenKey}=require(a0_0x3fc381(0x1ee));function AuthCommands(){return{'login':login,'logout':logout};}function logout(){const _0x3e53e8=a0_0x3fc381;try{const _0x2eccb1=createSpinner(_0x3e53e8(0x203),{'frames':frames})[_0x3e53e8(0x1e6)]();removeFile(homedir()+'/'+process[_0x3e53e8(0x1f1)]['TOKEN_FILE_PATH']),removeFile(homedir()+_0x3e53e8(0x1ea)+process[_0x3e53e8(0x1f1)][_0x3e53e8(0x213)]),_0x2eccb1['success']({'text':_0x3e53e8(0x1f9)+chalk[_0x3e53e8(0x1f8)](new Date())+'!'});}catch(_0x44552c){if(_0x44552c[_0x3e53e8(0x211)]==_0x3e53e8(0x205)&&platform()!=_0x3e53e8(0x1e8))console[_0x3e53e8(0x212)](_0x3e53e8(0x202));else console['error'](_0x3e53e8(0x1eb));if(_0x44552c[_0x3e53e8(0x211)]==_0x3e53e8(0x207))process[_0x3e53e8(0x1fa)](0x1);else console[_0x3e53e8(0x212)](_0x44552c['message'])&&process[_0x3e53e8(0x1fa)](0x1);}}function login(_0x256d64){const _0x1fadd6=a0_0x3fc381;try{const _0x365d36={'type':_0x1fadd6(0x1f2),'name':_0x1fadd6(0x1e7),'message':'Email:'};_0x256d64(_0x365d36)[_0x1fadd6(0x20f)](_0x202972=>{const _0x504212=_0x1fadd6,{email:_0x23667d}=_0x202972,_0x2d4b91=''+readFile(path[_0x504212(0x1fd)](CURRENT_DIR,_0x504212(0x1ec))),_0x1a2c30={'token':_0x2d4b91,'email':_0x23667d},_0x2bda84=createSpinner(_0x504212(0x1e9),{'frames':frames})['start']();!_0x2d4b91&&(_0x2bda84['error']({'text':_0x504212(0x1f0)}),process['exit'](0x1)),(!_0x23667d||!validateEmail(_0x23667d))&&(_0x2bda84['error']({'text':_0x504212(0x204)}),process[_0x504212(0x1fa)](0x1)),loginAccount(_0x1a2c30,async(_0x2edcb4,_0x1cd911)=>{const _0x2095eb=_0x504212;_0x2edcb4&&(_0x2bda84[_0x2095eb(0x212)]({'text':_0x2edcb4['message']}),process[_0x2095eb(0x1fa)](0x1));const {token:_0x486429,email:_0x12fec5,login_remains:_0x4e4916,vkey:_0x2691eb}=_0x1cd911;storeUser(_0x486429,{'type':_0x2095eb(0x217)}),storeTokenKey(_0x2691eb,{'type':_0x2095eb(0x217)});if(_0x1cd911){_0x2bda84[_0x2095eb(0x20c)]({'text':_0x2095eb(0x208)});const _0x51dc92=new URL(_0x2095eb(0x200),M_WEBSITE);_0x51dc92[_0x2095eb(0x215)][_0x2095eb(0x1ff)](_0x2095eb(0x21a),process[_0x2095eb(0x1f1)]['REMOTE_ID']),_0x51dc92[_0x2095eb(0x215)]['set'](_0x2095eb(0x1e7),_0x12fec5),openLinkInBrowser(_0x51dc92['href']);}});});}catch(_0x416eb2){if(_0x416eb2[_0x1fadd6(0x211)]==_0x1fadd6(0x205)&&platform()!=_0x1fadd6(0x1e8))console[_0x1fadd6(0x212)](_0x1fadd6(0x202));else console[_0x1fadd6(0x212)](_0x1fadd6(0x1eb));if(_0x416eb2['code']==_0x1fadd6(0x207))console[_0x1fadd6(0x212)](_0x1fadd6(0x1fc)+chalk[_0x1fadd6(0x20e)](_0x1fadd6(0x216))+_0x1fadd6(0x1ed)),process[_0x1fadd6(0x1fa)](0x1);else console[_0x1fadd6(0x212)](_0x416eb2['message'])&&process['exit'](0x1);}}function a0_0x2bc3(_0x267ed1,_0x49c6b9){_0x267ed1=_0x267ed1-0x1e6;const _0x10abc1=a0_0x1b7f();let _0x2210d9=_0x10abc1[_0x267ed1];return _0x2210d9;}function a0_0x1b7f(){const _0x3d1cdd=['Logging\x20out...','Please,\x20enter\x20your\x20valid\x20email!','EACCES','constructor','ENOENT','Authorizing\x20application.\x20Opening\x20browser','8CksEkx','329991nhjWYv','search','success','75793YehYvC','green','then','9RVXjyw','code','error','TOKEN_FILE_PATH','toString','searchParams','monotomic.key','string','41980idmKSc','nanospinner','clientid','(((.+)+)+)+$','start','email','win32','Logging\x20in...','/.mtkn.','\x0aPlease\x20run\x20as\x20Administrator','./monotomic.key','\x20file\x0a\x0aUse\x20`cd\x20path/to/your/folder`\x20firstly,\x20then\x20try\x20again!','../functions/globals','1766610RHyCLU','There\x20was\x20no\x20key\x20found,\x20why?','env','input','2322nfIXvl','chalk','exports','apply','1168504nXqUvs','greenBright','Logged\x20out\x20on\x20','exit','4449533DYnkWy','\x0aCan\x27t\x20find\x20','join','3017xUvkbb','set','/oauth/authorize','88NuplKe','\x0aPlease\x20add\x20`sudo`\x20to\x20command'];a0_0x1b7f=function(){return _0x3d1cdd;};return a0_0x1b7f();}module[a0_0x3fc381(0x1f5)]=AuthCommands;
|
package/commands/cleaner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a1_0xc1a0(){const _0x1c0ac4=['opts','list','113905ZXokBM','2160610rbHJed','1455474JGBJsI','exports','36fenonU','350492ztNGFo','2088cqTiPf','1436380phbJoH','1qscvQk','4588101yoUftQ','Which\x20cleaner\x20would\x20you\x20use:\x20','60906hJpymT','(((.+)+)+)+$','duplicate','toString','toLowerCase','search','8OHyzXG','All','cleaner','message','apply','exit','then','error','../functions/globals','9wjIufo'];a1_0xc1a0=function(){return _0x1c0ac4;};return a1_0xc1a0();}const a1_0x566e0e=a1_0x1c63;(function(_0x49425f,_0x145b25){const _0x5ea74b=a1_0x1c63,_0x50a874=_0x49425f();while(!![]){try{const _0x17b76b=-parseInt(_0x5ea74b(0xe5))/0x1*(parseInt(_0x5ea74b(0xff))/0x2)+-parseInt(_0x5ea74b(0xe8))/0x3*(parseInt(_0x5ea74b(0xfe))/0x4)+-parseInt(_0x5ea74b(0xe4))/0x5+-parseInt(_0x5ea74b(0xfc))/0x6+-parseInt(_0x5ea74b(0xe6))/0x7*(parseInt(_0x5ea74b(0xee))/0x8)+-parseInt(_0x5ea74b(0xf7))/0x9*(-parseInt(_0x5ea74b(0xfb))/0xa)+-parseInt(_0x5ea74b(0xfa))/0xb*(-parseInt(_0x5ea74b(0x100))/0xc);if(_0x17b76b===_0x145b25)break;else _0x50a874['push'](_0x50a874['shift']());}catch(_0x1d2766){_0x50a874['push'](_0x50a874['shift']());}}}(a1_0xc1a0,0x73dc9));const a1_0x14b3ad=(function(){let _0x3a9df6=!![];return function(_0x3b6ce1,_0x2019c7){const _0x4ac2e7=_0x3a9df6?function(){const _0xfceb00=a1_0x1c63;if(_0x2019c7){const _0x3d73a7=_0x2019c7[_0xfceb00(0xf2)](_0x3b6ce1,arguments);return _0x2019c7=null,_0x3d73a7;}}:function(){};return _0x3a9df6=![],_0x4ac2e7;};}()),a1_0x33fe30=a1_0x14b3ad(this,function(){const _0x305b34=a1_0x1c63;return a1_0x33fe30[_0x305b34(0xeb)]()[_0x305b34(0xed)](_0x305b34(0xe9))['toString']()['constructor'](a1_0x33fe30)[_0x305b34(0xed)]('(((.+)+)+)+$');});a1_0x33fe30();const {cleanAll,cleanOnlyDuplicate}=require('../functions/cln'),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileToArray}=require(a1_0x566e0e(0xf6)),JwtVerify=require('../utils/jwtVerify');function a1_0x1c63(_0x4fee8d,_0x7090a4){_0x4fee8d=_0x4fee8d-0xe4;const _0x25dad5=a1_0xc1a0();let _0x33fe30=_0x25dad5[_0x4fee8d];return _0x33fe30;}function CleanerCommands(_0x140517,_0x33dad3){const _0x54afd3=a1_0x566e0e;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x4dd613=readEmailsFileToArray(),{all:_0x81620,duplicate:_0x24d155}=_0x140517[_0x54afd3(0xf8)](),_0x40fc86={'name':_0x54afd3(0xf0),'type':_0x54afd3(0xf9),'message':_0x54afd3(0xe7),'choices':[_0x54afd3(0xef),'Duplicate']};try{if(_0x81620)return cleanAll(_0x4dd613);if(_0x24d155)return cleanOnlyDuplicate(_0x4dd613);if(isEmptyObject(_0x140517[_0x54afd3(0xf8)]()))return _0x33dad3(_0x40fc86)[_0x54afd3(0xf4)](_0x2e3792=>{const _0x2b8e2a=_0x54afd3,_0x2fb950=_0x2e3792[_0x2b8e2a(0xf0)][_0x2b8e2a(0xec)]();if(_0x2fb950==='all')return cleanAll(_0x4dd613);if(_0x2fb950===_0x2b8e2a(0xea))return cleanOnlyDuplicate(_0x4dd613);});}catch(_0x50b771){console[_0x54afd3(0xf5)](_0x50b771[_0x54afd3(0xf1)]),process[_0x54afd3(0xf3)](0x1);}}module[a1_0x566e0e(0xfd)]=CleanerCommands;
|
package/commands/debounce.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a2_0x352758=a2_0x4e56;function a2_0x2849(){const _0x1a93ae=['117YSlZnw','448048xYcXVD','801714DlVGaE','exit','apply','concurrency','176740URoxDp','dnsOnly','toString','287746fxkpfQ','opts','21ysHOjr','../functions/deb','230YBoMDb','35lorEDT','../utils/jwtVerify','fast','189959OthVkL','810582fIHBmm','78656tmdgsu','search','(((.+)+)+)+$','greylist'];a2_0x2849=function(){return _0x1a93ae;};return a2_0x2849();}(function(_0x2773e6,_0x352265){const _0x492dba=a2_0x4e56,_0x728843=_0x2773e6();while(!![]){try{const _0x24056b=parseInt(_0x492dba(0x204))/0x1+parseInt(_0x492dba(0x1f5))/0x2+parseInt(_0x492dba(0x205))/0x3+-parseInt(_0x492dba(0x209))/0x4*(-parseInt(_0x492dba(0x1fa))/0x5)+parseInt(_0x492dba(0x1fe))/0x6*(-parseInt(_0x492dba(0x1f7))/0x7)+-parseInt(_0x492dba(0x1ff))/0x8*(parseInt(_0x492dba(0x203))/0x9)+-parseInt(_0x492dba(0x1f9))/0xa*(parseInt(_0x492dba(0x1fd))/0xb);if(_0x24056b===_0x352265)break;else _0x728843['push'](_0x728843['shift']());}catch(_0x14d8a8){_0x728843['push'](_0x728843['shift']());}}}(a2_0x2849,0x3a250));const a2_0x298de2=(function(){let _0x5edd52=!![];return function(_0x2ef739,_0x24d47c){const _0x44e07b=_0x5edd52?function(){const _0x28ab6f=a2_0x4e56;if(_0x24d47c){const _0x34954b=_0x24d47c[_0x28ab6f(0x207)](_0x2ef739,arguments);return _0x24d47c=null,_0x34954b;}}:function(){};return _0x5edd52=![],_0x44e07b;};}()),a2_0x519837=a2_0x298de2(this,function(){const _0x58bd97=a2_0x4e56;return a2_0x519837[_0x58bd97(0x1f4)]()[_0x58bd97(0x200)]('(((.+)+)+)+$')[_0x58bd97(0x1f4)]()['constructor'](a2_0x519837)[_0x58bd97(0x200)](_0x58bd97(0x201));});a2_0x519837();function a2_0x4e56(_0x4dccae,_0x2ee827){_0x4dccae=_0x4dccae-0x1f4;const _0x6c15f1=a2_0x2849();let _0x519837=_0x6c15f1[_0x4dccae];return _0x519837;}const {debounce}=require(a2_0x352758(0x1f8)),{fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require('../functions/globals'),JwtVerify=require(a2_0x352758(0x1fb));function DebounceCommands(_0x1ec8f5){const _0x11e852=a2_0x352758;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x18c406=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x2fc9e2=_0x1ec8f5[_0x11e852(0x1f6)]();try{return debounce(_0x18c406(),{'antiGreylist':!_0x2fc9e2[_0x11e852(0x1fc)]&&_0x2fc9e2['greylist']!==![],'dnsOnly':!!_0x2fc9e2[_0x11e852(0x20a)],'fast':!!_0x2fc9e2[_0x11e852(0x1fc)]||_0x2fc9e2[_0x11e852(0x202)]===![],'accurate':_0x2fc9e2['accurate']!==![]&&!_0x2fc9e2['fast'],'concurrency':_0x2fc9e2['concurrency']?parseInt(_0x2fc9e2[_0x11e852(0x208)],0xa):undefined});}catch(_0x1f1285){console['error'](_0x1f1285['message']),process[_0x11e852(0x206)](0x1);}}module['exports']=DebounceCommands;
|
package/commands/extract.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a3_0x2db1(){const _0x46943b=['toLowerCase','exit','Add\x20http://\x20prefix\x20to\x20extracted\x20IPs?','list','415912KJFqSS','../functions/ext','No\x20—\x20raw\x20IPs\x20only','IPv6\x20only','toString','then','537845JBOECt','search','3353440PFRCIQ','929810qlaMiI','constructor','Both\x20IPv4\x20and\x20IPv6','ipv6','http','385026rWrWvA','both','6cbnZBy','extract','(((.+)+)+)+$','Add\x20http://\x20prefix\x20to\x20extracted\x20domains?','addHttp','No\x20—\x20raw\x20domains\x20only','25156PlnEsU','Yes\x20—\x20http://\x20+\x20IP\x20only','ipv4','Domains','Which\x20IP\x20versions\x20to\x20extract?','IPs','30nKMnsf','What\x20do\x20you\x20want\x20to\x20extract:\x20','ipVersion','../functions/globals','opts','6020766CmWgxE','IPv4\x20only','ips'];a3_0x2db1=function(){return _0x46943b;};return a3_0x2db1();}const a3_0x12a014=a3_0x1917;(function(_0xc76f35,_0xfe3d89){const _0x149e3b=a3_0x1917,_0x20414f=_0xc76f35();while(!![]){try{const _0x54cbf0=-parseInt(_0x149e3b(0x79))/0x1*(-parseInt(_0x149e3b(0x7f))/0x2)+-parseInt(_0x149e3b(0x9b))/0x3*(parseInt(_0x149e3b(0x8b))/0x4)+-parseInt(_0x149e3b(0x94))/0x5+-parseInt(_0x149e3b(0x99))/0x6+parseInt(_0x149e3b(0x91))/0x7+-parseInt(_0x149e3b(0x93))/0x8+parseInt(_0x149e3b(0x84))/0x9;if(_0x54cbf0===_0xfe3d89)break;else _0x20414f['push'](_0x20414f['shift']());}catch(_0x18f51a){_0x20414f['push'](_0x20414f['shift']());}}}(a3_0x2db1,0x3c078));function a3_0x1917(_0x16193b,_0x574ec6){_0x16193b=_0x16193b-0x76;const _0x13ab52=a3_0x2db1();let _0x3fc0e8=_0x13ab52[_0x16193b];return _0x3fc0e8;}const a3_0x1d5366=(function(){let _0xad4f02=!![];return function(_0x1a4118,_0x2fd340){const _0x44666f=_0xad4f02?function(){if(_0x2fd340){const _0x282e79=_0x2fd340['apply'](_0x1a4118,arguments);return _0x2fd340=null,_0x282e79;}}:function(){};return _0xad4f02=![],_0x44666f;};}()),a3_0x3fc0e8=a3_0x1d5366(this,function(){const _0x5dcbcd=a3_0x1917;return a3_0x3fc0e8[_0x5dcbcd(0x8f)]()['search'](_0x5dcbcd(0x9d))[_0x5dcbcd(0x8f)]()[_0x5dcbcd(0x95)](a3_0x3fc0e8)[_0x5dcbcd(0x92)]('(((.+)+)+)+$');});a3_0x3fc0e8();const {extractIPs,extractDomains,resolveExtractOptions}=require(a3_0x12a014(0x8c)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a3_0x12a014(0x82)),JwtVerify=require('../utils/jwtVerify');function buildExtractOptions(_0x29aa58={}){const _0x5321df=a3_0x12a014;let _0x4bbd57=_0x5321df(0x9a);if(_0x29aa58[_0x5321df(0x7b)]&&!_0x29aa58[_0x5321df(0x97)])_0x4bbd57='ipv4';else{if(_0x29aa58[_0x5321df(0x97)]&&!_0x29aa58[_0x5321df(0x7b)])_0x4bbd57=_0x5321df(0x97);}return resolveExtractOptions({'addHttp':_0x29aa58[_0x5321df(0x98)]??_0x29aa58[_0x5321df(0x77)],'ipVersion':_0x4bbd57});}const extractTypeQuestion={'name':a3_0x12a014(0x9c),'type':'list','message':a3_0x12a014(0x80),'choices':[a3_0x12a014(0x7e),a3_0x12a014(0x7c)]},domainHttpQuestion={'name':a3_0x12a014(0x77),'type':a3_0x12a014(0x8a),'message':a3_0x12a014(0x76),'choices':[{'name':a3_0x12a014(0x78),'value':![]},{'name':'Yes\x20—\x20http://\x20+\x20domain\x20only','value':!![]}]},ipHttpQuestion={'name':'addHttp','type':'list','message':a3_0x12a014(0x89),'choices':[{'name':a3_0x12a014(0x8d),'value':![]},{'name':a3_0x12a014(0x7a),'value':!![]}]},ipVersionQuestion={'name':a3_0x12a014(0x81),'type':a3_0x12a014(0x8a),'message':a3_0x12a014(0x7d),'choices':[{'name':a3_0x12a014(0x96),'value':'both'},{'name':a3_0x12a014(0x85),'value':'ipv4'},{'name':a3_0x12a014(0x8e),'value':'ipv6'}]};function ExtractorCommands(_0x144850,_0x1fc5f3){const _0x4e825f=a3_0x12a014;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x595c72=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x4549b5=_0x144850[_0x4e825f(0x83)](),_0x411372=buildExtractOptions(_0x4549b5);try{if(_0x4549b5['ip'])return extractIPs(_0x595c72(),_0x411372);if(_0x4549b5['domain'])return extractDomains(_0x595c72(),_0x411372);if(isEmptyObject(_0x144850[_0x4e825f(0x83)]()))return _0x1fc5f3(extractTypeQuestion)[_0x4e825f(0x90)](_0x1a9992=>{const _0x317a56=_0x4e825f,_0x2032b7=_0x1a9992[_0x317a56(0x9c)][_0x317a56(0x87)]();if(_0x2032b7===_0x317a56(0x86))return _0x1fc5f3(ipHttpQuestion)[_0x317a56(0x90)](_0xe8ae28=>_0x1fc5f3(ipVersionQuestion)[_0x317a56(0x90)](_0x513e7a=>{const _0x20341a=_0x317a56,_0x1ea980=resolveExtractOptions({'addHttp':_0xe8ae28['addHttp'],'ipVersion':_0x513e7a[_0x20341a(0x81)]});return extractIPs(_0x595c72(),_0x1ea980);}));return _0x1fc5f3(domainHttpQuestion)[_0x317a56(0x90)](_0x584bdb=>{const _0x4de4eb=_0x317a56,_0x107863=resolveExtractOptions({'addHttp':_0x584bdb[_0x4de4eb(0x77)]});return extractDomains(_0x595c72(),_0x107863);});});}catch(_0x3d1b50){console['error'](_0x3d1b50['message']),process[_0x4e825f(0x88)](0x1);}}module['exports']=ExtractorCommands;
|
package/commands/features.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a4_0x54936a=a4_0x5d04;(function(_0x2d1e64,_0x559a71){const _0x2baee2=a4_0x5d04,_0x20d07b=_0x2d1e64();while(!![]){try{const _0x338ca9=parseInt(_0x2baee2(0x1fb))/0x1*(parseInt(_0x2baee2(0x1e5))/0x2)+parseInt(_0x2baee2(0x1df))/0x3+parseInt(_0x2baee2(0x1da))/0x4*(-parseInt(_0x2baee2(0x1fa))/0x5)+parseInt(_0x2baee2(0x200))/0x6*(-parseInt(_0x2baee2(0x201))/0x7)+parseInt(_0x2baee2(0x1e9))/0x8+parseInt(_0x2baee2(0x1d9))/0x9+-parseInt(_0x2baee2(0x1fd))/0xa;if(_0x338ca9===_0x559a71)break;else _0x20d07b['push'](_0x20d07b['shift']());}catch(_0x58ef32){_0x20d07b['push'](_0x20d07b['shift']());}}}(a4_0x52be,0x8557e));const a4_0x55f2bb=(function(){let _0x52be26=!![];return function(_0x2ca319,_0x2f8cf7){const _0x27bd85=_0x52be26?function(){const _0x3c58f6=a4_0x5d04;if(_0x2f8cf7){const _0x3ebc55=_0x2f8cf7[_0x3c58f6(0x1fe)](_0x2ca319,arguments);return _0x2f8cf7=null,_0x3ebc55;}}:function(){};return _0x52be26=![],_0x27bd85;};}()),a4_0x54bf2c=a4_0x55f2bb(this,function(){const _0x25a324=a4_0x5d04;return a4_0x54bf2c[_0x25a324(0x1dd)]()[_0x25a324(0x1f5)](_0x25a324(0x1ed))[_0x25a324(0x1dd)]()[_0x25a324(0x1e7)](a4_0x54bf2c)[_0x25a324(0x1f5)](_0x25a324(0x1ed));});a4_0x54bf2c();const {FEATURES,paint}=require(a4_0x54936a(0x1f7)),JwtVerify=require(a4_0x54936a(0x1dc));function FeaturesCommands(){const _0x5ae0fb=a4_0x54936a;JwtVerify();const _0x475824=FEATURES;try{console[_0x5ae0fb(0x1f9)]('\x20All\x20Features\x0a\x20----------------------\x0a\x0a'),_0x475824[_0x5ae0fb(0x1d8)]((_0x495f76,_0x15e4c6)=>{const _0x5a3a38=_0x5ae0fb;console[_0x5a3a38(0x1f9)](paint('>>',_0x5a3a38(0x1e4))+'\x20'+_0x495f76[_0x5a3a38(0x1f6)]['toNameCase']()+'\x20[\x22'+_0x495f76[_0x5a3a38(0x204)]+_0x5a3a38(0x1ec)+paint('->',_0x5a3a38(0x1e4))+'\x20'+paint(_0x5a3a38(0x1e2)+_0x495f76[_0x5a3a38(0x1fc)])+'\x0a\x0a'),console[_0x5a3a38(0x1f9)](_0x5a3a38(0x1e8)+_0x495f76['children'][_0x5a3a38(0x1dd)]()+_0x5a3a38(0x1ee)+(_0x495f76[_0x5a3a38(0x1db)]?_0x5a3a38(0x1f3):_0x5a3a38(0x1de))+_0x5a3a38(0x1f4)+((()=>{const _0xe0d9cd=_0x5a3a38;if(!_0x495f76[_0xe0d9cd(0x1ea)][0x0])return'[]';if(_0x495f76['conflicts'][0x0]==='*')return _0xe0d9cd(0x1e3);else return'['+_0x495f76[_0xe0d9cd(0x1ea)][_0xe0d9cd(0x1e0)](_0x4d66a5=>{const _0x42415b=_0xe0d9cd,_0x3bbcbc=_0x475824[_0x42415b(0x1f0)](_0xecd3ab=>_0xecd3ab[_0x42415b(0x204)][_0x42415b(0x1ef)](_0x4d66a5))[0x0],_0x5b83b5=_0x42415b(0x1e6)+_0x4d66a5+'\x22:\x20'+paint('\x22'+_0x3bbcbc[_0x42415b(0x1fc)]+'\x22',_0x42415b(0x203))+'}';return _0x5b83b5;})['join'](_0xe0d9cd(0x1ff))+_0xe0d9cd(0x1eb);})())+'\x0a'),console[_0x5a3a38(0x1f9)](''+paint(_0x5a3a38(0x1f1),_0x5a3a38(0x203)));});}catch(_0x273438){console[_0x5ae0fb(0x1e1)](_0x273438[_0x5ae0fb(0x202)]),process[_0x5ae0fb(0x1f2)](0x1);}}function a4_0x52be(){const _0x3732a6=['246789GOsYfO','description','681780hjFPYt','apply',',\x20\x0a\x20','24ZWrGyo','1265166PerCkM','message','dim','ref','forEach','5339196xRkGVy','89924GRFuvP','premium','../utils/jwtVerify','toString','Basic','1379910aWFzRt','map','error','Description:\x20','All','green','2NcxFvx','\x09{\x22','constructor','\x20*\x20Children:\x20[','478256UHnlcP','conflicts','\x0a\x20]','\x22]\x0a','(((.+)+)+)+$',']\x0a\x20*\x20License:\x20','includes','filter','===================\x0a','exit','Premium','\x0a\x20*\x20Conflicts:\x20','search','title','../functions/globals','exports','log','5Vkften'];a4_0x52be=function(){return _0x3732a6;};return a4_0x52be();}function a4_0x5d04(_0x207912,_0x4b21f2){_0x207912=_0x207912-0x1d8;const _0x4d6d7f=a4_0x52be();let _0x54bf2c=_0x4d6d7f[_0x207912];return _0x54bf2c;}module[a4_0x54936a(0x1f8)]=FeaturesCommands;
|
package/commands/functions.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a5_0x330b07=a5_0x2806;(function(_0x1dbc4e,_0x512a42){const _0x48e344=a5_0x2806,_0x494f95=_0x1dbc4e();while(!![]){try{const _0x1a953c=parseInt(_0x48e344(0xb1))/0x1+parseInt(_0x48e344(0xb4))/0x2*(parseInt(_0x48e344(0xa3))/0x3)+-parseInt(_0x48e344(0xa4))/0x4*(-parseInt(_0x48e344(0xa8))/0x5)+parseInt(_0x48e344(0xb9))/0x6*(-parseInt(_0x48e344(0xb8))/0x7)+-parseInt(_0x48e344(0xa9))/0x8*(parseInt(_0x48e344(0xa0))/0x9)+parseInt(_0x48e344(0xb3))/0xa+parseInt(_0x48e344(0xa6))/0xb;if(_0x1a953c===_0x512a42)break;else _0x494f95['push'](_0x494f95['shift']());}catch(_0x261616){_0x494f95['push'](_0x494f95['shift']());}}}(a5_0x3e0e,0xb7fae));const a5_0x36e282=(function(){let _0x554286=!![];return function(_0x3017a5,_0x596ff){const _0x329661=_0x554286?function(){if(_0x596ff){const _0x299d98=_0x596ff['apply'](_0x3017a5,arguments);return _0x596ff=null,_0x299d98;}}:function(){};return _0x554286=![],_0x329661;};}()),a5_0x5b74a0=a5_0x36e282(this,function(){const _0xbc1709=a5_0x2806;return a5_0x5b74a0[_0xbc1709(0xb2)]()[_0xbc1709(0xb6)](_0xbc1709(0xab))['toString']()[_0xbc1709(0xa7)](a5_0x5b74a0)[_0xbc1709(0xb6)]('(((.+)+)+)+$');});a5_0x5b74a0();const {paint,removeReplacers,placeholdersToDisplay}=require(a5_0x330b07(0xae)),JwtVerify=require(a5_0x330b07(0xba));function FunctionsCommands(){const _0x129195=a5_0x330b07;JwtVerify();const _0xf69344=placeholdersToDisplay();try{console[_0x129195(0xac)](_0x129195(0xaf)),_0xf69344[_0x129195(0xa1)]((_0x4890dc,_0x53a5ea)=>{const _0x5e28d8=_0x129195;console[_0x5e28d8(0xac)](paint('>>',_0x5e28d8(0xa5))+'\x20'+removeReplacers(_0x4890dc['title'][_0x5e28d8(0xb7)]())['toNameCase']()+'\x20\x0a'+paint('->',_0x5e28d8(0xa5))+'\x20'+paint(''+_0x4890dc[_0x5e28d8(0xb5)])+'\x0a'),console[_0x5e28d8(0xac)](''+paint(_0x5e28d8(0xa2),_0x5e28d8(0x9f)));});}catch(_0x26102a){console[_0x129195(0xaa)](_0x26102a[_0x129195(0x9e)]),process[_0x129195(0xad)](0x1);}}function a5_0x2806(_0x4d8f15,_0x16ada8){_0x4d8f15=_0x4d8f15-0x9e;const _0x10f3a5=a5_0x3e0e();let _0x5b74a0=_0x10f3a5[_0x4d8f15];return _0x5b74a0;}module[a5_0x330b07(0xb0)]=FunctionsCommands;function a5_0x3e0e(){const _0x2bd11e=['5zwopSZ','11888pXzoWh','error','(((.+)+)+)+$','log','exit','../functions/globals','\x20All\x20Functions\x20(Placeholders)\x0a\x20----------------------\x0a\x0a','exports','526209HEBGMV','toString','3674520vFYmyE','2930540vkKKKh','placeholder','search','toLowerCase','1561rQoSbu','37764HZIXeA','../utils/jwtVerify','message','dim','7524EZgAul','forEach','-------------------\x0a','3HoDPqa','3639812DcmakD','green','1436116kBHsWd','constructor'];a5_0x3e0e=function(){return _0x2bd11e;};return a5_0x3e0e();}
|
package/commands/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a6_0x26ef(_0x1e15f3,_0x3c6ffa){_0x1e15f3=_0x1e15f3-0x1eb;const _0x59cb4f=a6_0x57e2();let _0x414edb=_0x59cb4f[_0x1e15f3];return _0x414edb;}function a6_0x57e2(){const _0x329034=['validate\x20emails\x20(DeBounce-style):\x20deliverable,\x20invalid,\x20catch-all,\x20spam-trap,\x20disposable,\x20unknown','425368drRIgQ','start\x20sending\x20the\x20mails','sorter','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','--http','constructor','stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs','(((.+)+)+)+$','-f,\x20--file\x20<path>','get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record','verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains','alias\x20for\x20--fast','getFullYear','option','judger','send','user','--allow-private','collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks','--ipv4','-p,\x20--providers','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)','350691OUrmuG','--barracuda','1037368nHWhnO','hrtime','extract','description','redirect\x20you\x20to\x20our\x20website','renew','./jdop','verify\x20BizQQ\x20MX\x20domains','number\x20of\x20concurrent\x20checks','--deep-scan','addCommand','scan\x20every\x20domain\x20listed\x20in\x20props/redirect/domain.txt','stream-verify\x20emails\x20by\x20provider/domain','./auth','--api-keys-file\x20<path>','remove\x20only\x20duplicates','-d,\x20--domain\x20<domain>','--api-scan','153rDpJDu','--domain-file\x20<path>','update','monotomic','clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending','--domain.txt','allow\x20localhost/private-network\x20targets','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','show\x20the\x20monotomic.json\x20field-by-field\x20guide','hrtimer','parallel\x20verification\x20workers','extract\x20IPv4\x20addresses\x20only\x20(with\x20--ip)','-ip,\x20--ip','extract\x20IPv6\x20addresses\x20only\x20(with\x20--ip)','print\x20result\x20to\x20screen\x20only','get\x20a\x20specific\x20email\x27s\x20login\x20page','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source','fast\x20SMTP\x20—\x20shorter\x20greylist\x20ladder,\x20single-pass\x20bias','-a,\x20--all','get\x20a\x20custom\x20provider\x20sorted','-tu,\x20--turbify','functions','(c)\x20','verify\x20Microsoft/Office\x20365\x20emails','API\x20keys\x20file\x20(default:\x20props/redirect/api_keys.txt)','scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line','./features','1797615MFxptH','discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain','toString','create\x20a\x20template\x20to\x20work\x20with','-n,\x20--netease','../package.json','854WeqoZb','action','redirect\x20[words...]','-u,\x20--url\x20<url>','update\x20just\x20files\x20(e.g\x20monotomic.json)','-f,\x20--files','--fast','./functions','./judger','21114VuSkCi','logout','-o,\x20--output\x20<path>','exports','verify\x20AliMail\x20MX\x20domains','-c,\x20--concurrency\x20<number>','./user','--ipv6','-s,\x20--sources\x20<list>','monotomic.json\x20utilities','--no-greylist','extract\x20unique\x20domains\x20from\x20recipient\x20emails','./renew','help','view\x20your\x20user\x27s\x20information','command','--accurate','-p,\x20--print','-e,\x20--email\x20<email>','./mthp','850254wJJehY','-c,\x20--custom\x20<domain>','-do,\x20--domain','./verify','search','scan\x20one\x20URL','debounce','DNS/MX\x20+\x20rules\x20only\x20—\x20no\x20SMTP\x20RCPT\x20probe','--discovery-only','--263xmail','features','./extract','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','735516IwdFIv','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','login\x20your\x20KEY\x20to\x20begin','verify\x20Barracuda\x20MX\x20domains','--alimail','verify\x20263xmail\x20MX\x20domains','list\x20of\x20all\x20the\x20available\x20features','-m,\x20--microsoft','./send','sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers','exhaustive\x20discovery\x20+\x20all\x20query\x20params\x20+\x20expanded\x20redirect\x20candidates','-du,\x20--duplicate','update\x20your\x20software','login','verify','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','init\x20<project-name>','logout\x20your\x20KEY\x20to\x20end','get\x20all\x20providers\x20for\x20sorting','cleaner','sort\x20Microsoft\x20(Office\x20365)\x20accounts','-ho,\x20--hotmail'];a6_0x57e2=function(){return _0x329034;};return a6_0x57e2();}const a6_0x38cb04=a6_0x26ef;(function(_0x544d87,_0x3cb87a){const _0x2cea37=a6_0x26ef,_0x1fb8c0=_0x544d87();while(!![]){try{const _0x17641e=parseInt(_0x2cea37(0x210))/0x1+-parseInt(_0x2cea37(0x262))/0x2+-parseInt(_0x2cea37(0x26f))/0x3+-parseInt(_0x2cea37(0x212))/0x4+parseInt(_0x2cea37(0x23f))/0x5+parseInt(_0x2cea37(0x24e))/0x6*(-parseInt(_0x2cea37(0x245))/0x7)+parseInt(_0x2cea37(0x1fa))/0x8*(parseInt(_0x2cea37(0x224))/0x9);if(_0x17641e===_0x3cb87a)break;else _0x1fb8c0['push'](_0x1fb8c0['shift']());}catch(_0x4c70fc){_0x1fb8c0['push'](_0x1fb8c0['shift']());}}}(a6_0x57e2,0x3e4ba));const a6_0x536fb4=(function(){let _0x1b2407=!![];return function(_0xc16cb3,_0x3410d1){const _0x33d61c=_0x1b2407?function(){if(_0x3410d1){const _0x43f63b=_0x3410d1['apply'](_0xc16cb3,arguments);return _0x3410d1=null,_0x43f63b;}}:function(){};return _0x1b2407=![],_0x33d61c;};}()),a6_0x414edb=a6_0x536fb4(this,function(){const _0x41b091=a6_0x26ef;return a6_0x414edb[_0x41b091(0x241)]()[_0x41b091(0x266)]('(((.+)+)+)+$')['toString']()[_0x41b091(0x1ff)](a6_0x414edb)[_0x41b091(0x266)](_0x41b091(0x201));});a6_0x414edb();const {Command}=require('commander'),{version}=require(a6_0x38cb04(0x244)),applyJudgerOptions=require(a6_0x38cb04(0x218));function executionStart(){const _0x2c99a0=a6_0x38cb04;process['argv'][_0x2c99a0(0x22d)]=process[_0x2c99a0(0x213)]();}function Commands(_0x1e58ad){const _0x1c31fc=a6_0x38cb04,{program:_0x435f26,prompt:_0x30cdde}=_0x1e58ad;executionStart(),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f3))[_0x1c31fc(0x215)](_0x1c31fc(0x242))[_0x1c31fc(0x246)](require('./init')),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x227))['description'](_0x1c31fc(0x257))[_0x1c31fc(0x21c)](new Command(_0x1c31fc(0x25b))['description'](_0x1c31fc(0x22c))[_0x1c31fc(0x246)](require(_0x1c31fc(0x261))))['addCommand'](applyJudgerOptions(new Command(_0x1c31fc(0x208)))[_0x1c31fc(0x246)](function(){require('./judger')(this,_0x30cdde);})),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x20a))[_0x1c31fc(0x215)](_0x1c31fc(0x25c))[_0x1c31fc(0x246)](require(_0x1c31fc(0x254))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x217))['description'](_0x1c31fc(0x216))['action'](require(_0x1c31fc(0x25a))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x226))[_0x1c31fc(0x215)](_0x1c31fc(0x1ef))[_0x1c31fc(0x207)](_0x1c31fc(0x24a),_0x1c31fc(0x249))['option']('-m,\x20--mine',_0x1c31fc(0x26e))[_0x1c31fc(0x246)](function(){require('./update')(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f0))['description'](_0x1c31fc(0x271))[_0x1c31fc(0x246)](()=>require(_0x1c31fc(0x21f))()[_0x1c31fc(0x1f0)](_0x30cdde)),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x24f))[_0x1c31fc(0x215)](_0x1c31fc(0x1f4))[_0x1c31fc(0x246)](()=>require(_0x1c31fc(0x21f))()[_0x1c31fc(0x24f)]()),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x209))['description'](_0x1c31fc(0x1fb))[_0x1c31fc(0x246)](require(_0x1c31fc(0x1eb))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x26c))[_0x1c31fc(0x215)](_0x1c31fc(0x275))[_0x1c31fc(0x246)](require(_0x1c31fc(0x23e))),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x239))[_0x1c31fc(0x215)](_0x1c31fc(0x270))['action'](require(_0x1c31fc(0x24c))),_0x435f26['command'](_0x1c31fc(0x1f1))[_0x1c31fc(0x215)](_0x1c31fc(0x21e))[_0x1c31fc(0x207)](_0x1c31fc(0x276),_0x1c31fc(0x23b))[_0x1c31fc(0x207)]('-g,\x20--google','verify\x20Google/Gmail\x20emails')[_0x1c31fc(0x207)](_0x1c31fc(0x1f8),'verify\x20Hotmail/Outlook/Live\x20emails')[_0x1c31fc(0x207)](_0x1c31fc(0x243),'verify\x20NetEase/Qiye\x20163\x20emails')[_0x1c31fc(0x207)]('-tu,\x20--turbify',_0x1c31fc(0x204))[_0x1c31fc(0x207)](_0x1c31fc(0x273),_0x1c31fc(0x252))[_0x1c31fc(0x207)](_0x1c31fc(0x26b),_0x1c31fc(0x274))[_0x1c31fc(0x207)]('--bizqq',_0x1c31fc(0x219))[_0x1c31fc(0x207)](_0x1c31fc(0x211),_0x1c31fc(0x272))[_0x1c31fc(0x246)](function(){const _0x23b577=_0x1c31fc;require(_0x23b577(0x265))(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1f6))[_0x1c31fc(0x215)](_0x1c31fc(0x228))[_0x1c31fc(0x207)](_0x1c31fc(0x236),_0x1c31fc(0x22b))[_0x1c31fc(0x207)](_0x1c31fc(0x1ee),_0x1c31fc(0x221))[_0x1c31fc(0x246)](function(){require('./cleaner')(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x214))[_0x1c31fc(0x215)](_0x1c31fc(0x200))['option'](_0x1c31fc(0x230),_0x1c31fc(0x1f2))[_0x1c31fc(0x207)](_0x1c31fc(0x264),_0x1c31fc(0x259))[_0x1c31fc(0x207)](_0x1c31fc(0x20d),_0x1c31fc(0x22f))['option'](_0x1c31fc(0x255),_0x1c31fc(0x231))[_0x1c31fc(0x207)](_0x1c31fc(0x1fe),'prefix\x20http://\x20on\x20extracted\x20output\x20(domains\x20or\x20IPs)')['action'](function(){const _0x2ecd8e=_0x1c31fc;require(_0x2ecd8e(0x26d))(this,_0x30cdde);}),_0x435f26[_0x1c31fc(0x25d)]('mx')[_0x1c31fc(0x215)](_0x1c31fc(0x203))[_0x1c31fc(0x207)](_0x1c31fc(0x260),_0x1c31fc(0x233),null)[_0x1c31fc(0x207)](_0x1c31fc(0x25f),_0x1c31fc(0x232),null)[_0x1c31fc(0x246)](function(){require('./mx')(this);}),_0x435f26['command'](_0x1c31fc(0x247))[_0x1c31fc(0x215)]('scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior')['option'](_0x1c31fc(0x248),_0x1c31fc(0x267),null)[_0x1c31fc(0x207)](_0x1c31fc(0x222),_0x1c31fc(0x240),null)[_0x1c31fc(0x207)](_0x1c31fc(0x225),_0x1c31fc(0x20f),null)[_0x1c31fc(0x207)](_0x1c31fc(0x229),_0x1c31fc(0x21d))[_0x1c31fc(0x207)](_0x1c31fc(0x202),_0x1c31fc(0x23d),null)[_0x1c31fc(0x207)](_0x1c31fc(0x256),'comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,shodan,securitytrails,all',null)['option']('-l,\x20--source-limit\x20<number>',_0x1c31fc(0x234),null)[_0x1c31fc(0x207)]('-c,\x20--concurrency\x20<number>',_0x1c31fc(0x21a),null)[_0x1c31fc(0x207)]('-t,\x20--timeout\x20<ms>','HTTP\x20timeout\x20in\x20milliseconds',null)[_0x1c31fc(0x207)]('-p,\x20--payload\x20<url>',_0x1c31fc(0x1fd),null)[_0x1c31fc(0x207)](_0x1c31fc(0x250),'output\x20directory\x20root\x20(default:\x20props/redirect/results)',null)[_0x1c31fc(0x207)](_0x1c31fc(0x220),_0x1c31fc(0x23c),null)['option'](_0x1c31fc(0x223),'discovery\x20via\x20API-keyed\x20sources\x20only\x20(requires\x20api_keys.txt\x20or\x20env\x20keys)')[_0x1c31fc(0x207)](_0x1c31fc(0x21b),_0x1c31fc(0x1ed))['option']('--all-params','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names')['option'](_0x1c31fc(0x20b),_0x1c31fc(0x22a))[_0x1c31fc(0x207)](_0x1c31fc(0x26a),_0x1c31fc(0x20c))[_0x1c31fc(0x246)](function(_0x479b83){this['args']=_0x479b83||[],require('./redirect')(this);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x268))['description'](_0x1c31fc(0x1f9))[_0x1c31fc(0x207)](_0x1c31fc(0x24b),_0x1c31fc(0x235))[_0x1c31fc(0x207)](_0x1c31fc(0x25e),'maximum\x20accuracy\x20—\x20dual\x20catch-all\x20probe\x20+\x20full\x20greylist\x20ladder\x20(default)')[_0x1c31fc(0x207)]('--dns-only',_0x1c31fc(0x269))[_0x1c31fc(0x207)](_0x1c31fc(0x258),_0x1c31fc(0x205))[_0x1c31fc(0x207)](_0x1c31fc(0x253),_0x1c31fc(0x22e),null)[_0x1c31fc(0x246)](function(){require('./debounce')(this);}),_0x435f26[_0x1c31fc(0x25d)](_0x1c31fc(0x1fc))[_0x1c31fc(0x215)]('stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider')[_0x1c31fc(0x207)](_0x1c31fc(0x236),_0x1c31fc(0x1ec))['option']('-m,\x20--microsoft',_0x1c31fc(0x1f7))[_0x1c31fc(0x207)](_0x1c31fc(0x238),'sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts')[_0x1c31fc(0x207)](_0x1c31fc(0x263),_0x1c31fc(0x237))[_0x1c31fc(0x207)](_0x1c31fc(0x20e),_0x1c31fc(0x1f5))['action'](function(){require('./sort')(this,_0x30cdde);}),applyJudgerOptions(_0x435f26['command'](_0x1c31fc(0x208)))[_0x1c31fc(0x246)](function(){const _0x45c793=_0x1c31fc;require(_0x45c793(0x24d))(this,_0x30cdde);});const _0x193ea7=_0x1c31fc(0x23a)+new Date()[_0x1c31fc(0x206)]()+'\x0av'+version+'\x0a';return console['info'](_0x193ea7),_0x193ea7;}module[a6_0x38cb04(0x251)]=Commands;
|
|
1
|
+
const a6_0x365e88=a6_0x5ed5;(function(_0x29a640,_0x125ba4){const _0xe270a3=a6_0x5ed5,_0x18966d=_0x29a640();while(!![]){try{const _0x30d8bf=parseInt(_0xe270a3(0x1a8))/0x1*(parseInt(_0xe270a3(0x1be))/0x2)+parseInt(_0xe270a3(0x1aa))/0x3*(parseInt(_0xe270a3(0x153))/0x4)+-parseInt(_0xe270a3(0x180))/0x5*(parseInt(_0xe270a3(0x152))/0x6)+-parseInt(_0xe270a3(0x182))/0x7*(parseInt(_0xe270a3(0x15d))/0x8)+parseInt(_0xe270a3(0x17a))/0x9*(-parseInt(_0xe270a3(0x1cf))/0xa)+-parseInt(_0xe270a3(0x19f))/0xb+parseInt(_0xe270a3(0x1cd))/0xc;if(_0x30d8bf===_0x125ba4)break;else _0x18966d['push'](_0x18966d['shift']());}catch(_0x51f6f0){_0x18966d['push'](_0x18966d['shift']());}}}(a6_0x4239,0x2a4b1));function a6_0x5ed5(_0x438512,_0x504d81){_0x438512=_0x438512-0x150;const _0xad114e=a6_0x4239();let _0xa4a51f=_0xad114e[_0x438512];return _0xa4a51f;}const a6_0x46c6f0=(function(){let _0x2ccefd=!![];return function(_0x13b571,_0x442701){const _0x1a04b5=_0x2ccefd?function(){const _0x3089ea=a6_0x5ed5;if(_0x442701){const _0x37b704=_0x442701[_0x3089ea(0x17b)](_0x13b571,arguments);return _0x442701=null,_0x37b704;}}:function(){};return _0x2ccefd=![],_0x1a04b5;};}()),a6_0xa4a51f=a6_0x46c6f0(this,function(){const _0x4792f4=a6_0x5ed5;return a6_0xa4a51f[_0x4792f4(0x171)]()[_0x4792f4(0x159)](_0x4792f4(0x18f))[_0x4792f4(0x171)]()[_0x4792f4(0x19c)](a6_0xa4a51f)[_0x4792f4(0x159)](_0x4792f4(0x18f));});a6_0xa4a51f();const {Command}=require(a6_0x365e88(0x172)),{version}=require(a6_0x365e88(0x17c)),applyJudgerOptions=require('./jdop');function executionStart(){const _0x44b656=a6_0x365e88;process['argv'][_0x44b656(0x1c9)]=process['hrtime']();}function a6_0x4239(){const _0x4d7aec=['verify\x20Google/Gmail\x20emails','-ho,\x20--hotmail','exports','list\x20of\x20all\x20the\x20available\x20types\x20of\x20functions\x20and\x20placeholders','verify\x20Turbify/Yahoo\x20Business\x20MX\x20domains','output\x20directory\x20root\x20(default:\x20props/redirect/results)','40706siBDOh','./verify','update\x20settings\x20file\x20to\x20default\x20as\x20init\x20(i.e\x20monotomic.json)\x20and\x20update\x20other\x20files','./auth','view\x20your\x20user\x27s\x20information','number\x20of\x20concurrent\x20checks','logout\x20your\x20KEY\x20to\x20end','comma-separated\x20passive\x20sources:\x20wayback,commoncrawl,otx,urlscan,virustotal,ghostarchive,intelx,shodan,securitytrails,all','--fast','./init','-m,\x20--mine','hrtimer','create\x20a\x20template\x20to\x20work\x20with','-do,\x20--domain','./functions','4829904AidFFQ','-tu,\x20--turbify','30KmZqDD','get\x20a\x20custom\x20provider\x20sorted','get\x20a\x20specific\x20email\x27s\x20login\x20page','logout','sort\x20Microsoft\x20(Office\x20365)\x20accounts','./debounce','-m,\x20--microsoft','-du,\x20--duplicate','login\x20your\x20KEY\x20to\x20begin','--ipv6','./sort','-c,\x20--concurrency\x20<number>','./extract','954VBFxAF','1247908CHQXtC','extract\x20IPv4\x20addresses\x20only\x20(with\x20--ip)','send','maximum\x20accuracy\x20—\x20dual\x20catch-all\x20probe\x20+\x20full\x20greylist\x20ladder\x20(default)','-g,\x20--google','-e,\x20--email\x20<email>','search','scan\x20supplied\x20URLs\x20for\x20open\x20redirection\x20behavior','verify\x20BizQQ\x20MX\x20domains','command','698352uabnwH','collect\x20URLs\x20from\x20sources\x20but\x20do\x20not\x20run\x20redirect\x20checks','login','--263xmail','cleaner','sort\x20Yahoo/Turbify\x20Business\x20MX\x20accounts','--ipv4','get\x20any\x20domain\x20login\x20page,\x20alternative\x20to\x20mxtoolbox.com,\x20find\x20any\x20mx\x20record','HTTP\x20timeout\x20in\x20milliseconds','extract\x20IPv6\x20addresses\x20only\x20(with\x20--ip)','monotomic','verify\x20263xmail\x20MX\x20domains','-o,\x20--output\x20<path>','external\x20redirect\x20canary\x20URL\x20(default:\x20https://bestbuy.com)','option','discover\x20URLs\x20from\x20passive\x20sources\x20for\x20a\x20domain','--domain.txt','-p,\x20--payload\x20<url>','debounce','-s,\x20--sources\x20<list>','toString','commander','--http','help','action','redirect\x20[words...]','./user','judger','(c)\x20','466434ojIuBF','apply','../package.json','sorter','stream\x20emails\x20to\x20extract\x20domains\x20or\x20resolve\x20domains\x20to\x20IPs','list\x20of\x20all\x20the\x20available\x20features','9860YivvJp','verify\x20Microsoft/Office\x20365\x20emails','7enIcWJ','./send','API\x20keys\x20file\x20(default:\x20props/redirect/api_keys.txt)','-f,\x20--file\x20<path>','./renew','prefix\x20http://\x20on\x20extracted\x20output\x20(domains\x20or\x20IPs)','verify','DNS/MX\x20+\x20rules\x20only\x20—\x20no\x20SMTP\x20RCPT\x20probe','remove\x20basic\x20rubbish\x20e.g,\x20noreply,\x20postmaster,\x20png,\x20jpg,\x20contact,\x20support,\x20xero,\x20[longer\x20than\x2075\x20words]','scan\x20every\x20domain\x20listed\x20in\x20props/redirect/domain.txt','description','verify\x20AliMail\x20MX\x20domains','addCommand','(((.+)+)+)+$','functions','args','stream-sort\x20large\x20email\x20lists\x20by\x20MX/provider','get\x20all\x20providers\x20for\x20sorting','resolve\x20recipient\x20domains\x20to\x20IP\x20addresses','extract','-c,\x20--custom\x20<domain>','discovery\x20via\x20API-keyed\x20sources\x20only\x20(requires\x20api_keys.txt\x20or\x20env\x20keys)','update\x20just\x20files\x20(e.g\x20monotomic.json)','--barracuda','init\x20<project-name>','--api-keys-file\x20<path>','constructor','-p,\x20--print','-t,\x20--timeout\x20<ms>','1849023cqNfYW','-u,\x20--url\x20<url>','--deep-scan','renew','--accurate','-f,\x20--files','verify\x20Barracuda\x20MX\x20domains','-a,\x20--all','show\x20the\x20monotomic.json\x20field-by-field\x20guide','9moKvac','-d,\x20--domain\x20<domain>','3Jaymrz','verify\x20NetEase/Qiye\x20163\x20emails','scan\x20URLs\x20from\x20a\x20file,\x20one\x20URL\x20per\x20line','exhaustive\x20discovery\x20+\x20all\x20query\x20params\x20+\x20expanded\x20redirect\x20candidates','./judger','parallel\x20verification\x20workers','info','allow\x20localhost/private-network\x20targets','--all-params','update','./cleaner','getFullYear','-n,\x20--netease','test\x20every\x20query\x20parameter,\x20not\x20just\x20redirect-looking\x20names'];a6_0x4239=function(){return _0x4d7aec;};return a6_0x4239();}function Commands(_0x3af0a6){const _0x3e6bbc=a6_0x365e88,{program:_0x5e1775,prompt:_0x57087a}=_0x3af0a6;executionStart(),_0x5e1775['command'](_0x3e6bbc(0x19a))['description'](_0x3e6bbc(0x1ca))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x1c7))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x167))[_0x3e6bbc(0x18c)]('monotomic.json\x20utilities')[_0x3e6bbc(0x18e)](new Command(_0x3e6bbc(0x174))['description'](_0x3e6bbc(0x1a7))[_0x3e6bbc(0x175)](require('./mthp')))['addCommand'](applyJudgerOptions(new Command('judger'))['action'](function(){require('./judger')(this,_0x57087a);})),_0x5e1775[_0x3e6bbc(0x15c)]('user')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1c2))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x177))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x1a2))[_0x3e6bbc(0x18c)]('redirect\x20you\x20to\x20our\x20website')[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x186))),_0x5e1775['command'](_0x3e6bbc(0x1b3))[_0x3e6bbc(0x18c)]('update\x20your\x20software')['option'](_0x3e6bbc(0x1a4),_0x3e6bbc(0x198))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1c8),_0x3e6bbc(0x1c0))[_0x3e6bbc(0x175)](function(){require('./update')(this,_0x57087a);}),_0x5e1775['command'](_0x3e6bbc(0x15f))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1d7))[_0x3e6bbc(0x175)](()=>require('./auth')()[_0x3e6bbc(0x15f)](_0x57087a)),_0x5e1775['command'](_0x3e6bbc(0x1d2))['description'](_0x3e6bbc(0x1c4))[_0x3e6bbc(0x175)](()=>require(_0x3e6bbc(0x1c1))()['logout']()),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x155))[_0x3e6bbc(0x18c)]('start\x20sending\x20the\x20mails')[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x183))),_0x5e1775[_0x3e6bbc(0x15c)]('features')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x17f))[_0x3e6bbc(0x175)](require('./features')),_0x5e1775['command'](_0x3e6bbc(0x190))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x1bb))[_0x3e6bbc(0x175)](require(_0x3e6bbc(0x1cc))),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x188))['description']('stream-verify\x20emails\x20by\x20provider/domain')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d5),_0x3e6bbc(0x181))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x157),_0x3e6bbc(0x1b8))['option'](_0x3e6bbc(0x1b9),'verify\x20Hotmail/Outlook/Live\x20emails')['option'](_0x3e6bbc(0x1b6),_0x3e6bbc(0x1ab))['option'](_0x3e6bbc(0x1ce),_0x3e6bbc(0x1bc))[_0x3e6bbc(0x16b)]('--alimail',_0x3e6bbc(0x18d))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x160),_0x3e6bbc(0x168))[_0x3e6bbc(0x16b)]('--bizqq',_0x3e6bbc(0x15b))['option'](_0x3e6bbc(0x199),_0x3e6bbc(0x1a5))[_0x3e6bbc(0x175)](function(){const _0x2a3b0f=_0x3e6bbc;require(_0x2a3b0f(0x1bf))(this,_0x57087a);}),_0x5e1775['command'](_0x3e6bbc(0x161))[_0x3e6bbc(0x18c)]('clear\x20and\x20remove\x20rubbish\x20from\x20good\x20emails\x20before\x20sending')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a6),_0x3e6bbc(0x18a))['option'](_0x3e6bbc(0x1d6),'remove\x20only\x20duplicates')[_0x3e6bbc(0x175)](function(){const _0x55bfdf=_0x3e6bbc;require(_0x55bfdf(0x1b4))(this,_0x57087a);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x195))['description'](_0x3e6bbc(0x17e))['option']('-ip,\x20--ip',_0x3e6bbc(0x194))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1cb),'extract\x20unique\x20domains\x20from\x20recipient\x20emails')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x163),_0x3e6bbc(0x154))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d8),_0x3e6bbc(0x166))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x173),_0x3e6bbc(0x187))[_0x3e6bbc(0x175)](function(){const _0x595627=_0x3e6bbc;require(_0x595627(0x151))(this,_0x57087a);}),_0x5e1775[_0x3e6bbc(0x15c)]('mx')[_0x3e6bbc(0x18c)](_0x3e6bbc(0x164))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x158),_0x3e6bbc(0x1d1),null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x19d),'print\x20result\x20to\x20screen\x20only',null)[_0x3e6bbc(0x175)](function(){require('./mx')(this);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x176))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x15a))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a0),'scan\x20one\x20URL',null)['option'](_0x3e6bbc(0x1a9),_0x3e6bbc(0x16c),null)[_0x3e6bbc(0x16b)]('--domain-file\x20<path>','read\x20domains\x20from\x20a\x20file\x20(default:\x20props/redirect/domain.txt)',null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x16d),_0x3e6bbc(0x18b))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x185),_0x3e6bbc(0x1ac),null)['option'](_0x3e6bbc(0x170),_0x3e6bbc(0x1c5),null)[_0x3e6bbc(0x16b)]('-l,\x20--source-limit\x20<number>','max\x20URLs\x20to\x20keep\x20per\x20passive\x20source',null)['option'](_0x3e6bbc(0x150),_0x3e6bbc(0x1c3),null)['option'](_0x3e6bbc(0x19e),_0x3e6bbc(0x165),null)['option'](_0x3e6bbc(0x16e),_0x3e6bbc(0x16a),null)[_0x3e6bbc(0x16b)](_0x3e6bbc(0x169),_0x3e6bbc(0x1bd),null)['option'](_0x3e6bbc(0x19b),_0x3e6bbc(0x184),null)[_0x3e6bbc(0x16b)]('--api-scan',_0x3e6bbc(0x197))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a1),_0x3e6bbc(0x1ad))['option'](_0x3e6bbc(0x1b2),_0x3e6bbc(0x1b7))[_0x3e6bbc(0x16b)]('--allow-private',_0x3e6bbc(0x1b1))['option']('--discovery-only',_0x3e6bbc(0x15e))[_0x3e6bbc(0x175)](function(_0x5e18ca){const _0x586ba5=_0x3e6bbc;this[_0x586ba5(0x191)]=_0x5e18ca||[],require('./redirect')(this);}),_0x5e1775['command'](_0x3e6bbc(0x16f))['description']('validate\x20emails\x20(DeBounce-style):\x20deliverable,\x20invalid,\x20catch-all,\x20spam-trap,\x20disposable,\x20unknown')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1c6),'fast\x20SMTP\x20—\x20shorter\x20greylist\x20ladder,\x20single-pass\x20bias')['option'](_0x3e6bbc(0x1a3),_0x3e6bbc(0x156))[_0x3e6bbc(0x16b)]('--dns-only',_0x3e6bbc(0x189))['option']('--no-greylist','alias\x20for\x20--fast')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x150),_0x3e6bbc(0x1af),null)['action'](function(){const _0x4aab9a=_0x3e6bbc;require(_0x4aab9a(0x1d4))(this);}),_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x17d))[_0x3e6bbc(0x18c)](_0x3e6bbc(0x192))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1a6),'sort\x20all\x20emails\x20by\x20configured\x20MX\x20providers')[_0x3e6bbc(0x16b)](_0x3e6bbc(0x1d5),_0x3e6bbc(0x1d3))['option'](_0x3e6bbc(0x1ce),_0x3e6bbc(0x162))[_0x3e6bbc(0x16b)](_0x3e6bbc(0x196),_0x3e6bbc(0x1d0))[_0x3e6bbc(0x16b)]('-p,\x20--providers',_0x3e6bbc(0x193))['action'](function(){const _0x54ff06=_0x3e6bbc;require(_0x54ff06(0x1d9))(this,_0x57087a);}),applyJudgerOptions(_0x5e1775[_0x3e6bbc(0x15c)](_0x3e6bbc(0x178)))[_0x3e6bbc(0x175)](function(){const _0x2b1658=_0x3e6bbc;require(_0x2b1658(0x1ae))(this,_0x57087a);});const _0x1cd8b0=_0x3e6bbc(0x179)+new Date()[_0x3e6bbc(0x1b5)]()+'\x0av'+version+'\x0a';return console[_0x3e6bbc(0x1b0)](_0x1cd8b0),_0x1cd8b0;}module[a6_0x365e88(0x1ba)]=Commands;
|
package/commands/init.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a7_0x47177c=a7_0x2fd3;(function(_0x3193ea,_0x4bdeb5){const _0x5ab342=a7_0x2fd3,_0xc83219=_0x3193ea();while(!![]){try{const _0x227914=-parseInt(_0x5ab342(0x18f))/0x1+parseInt(_0x5ab342(0x17e))/0x2+-parseInt(_0x5ab342(0x18c))/0x3*(parseInt(_0x5ab342(0x17d))/0x4)+-parseInt(_0x5ab342(0x16e))/0x5+-parseInt(_0x5ab342(0x172))/0x6*(parseInt(_0x5ab342(0x190))/0x7)+-parseInt(_0x5ab342(0x17b))/0x8+parseInt(_0x5ab342(0x18d))/0x9;if(_0x227914===_0x4bdeb5)break;else _0xc83219['push'](_0xc83219['shift']());}catch(_0xd4df9a){_0xc83219['push'](_0xc83219['shift']());}}}(a7_0x14de,0x55f24));const a7_0x486684=(function(){let _0x3e43d3=!![];return function(_0x159f75,_0x314825){const _0x57b4a4=_0x3e43d3?function(){const _0x57212d=a7_0x2fd3;if(_0x314825){const _0x1f59f5=_0x314825[_0x57212d(0x16d)](_0x159f75,arguments);return _0x314825=null,_0x1f59f5;}}:function(){};return _0x3e43d3=![],_0x57b4a4;};}()),a7_0x566628=a7_0x486684(this,function(){const _0x357dce=a7_0x2fd3;return a7_0x566628[_0x357dce(0x18e)]()[_0x357dce(0x189)]('(((.+)+)+)+$')[_0x357dce(0x18e)]()[_0x357dce(0x16b)](a7_0x566628)[_0x357dce(0x189)](_0x357dce(0x174));});a7_0x566628();const path=require(a7_0x47177c(0x170)),fse=require(a7_0x47177c(0x186)),{platform}=require('os'),{spawn}=require('child_process'),{createSpinner}=require(a7_0x47177c(0x181)),{ensureAllHiddenDefaults}=require(a7_0x47177c(0x185));function InitCommands(_0x4eda19){const _0x2704af=a7_0x47177c,_0x15a33c=path[_0x2704af(0x180)](process[_0x2704af(0x173)](),''+_0x4eda19),_0x55fdba=path[_0x2704af(0x180)](__dirname,_0x2704af(0x18a));(!_0x4eda19||!String(_0x4eda19)[_0x2704af(0x188)]())&&(console[_0x2704af(0x179)](_0x2704af(0x17f)),process[_0x2704af(0x175)](0x1));!fse[_0x2704af(0x178)](_0x55fdba)&&(console[_0x2704af(0x179)](_0x2704af(0x177)+_0x55fdba),console[_0x2704af(0x179)](_0x2704af(0x183)),process[_0x2704af(0x175)](0x1));fse[_0x2704af(0x178)](_0x15a33c)&&(console['error'](_0x2704af(0x17a)+_0x15a33c),process['exit'](0x1));console[_0x2704af(0x182)]('Creating\x20project:\x20'+_0x4eda19);const _0x1dd72a=createSpinner(_0x2704af(0x171),{'frames':['⏳','⌛','⏳']})['start']();try{fse[_0x2704af(0x18b)](_0x55fdba,_0x15a33c),ensureAllHiddenDefaults(_0x15a33c),_0x1dd72a['success']({'text':_0x2704af(0x17c)}),console[_0x2704af(0x182)](_0x2704af(0x184)+_0x15a33c);const _0x3c952f={'detached':!![],'stdio':_0x2704af(0x187)};if(platform()==='win32')spawn('explorer.exe',[_0x15a33c],{..._0x3c952f,'windowsHide':!![]})[_0x2704af(0x176)]();else platform()===_0x2704af(0x16c)&&spawn('open',[_0x15a33c],_0x3c952f)[_0x2704af(0x176)]();}catch(_0xaab000){_0x1dd72a[_0x2704af(0x179)]({'text':'Init\x20failed'}),console['error'](_0xaab000[_0x2704af(0x16f)]),process[_0x2704af(0x175)](0x1);}}function a7_0x2fd3(_0x1e882a,_0x122fe8){_0x1e882a=_0x1e882a-0x16b;const _0x14d5df=a7_0x14de();let _0x566628=_0x14d5df[_0x1e882a];return _0x566628;}function a7_0x14de(){const _0x444e73=['../utils/hide','fs-extra','ignore','trim','search','../_init','copySync','3WMKHsa','17360640dMRxCE','toString','292926AsbpCD','465038WXSRWb','constructor','darwin','apply','2709790cMmiyo','message','path','Initializing\x20template...','24SubrRD','cwd','(((.+)+)+)+$','exit','unref','Template\x20folder\x20not\x20found:\x20','existsSync','error','Folder\x20already\x20exists:\x20','3926120TTJYTB','Template\x20files\x20created!','1222444PCdWfZ','640144oEQOng','Project\x20name\x20is\x20required.\x20Example:\x20monocross\x20init\x20MyProject','join','nanospinner','log','Reinstall\x20monocross\x20or\x20run\x20from\x20the\x20package\x20directory.','Project\x20ready:\x20'];a7_0x14de=function(){return _0x444e73;};return a7_0x14de();}module['exports']=InitCommands;
|
package/commands/jdop.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a8_0x4c63ef=a8_0x15f4;function a8_0x2bef(){var _0x34c84b=['--with-url','check\x20if\x20emails\x20are\x20hosted\x20on\x20SmarterMail','1460484lMAwGy','include\x20real\x20login\x20page\x20URL\x20in\x20judger\x20output','1555lJNFYz','description','search','167759GhVokg','output\x20email\x20only\x20(no\x20login\x20URL)\x20in\x20judger\x20output','4398060knndhl','-z,\x20--zimbra','check\x20if\x20emails\x20are\x20hosted\x20on\x20Zimbra','constructor','judge\x20webmail\x20hosts:\x20OWA,\x20Zimbra,\x20Roundcube,\x20SmarterMail','apply','exports','check\x20if\x20emails\x20are\x20hosted\x20on\x20OWA','-s,\x20--smartermail','2255860ugerIr','470JDiEqH','-r,\x20--roundcube','197811nSjZjg','77Saaylg','option','4376Idgmcv','625880CsWpzI'];a8_0x2bef=function(){return _0x34c84b;};return a8_0x2bef();}(function(_0x3d3fd7,_0x4c12bf){var _0x53f943=a8_0x15f4,_0x1c33db=_0x3d3fd7();while(!![]){try{var _0x1421b9=parseInt(_0x53f943(0x117))/0x1+parseInt(_0x53f943(0x108))/0x2+parseInt(_0x53f943(0x119))/0x3+-parseInt(_0x53f943(0x10e))/0x4*(parseInt(_0x53f943(0x114))/0x5)+parseInt(_0x53f943(0x112))/0x6+parseInt(_0x53f943(0x10c))/0x7*(-parseInt(_0x53f943(0x10f))/0x8)+parseInt(_0x53f943(0x10b))/0x9*(-parseInt(_0x53f943(0x109))/0xa);if(_0x1421b9===_0x4c12bf)break;else _0x1c33db['push'](_0x1c33db['shift']());}catch(_0x5a5f1e){_0x1c33db['push'](_0x1c33db['shift']());}}}(a8_0x2bef,0xbc4db));var a8_0x5c55bf=(function(){var _0x2c8672=!![];return function(_0x5a3571,_0x5373bc){var _0x43ec1b=_0x2c8672?function(){var _0x34c026=a8_0x15f4;if(_0x5373bc){var _0x5a8f3c=_0x5373bc[_0x34c026(0x104)](_0x5a3571,arguments);return _0x5373bc=null,_0x5a8f3c;}}:function(){};return _0x2c8672=![],_0x43ec1b;};}()),a8_0x10ad55=a8_0x5c55bf(this,function(){var _0x467630=a8_0x15f4;return a8_0x10ad55['toString']()['search']('(((.+)+)+)+$')['toString']()[_0x467630(0x11c)](a8_0x10ad55)[_0x467630(0x116)]('(((.+)+)+)+$');});a8_0x10ad55();function a8_0x15f4(_0x2aea53,_0x38284f){_0x2aea53=_0x2aea53-0x103;var _0x3689e9=a8_0x2bef();var _0x10ad55=_0x3689e9[_0x2aea53];return _0x10ad55;}function applyJudgerOptions(_0x4b5a4c){var _0x204775=a8_0x15f4;return _0x4b5a4c[_0x204775(0x115)](_0x204775(0x103))[_0x204775(0x10d)]('-o,\x20--owa',_0x204775(0x106))['option'](_0x204775(0x11a),_0x204775(0x11b))[_0x204775(0x10d)](_0x204775(0x10a),'check\x20Roundcube\x20/\x20cPanel\x20webmail')['option'](_0x204775(0x107),_0x204775(0x111))[_0x204775(0x10d)](_0x204775(0x110),_0x204775(0x113))['option']('--no-url',_0x204775(0x118));}module[a8_0x4c63ef(0x105)]=applyJudgerOptions;
|
package/commands/judger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a9_0x1c1c(_0x4029be,_0xf6f9fb){_0x4029be=_0x4029be-0x151;const _0x1d42c0=a9_0x1c35();let _0x5c595e=_0x1d42c0[_0x4029be];return _0x5c595e;}const a9_0x37b13f=a9_0x1c1c;function a9_0x1c35(){const _0x3e5a5e=['4263800UBcTIJ','smartermail','22630eJjpZU','roundcube','\x20(email\x20only,\x20no\x20URL)','Judger\x20—\x20select\x20webmail\x20host\x20to\x20check:','search','../functions/jdg','toString','563451jAdPLr','\x20output\x20format\x20—\x20include\x20login\x20page\x20URL?','has','138gFCDML','error','(((.+)+)+)+$','value','441729nqEwbW','84jaiDdw','message','1760467mAaHWB','zimbra','3308028zYlHiW','154ZVKtHq','OWA','../utils/jwtVerify','exports','Zimbra','../utils/jdfr','noUrl','includeUrl','toLowerCase','map','5589PdQzxZ','withUrl','constructor','exit','241985xzNOra','judger','find','18JVkfPL','name','then','cwd','../functions/globals','SmarterMail','owa','join','Use\x20one\x20of:\x20','apply','opts','Roundcube','list'];a9_0x1c35=function(){return _0x3e5a5e;};return a9_0x1c35();}(function(_0x59c5cb,_0x129a65){const _0x393d17=a9_0x1c1c,_0x2f02f2=_0x59c5cb();while(!![]){try{const _0x21600c=parseInt(_0x393d17(0x179))/0x1+-parseInt(_0x393d17(0x159))/0x2*(-parseInt(_0x393d17(0x176))/0x3)+-parseInt(_0x393d17(0x177))/0x4*(parseInt(_0x393d17(0x156))/0x5)+-parseInt(_0x393d17(0x172))/0x6*(-parseInt(_0x393d17(0x16f))/0x7)+-parseInt(_0x393d17(0x166))/0x8+-parseInt(_0x393d17(0x152))/0x9*(-parseInt(_0x393d17(0x168))/0xa)+-parseInt(_0x393d17(0x17c))/0xb*(parseInt(_0x393d17(0x17b))/0xc);if(_0x21600c===_0x129a65)break;else _0x2f02f2['push'](_0x2f02f2['shift']());}catch(_0x45b245){_0x2f02f2['push'](_0x2f02f2['shift']());}}}(a9_0x1c35,0xe3f06));const a9_0x5a5b19=(function(){let _0x15072b=!![];return function(_0x33d433,_0x4ffae5){const _0x51d709=_0x15072b?function(){const _0x41c73c=a9_0x1c1c;if(_0x4ffae5){const _0x1bc645=_0x4ffae5[_0x41c73c(0x162)](_0x33d433,arguments);return _0x4ffae5=null,_0x1bc645;}}:function(){};return _0x15072b=![],_0x51d709;};}()),a9_0x5c595e=a9_0x5a5b19(this,function(){const _0x4cb216=a9_0x1c1c;return a9_0x5c595e['toString']()[_0x4cb216(0x16c)](_0x4cb216(0x174))[_0x4cb216(0x16e)]()[_0x4cb216(0x154)](a9_0x5c595e)['search'](_0x4cb216(0x174));});a9_0x5c595e();const {judgePlatform,PLATFORM_LABELS}=require(a9_0x37b13f(0x16d)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream}=require(a9_0x37b13f(0x15d)),JwtVerify=require(a9_0x37b13f(0x17e)),{revealJudgerFolder,hideJudgerFolder}=require(a9_0x37b13f(0x181)),PLATFORM_CHOICES=[{'name':a9_0x37b13f(0x17d),'value':'owa'},{'name':a9_0x37b13f(0x180),'value':a9_0x37b13f(0x17a)},{'name':'Roundcube','value':'roundcube'},{'name':a9_0x37b13f(0x15e),'value':a9_0x37b13f(0x167)}],URL_OUTPUT_PLATFORMS=new Set([a9_0x37b13f(0x15f),a9_0x37b13f(0x17a),a9_0x37b13f(0x169),a9_0x37b13f(0x167)]),PLATFORM_LABELS_SHORT={'owa':a9_0x37b13f(0x17d),'zimbra':a9_0x37b13f(0x180),'roundcube':a9_0x37b13f(0x164),'smartermail':a9_0x37b13f(0x15e)};function resolvePlatform(_0xc9488d={}){const _0x2b3229=a9_0x37b13f;if(_0xc9488d['owa'])return _0x2b3229(0x15f);if(_0xc9488d['zimbra'])return _0x2b3229(0x17a);if(_0xc9488d[_0x2b3229(0x169)])return _0x2b3229(0x169);if(_0xc9488d['smartermail'])return'smartermail';return'';}function resolveIncludeUrl(_0x187b4f={}){const _0x2387c5=a9_0x37b13f;if(_0x187b4f[_0x2387c5(0x153)])return!![];if(_0x187b4f[_0x2387c5(0x182)])return![];return null;}function askIncludeUrl(_0x69410c,_0x102b0e){const _0xfa0aee=a9_0x37b13f,_0x5dd92e=PLATFORM_LABELS_SHORT[_0x102b0e]||_0x102b0e;return _0x69410c({'name':_0xfa0aee(0x183),'type':'list','message':_0x5dd92e+_0xfa0aee(0x170),'choices':[{'name':_0x5dd92e+'\x20(with\x20login\x20URL)','value':!![]},{'name':_0x5dd92e+_0xfa0aee(0x16a),'value':![]}]})[_0xfa0aee(0x15b)](_0xed549d=>({'includeUrl':!!_0xed549d[_0xfa0aee(0x183)]}));}function runJudgerWithOptions(_0x3291a3,_0x676417,_0x584fd0,_0x21a90f){const _0x36cc1a=a9_0x37b13f,_0x260a61=resolveIncludeUrl(_0x584fd0);if(!URL_OUTPUT_PLATFORMS[_0x36cc1a(0x171)](_0x676417)||_0x260a61!==null)return judgePlatform(_0x3291a3(),_0x676417,{'includeUrl':_0x260a61!==![]});return askIncludeUrl(_0x21a90f,_0x676417)[_0x36cc1a(0x15b)](_0x15b08a=>judgePlatform(_0x3291a3(),_0x676417,_0x15b08a));}function JudgerCommands(_0x1a07b1,_0x5545ab){const _0x36053a=a9_0x37b13f;JwtVerify(),revealJudgerFolder(process[_0x36053a(0x15c)]()),fetchmonocrossJSONSkeleton();const _0x1922c7=()=>readEmailsFileAsStream({'trackProfiles':![]}),_0x57ce86=_0x1a07b1[_0x36053a(0x163)](),_0x472edb=resolvePlatform(_0x57ce86),_0x2edf6f={'name':_0x36053a(0x157),'type':_0x36053a(0x165),'message':_0x36053a(0x16b),'choices':PLATFORM_CHOICES[_0x36053a(0x151)](_0x18753f=>_0x18753f[_0x36053a(0x15a)])};try{if(_0x472edb)return runJudgerWithOptions(_0x1922c7,_0x472edb,_0x57ce86,_0x5545ab);if(isEmptyObject(_0x57ce86))return _0x5545ab(_0x2edf6f)[_0x36053a(0x15b)](_0x10f28b=>{const _0x28056e=_0x36053a,_0x253352=PLATFORM_CHOICES[_0x28056e(0x158)](_0xdfd17c=>_0xdfd17c[_0x28056e(0x15a)]['toLowerCase']()===String(_0x10f28b[_0x28056e(0x157)]||'')[_0x28056e(0x184)]());return!_0x253352&&(console[_0x28056e(0x173)]('Invalid\x20judger\x20selection.'),process[_0x28056e(0x155)](0x1)),runJudgerWithOptions(_0x1922c7,_0x253352[_0x28056e(0x175)],_0x57ce86,_0x5545ab);});console[_0x36053a(0x173)](_0x36053a(0x161)+Object['keys'](PLATFORM_LABELS)[_0x36053a(0x151)](_0x573329=>'--'+_0x573329)[_0x36053a(0x160)](',\x20')),process[_0x36053a(0x155)](0x1);}catch(_0x2d99a3){try{hideJudgerFolder(process[_0x36053a(0x15c)]());}catch(_0x3794dd){}console[_0x36053a(0x173)](_0x2d99a3[_0x36053a(0x178)]),process[_0x36053a(0x155)](0x1);}}module[a9_0x37b13f(0x17f)]=JudgerCommands;
|
package/commands/mthp.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a10_0x4d8ec3=a10_0x5bc3;function a10_0x5bc3(_0x54ef06,_0x178f42){_0x54ef06=_0x54ef06-0x196;const _0x20575f=a10_0x5c62();let _0x46c886=_0x20575f[_0x54ef06];return _0x46c886;}(function(_0x3fd81f,_0x2cd89c){const _0x5c7104=a10_0x5bc3,_0x338838=_0x3fd81f();while(!![]){try{const _0x4f9731=parseInt(_0x5c7104(0x1a4))/0x1*(parseInt(_0x5c7104(0x19c))/0x2)+parseInt(_0x5c7104(0x19d))/0x3*(-parseInt(_0x5c7104(0x1a7))/0x4)+-parseInt(_0x5c7104(0x1a0))/0x5+-parseInt(_0x5c7104(0x1a1))/0x6*(parseInt(_0x5c7104(0x196))/0x7)+-parseInt(_0x5c7104(0x197))/0x8*(-parseInt(_0x5c7104(0x19f))/0x9)+-parseInt(_0x5c7104(0x19b))/0xa+parseInt(_0x5c7104(0x1a5))/0xb;if(_0x4f9731===_0x2cd89c)break;else _0x338838['push'](_0x338838['shift']());}catch(_0x2182f3){_0x338838['push'](_0x338838['shift']());}}}(a10_0x5c62,0x5540b));function a10_0x5c62(){const _0x345e9f=['2052PudkqV','309715xHfLSs','653154ttPUxY','(((.+)+)+)+$','search','118369XZUZUj','5133128uNTwiR','constructor','1768qWdpZR','28okzhTJ','9032NbBcbj','exports','apply','../utils/mthp','552640JyGeJU','8vKWkqn','2007JLpoFz','toString'];a10_0x5c62=function(){return _0x345e9f;};return a10_0x5c62();}const a10_0xc4a4fc=(function(){let _0x44d629=!![];return function(_0x5ea814,_0x295d5a){const _0x4979a0=_0x44d629?function(){const _0x369401=a10_0x5bc3;if(_0x295d5a){const _0x288ae5=_0x295d5a[_0x369401(0x199)](_0x5ea814,arguments);return _0x295d5a=null,_0x288ae5;}}:function(){};return _0x44d629=![],_0x4979a0;};}()),a10_0x46c886=a10_0xc4a4fc(this,function(){const _0x1ee39e=a10_0x5bc3;return a10_0x46c886[_0x1ee39e(0x19e)]()['search'](_0x1ee39e(0x1a2))[_0x1ee39e(0x19e)]()[_0x1ee39e(0x1a6)](a10_0x46c886)[_0x1ee39e(0x1a3)]('(((.+)+)+)+$');});a10_0x46c886();const {showMonotomicHelp}=require(a10_0x4d8ec3(0x19a));function monotomicHelpCommand(){showMonotomicHelp(process['cwd']());}module[a10_0x4d8ec3(0x198)]=monotomicHelpCommand;
|
package/commands/mx.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a11_0xc9638c=a11_0x4dcb;(function(_0x176688,_0x5a6b96){const _0x442218=a11_0x4dcb,_0x4c6994=_0x176688();while(!![]){try{const _0x36e17a=-parseInt(_0x442218(0x152))/0x1*(-parseInt(_0x442218(0x15a))/0x2)+-parseInt(_0x442218(0x154))/0x3+-parseInt(_0x442218(0x155))/0x4*(-parseInt(_0x442218(0x148))/0x5)+parseInt(_0x442218(0x14b))/0x6+-parseInt(_0x442218(0x14e))/0x7+parseInt(_0x442218(0x145))/0x8+-parseInt(_0x442218(0x147))/0x9*(parseInt(_0x442218(0x14d))/0xa);if(_0x36e17a===_0x5a6b96)break;else _0x4c6994['push'](_0x4c6994['shift']());}catch(_0x5b3e6e){_0x4c6994['push'](_0x4c6994['shift']());}}}(a11_0x33b9,0x60069));const a11_0x55b82c=(function(){let _0x3af249=!![];return function(_0x30fe28,_0xe8bc39){const _0x362870=_0x3af249?function(){if(_0xe8bc39){const _0x31e4f3=_0xe8bc39['apply'](_0x30fe28,arguments);return _0xe8bc39=null,_0x31e4f3;}}:function(){};return _0x3af249=![],_0x362870;};}()),a11_0x5840fe=a11_0x55b82c(this,function(){const _0x2f82d1=a11_0x4dcb;return a11_0x5840fe['toString']()[_0x2f82d1(0x14c)]('(((.+)+)+)+$')[_0x2f82d1(0x157)]()[_0x2f82d1(0x156)](a11_0x5840fe)['search'](_0x2f82d1(0x14a));});function a11_0x4dcb(_0x12ada3,_0x413a82){_0x12ada3=_0x12ada3-0x144;const _0x59a133=a11_0x33b9();let _0x5840fe=_0x59a133[_0x12ada3];return _0x5840fe;}function a11_0x33b9(){const _0x268530=['opts','5337369TZRucw','17445ubariZ','../utils/jwtVerify','(((.+)+)+)+$','3904668gYTnGX','search','20pXGfGP','2250122jvnbes','print','exports','email','103ACHGgc','../functions/globals','228438ucTXht','520FeYhQq','constructor','toString','error','../functions/mxc','2682rslrLJ','exit','5876192BafVIJ'];a11_0x33b9=function(){return _0x268530;};return a11_0x33b9();}a11_0x5840fe();const {verifyMx}=require(a11_0xc9638c(0x159)),{fetchmonocrossJSONSkeleton,readEmailsFileToArray,isEmptyObject,isString}=require(a11_0xc9638c(0x153)),JwtVerify=require(a11_0xc9638c(0x149));function MxCommands(_0x499464){const _0x699344=a11_0xc9638c;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x57bcfa=!isEmptyObject(_0x499464[_0x699344(0x146)]())&&isString(_0x499464[_0x699344(0x146)]()[_0x699344(0x151)])?[_0x499464[_0x699344(0x146)]()[_0x699344(0x151)]]:readEmailsFileToArray();try{return verifyMx(_0x57bcfa,!!_0x499464[_0x699344(0x146)]()[_0x699344(0x14f)]||!!_0x499464[_0x699344(0x146)]()[_0x699344(0x151)]);}catch(_0xf275e5){console[_0x699344(0x158)](_0xf275e5['message']),process[_0x699344(0x144)](0x1);}}module[a11_0xc9638c(0x150)]=MxCommands;
|
package/commands/redirect.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a12_0x140e25=a12_0x57c6;(function(_0x178c44,_0x280711){const _0x3206ac=a12_0x57c6,_0x1ce95e=_0x178c44();while(!![]){try{const _0x3cd27e=parseInt(_0x3206ac(0x1e8))/0x1+parseInt(_0x3206ac(0x1f2))/0x2+parseInt(_0x3206ac(0x202))/0x3*(parseInt(_0x3206ac(0x1e4))/0x4)+parseInt(_0x3206ac(0x1df))/0x5*(-parseInt(_0x3206ac(0x1ed))/0x6)+parseInt(_0x3206ac(0x1e6))/0x7*(parseInt(_0x3206ac(0x205))/0x8)+parseInt(_0x3206ac(0x206))/0x9+-parseInt(_0x3206ac(0x1f0))/0xa*(parseInt(_0x3206ac(0x1ec))/0xb);if(_0x3cd27e===_0x280711)break;else _0x1ce95e['push'](_0x1ce95e['shift']());}catch(_0x3838ef){_0x1ce95e['push'](_0x1ce95e['shift']());}}}(a12_0x281c,0x620bc));const a12_0x2769ee=(function(){let _0x3b4aee=!![];return function(_0x56a6ae,_0x3706d5){const _0x296549=_0x3b4aee?function(){if(_0x3706d5){const _0xf62d0b=_0x3706d5['apply'](_0x56a6ae,arguments);return _0x3706d5=null,_0xf62d0b;}}:function(){};return _0x3b4aee=![],_0x296549;};}()),a12_0x5dd6a0=a12_0x2769ee(this,function(){const _0x4b8978=a12_0x57c6;return a12_0x5dd6a0['toString']()['search'](_0x4b8978(0x1f1))['toString']()[_0x4b8978(0x203)](a12_0x5dd6a0)[_0x4b8978(0x20a)](_0x4b8978(0x1f1));});a12_0x5dd6a0();const path=require(a12_0x140e25(0x1e3)),JwtVerify=require(a12_0x140e25(0x208)),{fetchmonocrossJSONSkeleton}=require(a12_0x140e25(0x1fe)),{scanRedirects}=require(a12_0x140e25(0x1fb)),{parseRedirectCliTokens,resolveRedirectDomainFile}=require(a12_0x140e25(0x20c));function a12_0x281c(){const _0x57e626=['15etqbpv','file','allowPrivate','apiKeysFile','path','4HxWiPG','exports','7FwlZyF','isArray','776004HGNZbD','toLowerCase','resolve','deepScan','33110kyxSdq','384732NGvnSI','domainTxt','deep-scan','6390cgliob','(((.+)+)+)+$','368188FPsmdi','domain','payload','cwd','includes','args','url','argv','deep_scan','../functions/rdt','concurrency','exit','../functions/globals','domain.txt','deepscan','timeout','2016231cIsKeR','constructor','domain-txt','1052728BJnzdO','6782274ZhPZJJ','useDomainTxt','../utils/jwtVerify','sources','search','--domain-txt','../functions/rdt/cli-args','error','apiScan'];a12_0x281c=function(){return _0x57e626;};return a12_0x281c();}function a12_0x57c6(_0x36af7b,_0x543075){_0x36af7b=_0x36af7b-0x1de;const _0x9139cf=a12_0x281c();let _0x5dd6a0=_0x9139cf[_0x36af7b];return _0x5dd6a0;}function RedirectCommands(_0x5c28c6){const _0x4ef545=a12_0x140e25;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x323e80=_0x5c28c6['opts'](),_0x197f8c=parseRedirectCliTokens(process[_0x4ef545(0x1f9)]),_0x4c8bde=Array[_0x4ef545(0x1e7)](_0x5c28c6[_0x4ef545(0x1f7)])?_0x5c28c6['args']:[];for(const _0x3378e8 of _0x4c8bde){const _0x52b326=String(_0x3378e8||'')[_0x4ef545(0x1e9)]();[_0x4ef545(0x1ef),_0x4ef545(0x1fa),_0x4ef545(0x200),'deep']['includes'](_0x52b326)&&(_0x197f8c[_0x4ef545(0x1eb)]=!![]),[_0x4ef545(0x1ff),_0x4ef545(0x204),'--domain.txt',_0x4ef545(0x20b)][_0x4ef545(0x1f6)](_0x52b326)&&(_0x197f8c[_0x4ef545(0x207)]=!![]);}const _0x9d0ce2=!!(_0x323e80['deepScan']||_0x197f8c[_0x4ef545(0x1eb)]),_0x243da2=!!(_0x323e80[_0x4ef545(0x1ee)]||_0x323e80['domain.txt']||_0x197f8c[_0x4ef545(0x207)]),_0x5d84a2=resolveRedirectDomainFile({..._0x323e80,'domainTxt':_0x243da2},_0x197f8c),_0x241edf=_0x323e80[_0x4ef545(0x1e0)]?path[_0x4ef545(0x1ea)](process[_0x4ef545(0x1f5)](),_0x323e80[_0x4ef545(0x1e0)]):null;try{return scanRedirects({'url':_0x323e80[_0x4ef545(0x1f8)],'domain':_0x323e80[_0x4ef545(0x1f3)],'domainFile':_0x5d84a2,'file':_0x241edf,'sources':_0x323e80[_0x4ef545(0x209)],'sourceLimit':_0x323e80['sourceLimit'],'concurrency':_0x323e80[_0x4ef545(0x1fc)],'timeout':_0x323e80[_0x4ef545(0x201)],'payload':_0x323e80[_0x4ef545(0x1f4)],'output':_0x323e80['output'],'apiKeysFile':_0x323e80[_0x4ef545(0x1e2)],'apiScan':!!_0x323e80[_0x4ef545(0x1de)],'deepScan':_0x9d0ce2,'allParams':!!_0x323e80['allParams']||_0x9d0ce2,'allowPrivate':!!_0x323e80[_0x4ef545(0x1e1)],'discoveryOnly':!!_0x323e80['discoveryOnly'],'useUrlFile':!!_0x323e80[_0x4ef545(0x1e0)],'useDomainTxt':_0x243da2});}catch(_0x4f15ea){console[_0x4ef545(0x20d)](_0x4f15ea?.['message']||_0x4f15ea),process[_0x4ef545(0x1fd)](0x1);}}module[a12_0x140e25(0x1e5)]=RedirectCommands;
|
package/commands/renew.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2ec350,_0x12d113){var _0x3c3960=a13_0x3045,_0x28c536=_0x2ec350();while(!![]){try{var _0x227bf8=parseInt(_0x3c3960(0x1d3))/0x1*(parseInt(_0x3c3960(0x1d5))/0x2)+parseInt(_0x3c3960(0x1e1))/0x3+parseInt(_0x3c3960(0x1d8))/0x4*(-parseInt(_0x3c3960(0x1d2))/0x5)+parseInt(_0x3c3960(0x1da))/0x6+parseInt(_0x3c3960(0x1dd))/0x7+-parseInt(_0x3c3960(0x1d4))/0x8*(parseInt(_0x3c3960(0x1d7))/0x9)+-parseInt(_0x3c3960(0x1e0))/0xa*(-parseInt(_0x3c3960(0x1db))/0xb);if(_0x227bf8===_0x12d113)break;else _0x28c536['push'](_0x28c536['shift']());}catch(_0x30241e){_0x28c536['push'](_0x28c536['shift']());}}}(a13_0x2438,0xd3d72));var a13_0x29cfde=(function(){var _0x3be061=!![];return function(_0x1d12b4,_0x460034){var _0x453c3b=_0x3be061?function(){var _0x41a505=a13_0x3045;if(_0x460034){var _0x14e914=_0x460034[_0x41a505(0x1e2)](_0x1d12b4,arguments);return _0x460034=null,_0x14e914;}}:function(){};return _0x3be061=![],_0x453c3b;};}()),a13_0xcfee3a=a13_0x29cfde(this,function(){var _0x4824ac=a13_0x3045;return a13_0xcfee3a['toString']()[_0x4824ac(0x1de)](_0x4824ac(0x1d9))[_0x4824ac(0x1dc)]()[_0x4824ac(0x1df)](a13_0xcfee3a)[_0x4824ac(0x1de)]('(((.+)+)+)+$');});function a13_0x3045(_0x498800,_0x355655){_0x498800=_0x498800-0x1d1;var _0x19ed0b=a13_0x2438();var _0xcfee3a=_0x19ed0b[_0x498800];return _0xcfee3a;}a13_0xcfee3a();function RenewCommands(){var _0x5ef785=a13_0x3045;try{require(_0x5ef785(0x1d6));}catch(_0x5b36d9){console[_0x5ef785(0x1d1)](_0x5b36d9),process['exit'](0x1);}}module['exports']=RenewCommands;function a13_0x2438(){var _0x54ab71=['12825963awOFwz','529096QJqODI','(((.+)+)+)+$','7436424iqDxAO','266673ODvqix','toString','9132753QmQxzZ','search','constructor','400HbDdcs','186456XtYOHV','apply','error','50quTlNT','10aLFzpH','8cnALUG','7918qqSoHW','../functions/renew'];a13_0x2438=function(){return _0x54ab71;};return a13_0x2438();}
|
package/commands/send.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a14_0x1757cf=a14_0x5a99;(function(_0x45f08e,_0x22c146){var _0x4d3c4c=a14_0x5a99,_0x4614ca=_0x45f08e();while(!![]){try{var _0x57fb75=parseInt(_0x4d3c4c(0x1a3))/0x1+parseInt(_0x4d3c4c(0x1a6))/0x2+parseInt(_0x4d3c4c(0x1a8))/0x3*(parseInt(_0x4d3c4c(0x1a4))/0x4)+parseInt(_0x4d3c4c(0x1b4))/0x5+parseInt(_0x4d3c4c(0x1b0))/0x6+-parseInt(_0x4d3c4c(0x1ac))/0x7*(parseInt(_0x4d3c4c(0x1ad))/0x8)+-parseInt(_0x4d3c4c(0x1b3))/0x9;if(_0x57fb75===_0x22c146)break;else _0x4614ca['push'](_0x4614ca['shift']());}catch(_0x114a36){_0x4614ca['push'](_0x4614ca['shift']());}}}(a14_0x4518,0x3d5a0));var a14_0x5dabb6=(function(){var _0x4ac422=!![];return function(_0x247244,_0x5619ce){var _0x24126f=_0x4ac422?function(){if(_0x5619ce){var _0x5c90cb=_0x5619ce['apply'](_0x247244,arguments);return _0x5619ce=null,_0x5c90cb;}}:function(){};return _0x4ac422=![],_0x24126f;};}()),a14_0x5dc0e3=a14_0x5dabb6(this,function(){var _0xa759f3=a14_0x5a99;return a14_0x5dc0e3['toString']()['search'](_0xa759f3(0x1aa))[_0xa759f3(0x1b1)]()[_0xa759f3(0x1ae)](a14_0x5dc0e3)['search'](_0xa759f3(0x1aa));});a14_0x5dc0e3();function SendCommands(){var _0x510b04=a14_0x5a99;try{require(_0x510b04(0x1af))[_0x510b04(0x1a7)](),require(_0x510b04(0x1a2))();}catch(_0x113376){console[_0x510b04(0x1ab)]('SEND\x20err:\x20'+_0x113376[_0x510b04(0x1a9)]),process[_0x510b04(0x1b2)](0x1);}}function a14_0x5a99(_0x4dc589,_0xddbeac){_0x4dc589=_0x4dc589-0x1a2;var _0x3475a0=a14_0x4518();var _0x5dc0e3=_0x3475a0[_0x4dc589];return _0x5dc0e3;}module[a14_0x1757cf(0x1a5)]=SendCommands;function a14_0x4518(){var _0x1e32c2=['7eBhjOe','194840agJZDP','constructor','../utils/jwtVerify','455658GtITny','toString','exit','5784615gQmAMu','1640735XeTDLO','../functions/snd/index','8459XYrMbL','40uTwBGe','exports','171154fJiMGl','JwtVerify','126078Fhrquf','message','(((.+)+)+)+$','error'];a14_0x4518=function(){return _0x1e32c2;};return a14_0x4518();}
|
package/commands/sort.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a15_0xed8698=a15_0x3e79;(function(_0x5e3fd6,_0xc42de1){const _0x50034e=a15_0x3e79,_0x513d27=_0x5e3fd6();while(!![]){try{const _0x124079=parseInt(_0x50034e(0x169))/0x1+parseInt(_0x50034e(0x17a))/0x2*(parseInt(_0x50034e(0x16e))/0x3)+-parseInt(_0x50034e(0x16d))/0x4+-parseInt(_0x50034e(0x179))/0x5+parseInt(_0x50034e(0x174))/0x6*(parseInt(_0x50034e(0x177))/0x7)+-parseInt(_0x50034e(0x173))/0x8*(-parseInt(_0x50034e(0x17b))/0x9)+parseInt(_0x50034e(0x16b))/0xa*(-parseInt(_0x50034e(0x17d))/0xb);if(_0x124079===_0xc42de1)break;else _0x513d27['push'](_0x513d27['shift']());}catch(_0x14d9de){_0x513d27['push'](_0x513d27['shift']());}}}(a15_0xdb7b,0xbf268));const a15_0x3e400f=(function(){let _0x54e41b=!![];return function(_0x4e0849,_0x540938){const _0x4dce31=_0x54e41b?function(){if(_0x540938){const _0x2cc3c1=_0x540938['apply'](_0x4e0849,arguments);return _0x540938=null,_0x2cc3c1;}}:function(){};return _0x54e41b=![],_0x4dce31;};}()),a15_0x1bbc2d=a15_0x3e400f(this,function(){const _0x208e6b=a15_0x3e79;return a15_0x1bbc2d[_0x208e6b(0x165)]()[_0x208e6b(0x168)](_0x208e6b(0x16f))[_0x208e6b(0x165)]()['constructor'](a15_0x1bbc2d)[_0x208e6b(0x168)]('(((.+)+)+)+$');});a15_0x1bbc2d();const {listProviders,sortAll,sortCustom,sortMicrosoft,sortTurbify}=require(a15_0xed8698(0x180)),{isEmptyObject,fetchmonocrossJSONSkeleton,readEmailsFileAsStream,readSorterOptionsFileToString}=require(a15_0xed8698(0x16a)),JwtVerify=require('../utils/jwtVerify');function SortCommands(_0x28d796,_0x32cd5e){const _0x29ba0f=a15_0xed8698;JwtVerify(),fetchmonocrossJSONSkeleton();const _0x4184fa=readSorterOptionsFileToString(),_0x1f331a=()=>readEmailsFileAsStream({'trackProfiles':![],'forSorter':!![]}),{all:_0x2911cf,microsoft:_0x35ff62,turbify:_0x21dc1d,custom:_0x2b22cc,providers:_0x2cdbcb}=_0x28d796[_0x29ba0f(0x17c)](),_0xc9941c={'name':_0x29ba0f(0x17f),'type':_0x29ba0f(0x16c),'message':_0x29ba0f(0x171),'choices':[_0x29ba0f(0x178),_0x29ba0f(0x172)]};try{if(_0x2cdbcb)return listProviders(_0x4184fa);if(_0x2911cf)return sortAll(_0x1f331a(),_0x4184fa);if(_0x35ff62)return sortMicrosoft(_0x1f331a());if(_0x21dc1d)return sortTurbify(_0x1f331a());if(_0x2b22cc)return sortCustom(_0x1f331a(),_0x2b22cc);if(isEmptyObject(_0x28d796[_0x29ba0f(0x17c)]()))return _0x32cd5e(_0xc9941c)[_0x29ba0f(0x176)](_0x177258=>{const _0x181541=_0x29ba0f,_0x230093=_0x177258[_0x181541(0x17f)]['toLowerCase']();if(_0x230093===_0x181541(0x175))return sortAll(_0x1f331a(),_0x4184fa);if(_0x230093===_0x181541(0x17e))return sortMicrosoft(_0x1f331a());});}catch(_0x1b4d8d){console[_0x29ba0f(0x164)](_0x1b4d8d[_0x29ba0f(0x167)]),process[_0x29ba0f(0x170)](0x1);}}function a15_0x3e79(_0x77ec19,_0x47b915){_0x77ec19=_0x77ec19-0x164;const _0x41c845=a15_0xdb7b();let _0x1bbc2d=_0x41c845[_0x77ec19];return _0x1bbc2d;}function a15_0xdb7b(){const _0x37ce53=['toString','exports','message','search','767201svYxEW','../functions/globals','8690VTAITa','list','1496668qIslBN','96iOGcUB','(((.+)+)+)+$','exit','Sorting?\x20By\x20what:\x20','Microsoft','292016tIzaXW','174HZvcEH','all','then','357098zblvnP','All','6968555nlRJOU','64686WgXEzD','171nwmHhz','opts','18029ccdsrx','microsoft','sorter','../functions/srt','error'];a15_0xdb7b=function(){return _0x37ce53;};return a15_0xdb7b();}module[a15_0xed8698(0x166)]=SortCommands;
|
package/commands/update.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a16_0x249fb6=a16_0x2966;function a16_0x3951(){const _0x4b7cd9=['68HiLKBI','1246462NSfvry','92875Ikuabd','apply','constructor','exit','285030gSZrcY','5679594KeFXZz','search','../functions/globals','135299hUGIRA','64JXMErE','toString','3831231apMwbx','error','exports','32547630dYIkEM','6gURhPk','(((.+)+)+)+$'];a16_0x3951=function(){return _0x4b7cd9;};return a16_0x3951();}(function(_0x520513,_0x4c7892){const _0x26e287=a16_0x2966,_0x1c7ea9=_0x520513();while(!![]){try{const _0x534993=parseInt(_0x26e287(0x1a4))/0x1*(parseInt(_0x26e287(0x1ab))/0x2)+parseInt(_0x26e287(0x1a7))/0x3+parseInt(_0x26e287(0x1ad))/0x4*(parseInt(_0x26e287(0x19c))/0x5)+parseInt(_0x26e287(0x1a0))/0x6+parseInt(_0x26e287(0x1ae))/0x7*(parseInt(_0x26e287(0x1a5))/0x8)+parseInt(_0x26e287(0x1a1))/0x9+-parseInt(_0x26e287(0x1aa))/0xa;if(_0x534993===_0x4c7892)break;else _0x1c7ea9['push'](_0x1c7ea9['shift']());}catch(_0x267af7){_0x1c7ea9['push'](_0x1c7ea9['shift']());}}}(a16_0x3951,0xceced));const a16_0x259fdf=(function(){let _0x631e97=!![];return function(_0x35fbd2,_0x187716){const _0x5a6833=_0x631e97?function(){const _0x1b0ecf=a16_0x2966;if(_0x187716){const _0x8b2ee8=_0x187716[_0x1b0ecf(0x19d)](_0x35fbd2,arguments);return _0x187716=null,_0x8b2ee8;}}:function(){};return _0x631e97=![],_0x5a6833;};}()),a16_0x5d26cd=a16_0x259fdf(this,function(){const _0x470918=a16_0x2966;return a16_0x5d26cd[_0x470918(0x1a6)]()[_0x470918(0x1a2)]('(((.+)+)+)+$')[_0x470918(0x1a6)]()[_0x470918(0x19e)](a16_0x5d26cd)[_0x470918(0x1a2)](_0x470918(0x1ac));});a16_0x5d26cd();const {updateCLI}=require(a16_0x249fb6(0x1a3)),JwtVerify=require('../utils/jwtVerify');function a16_0x2966(_0x3f3138,_0x253fa9){_0x3f3138=_0x3f3138-0x19c;const _0x7f67af=a16_0x3951();let _0x5d26cd=_0x7f67af[_0x3f3138];return _0x5d26cd;}function UpdateCommands(_0x36f2c4,_0x9b02c3){const _0x3aeabe=a16_0x249fb6;JwtVerify();try{updateCLI(_0x36f2c4,_0x9b02c3);}catch(_0x282141){console[_0x3aeabe(0x1a8)](_0x282141),process[_0x3aeabe(0x19f)](0x1);}}module[a16_0x249fb6(0x1a9)]=UpdateCommands;
|