@profoundlogic/coderflow-server 0.4.9 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -158
- package/dist/README.md +16 -158
- package/dist/base-image/agent-wrapper.sh +1 -1
- package/dist/capture-screenshot.mjs +34 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +4 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -0
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -0
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -0
- package/dist/lib/cli/list-users.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -0
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -0
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/scripts/sync_to_ibmi.sh +204 -0
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +1 -0
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
- package/dist/web-ui/public/environments.html +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/index.html +2 -2
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +3 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.css +3 -2
- package/dist/web-ui/public/settings.html +0 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +110 -12
- package/dist/web-ui/public/task.html +80 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +76 -81
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +12 -11
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/lib/cli/migrate-rbac.js +0 -1
- package/dist/lib/scoped-rbac-migration-runner.js +0 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(_0x17332e,_0x163fed){const _0x150186={_0x1cdd36:0x4d6,_0x14abc9:0x4bc,_0x34e89d:0x48a,_0x44ecce:0x4df,_0x2581fd:0x274,_0x3015fd:0x230,_0x189354:0x26f,_0x3276c4:0x461,_0x2db81a:0x497,_0x4397b5:0x437,_0x5d9cb9:0x295,_0x150ab0:0x22f,_0x5eae09:0x1f7,_0xbdfdac:0x47f,_0x36a613:0x4cd,_0x462fa9:0x4ec,_0x2e400b:0x47a,_0x2fe90d:0x49a,_0x1102b2:0x4bc},_0x59287f={_0x530e24:0x8a};function _0x2d340d(_0x38bfc5,_0x56463d,_0x14d382,_0x235264){return _0x59a9(_0x56463d-0x2d1,_0x14d382);}const _0x2f74b6=_0x17332e();function _0x4c9ba4(_0x52b6a9,_0x58bd6e,_0x4757ca,_0x4af556){return _0x59a9(_0x52b6a9-_0x59287f._0x530e24,_0x4af556);}while(!![]){try{const _0x2d5825=parseInt(_0x2d340d(0x4e3,0x4cc,0x4fb,_0x150186._0x1cdd36))/(0x2109+0x22d9*0x1+-0x43e1)*(-parseInt(_0x2d340d(_0x150186._0x14abc9,0x4b8,_0x150186._0x34e89d,_0x150186._0x44ecce))/(0x2*0x6cf+-0x2134+0x1398))+-parseInt(_0x4c9ba4(_0x150186._0x2581fd,0x2ac,_0x150186._0x3015fd,_0x150186._0x189354))/(-0x1*0x1e2f+0xc*-0x61+0x115f*0x2)+-parseInt(_0x2d340d(0x4c7,0x48c,0x478,0x4b9))/(0xb53+0xb*-0xf3+-0x3*0x4a)*(-parseInt(_0x2d340d(_0x150186._0x3276c4,_0x150186._0x2db81a,0x4a1,0x486))/(-0xb0+0x208b+-0x19*0x146))+parseInt(_0x2d340d(_0x150186._0x4397b5,0x459,0x450,0x481))/(-0x1803+-0xbb9+-0x11e1*-0x2)*(parseInt(_0x4c9ba4(0x256,_0x150186._0x5d9cb9,0x278,0x298))/(0x2*-0x467+0x181f+-0xf4a))+parseInt(_0x2d340d(_0x150186._0x44ecce,_0x150186._0x14abc9,0x4e3,0x4b5))/(0x869*-0x1+0x54f+0x322)*(-parseInt(_0x4c9ba4(_0x150186._0x150ab0,0x1f5,0x261,_0x150186._0x5eae09))/(0x105+0x2399+0x2495*-0x1))+parseInt(_0x2d340d(0x496,0x45a,_0x150186._0xbdfdac,0x416))/(0x186e+0xfb5*-0x2+-0x383*-0x2)+-parseInt(_0x2d340d(0x4cb,_0x150186._0x36a613,0x4c4,_0x150186._0x462fa9))/(-0x4*-0xb2+0x1bf8+-0x1eb5*0x1)*(parseInt(_0x2d340d(_0x150186._0x2e400b,0x4b4,_0x150186._0x2fe90d,_0x150186._0x1102b2))/(-0x1*-0x21e6+-0x755+0x1f*-0xdb));if(_0x2d5825===_0x163fed)break;else _0x2f74b6['push'](_0x2f74b6['shift']());}catch(_0xf5475){_0x2f74b6['push'](_0x2f74b6['shift']());}}}(_0x5caa,0xdef*-0x83+-0x23*0x1cda+0x1*0x1536f5));import{createUser,findUserByUsername}from'../lib/users.js';import{logger}from'../lib/logger.js';function _0x59a9(_0x79bc14,_0x1abf9d){_0x79bc14=_0x79bc14-(0x193f*-0x1+-0x155a+0x3018);const _0x41c194=_0x5caa();let _0x5518c8=_0x41c194[_0x79bc14];if(_0x59a9['CdMfwj']===undefined){var _0x3828cb=function(_0x1a7eda){const _0x22b274='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4143ee='',_0x4c0f0f='';for(let _0x4dd29d=0xacf*0x1+0x1*-0x4d5+-0x11*0x5a,_0x189ad0,_0x6398d1,_0x159ddf=0x43*0x6b+-0x29e+-0x1963;_0x6398d1=_0x1a7eda['charAt'](_0x159ddf++);~_0x6398d1&&(_0x189ad0=_0x4dd29d%(-0x1196+-0x22b8+0x3452)?_0x189ad0*(-0x66a*0x5+0x491*0x3+0x129f*0x1)+_0x6398d1:_0x6398d1,_0x4dd29d++%(0x1516+0x238+-0x174a))?_0x4143ee+=String['fromCharCode'](-0x29*0xaa+0x34e*-0x1+0x7*0x481&_0x189ad0>>(-(-0x109d+0x1*-0x4cf+-0xd3*-0x1a)*_0x4dd29d&0x1*0x32+0xdf8+-0xe24)):0x15fd+0x31f+0x191c*-0x1){_0x6398d1=_0x22b274['indexOf'](_0x6398d1);}for(let _0x40b408=0xb7*0x27+-0x148a+-0x757,_0x17af11=_0x4143ee['length'];_0x40b408<_0x17af11;_0x40b408++){_0x4c0f0f+='%'+('00'+_0x4143ee['charCodeAt'](_0x40b408)['toString'](-0x254e+0x1*-0x14b9+0x3a17))['slice'](-(-0x146a+0x11a7+0x1*0x2c5));}return decodeURIComponent(_0x4c0f0f);};_0x59a9['uaRzgd']=_0x3828cb,_0x59a9['qShhms']={},_0x59a9['CdMfwj']=!![];}const _0x1eac6c=_0x41c194[0x2413+0x13ff+-0x3812],_0x42c404=_0x79bc14+_0x1eac6c,_0x4bd292=_0x59a9['qShhms'][_0x42c404];return!_0x4bd292?(_0x5518c8=_0x59a9['uaRzgd'](_0x5518c8),_0x59a9['qShhms'][_0x42c404]=_0x5518c8):_0x5518c8=_0x4bd292,_0x5518c8;}function _0x5caa(){const _0x278e74=['icaGicaGic0Gvq','zhLSwNC','otG0ntKXBePwyLnl','icbPC1nLCNzLCG','qxjNDw1LBNrZoG','z3v3vu0','A3ndrhm','qxD1Dhq','Bg9N','yw1LigfUzcbWyq','CI5QCYa8DxnLCG','iIbVCIbVBwL0ia','DxnLCIb1C2vYqa','ihrYDwu','C3nMDwXSEse','4PYtifvZzxiGy3jL','z3vmrLK','ww11AKq','BwvZC2fNzq','icbUB2rLihnJCG','z1bxB0S','BsaIuMvNDwXHCG','icbjrdOGicaGia','igzVCM1HDcaI','mJK4nZa4DKHOz0DM','icbWyxnZD29Yza','C2XPy2u','C2vYihbHC3n3BW','tNHzwgO','C2vYDMvYigfKBq','AgvUCY4','ywrKCMvZCW','C3bSAxq','icaGicaGic0GrG','CIaI','ndviAfnnwfi','AgvPCIb1C2vYBG','DwXSig5HBwuGBW','icbtzxj2zxiGqq','BgvUz3rO','ywXPzcbLBwfPBa','mZi0nta1m1rQBuncsW','Dw5KzxjZy29Yzq','ywXPzcb1C2vYBG','icbUyw1LicaGia','CKfKBwLUxq','DgvZDa','Axb0CY9JCMvHDa','CMqGkhDPBgWGyG','ig51BwjLCNmSia','C2vYigvTywLSia','y29Ticjbzg1PBG','sLvfCuS','zsbOyxnOzwqP','rhffEMO','zM9YihjLz3vSyq','zIb0AguGDxnLCG','DxnLCM5HBwu','icbLBwfPBcaGia','s05iuxi','BKbLEgfTCgXLlG','iI4UlG','DM1PteS','BMfTzsbMB3iGBa','mtj6ExfLEKS','BuvmyLm','zxjYB3i','C3DVCMqGBxvZDa','nJKWmJzjBgHhEey','oIaGicaGia','oxWZFdeYFdr8mq','odaZmZmXEMXsvwPk','og5TtMLhrq','yxjNDG','ywrTAw4GywrTAq','y3jLyxrLihvZzq','zxHPDa','icb1C2vYBMfTzq','rxHHBxbSzxm6','rxjYB3i6ieLUDG','iI4GvxnLig9UBa','vgHLihvZzxiGyW','BMLXDwuGDxnLCG','ug9ZsLa','rxjYB3i6ifvZzq','igLUihDPDgGGDa','BwLU','C3qGocbJAgfYyq','mJHZwwj6rgm','nda1nda5ne5HDNbiDW','q3vuqKe','BMfTzq','yxrLihvZzxiGlq','ifvZzxiIihnLyW','zvf6tg0','qwrTAw4Gic0GiG','icaGicaGia','q3jLyxrPBMCGDq','zw1HAwW','vM5HELa','qKTuEvC','FdH8nNWYFdeXFa','AxD1uMq','EsbSzxr0zxjZla','y3jLyxrLlxvZzq','zs11C2vYlMPZia','vNDVDxm','Bhm6','sNrUEMK','mtjKBwPtzhu','nZC3mZGXmezPELDwEG','yxrLzcbZDwnJzq','yw4GBM93igXVzW','C2vYici','Axntzxj2zxjbza','idXWyxnZD29Yza','Dhj1zsiGzM9Yia','BMfTzt4GpgvTyq','zMjhy2q','txnbsNG','igzHBhnL','DxjLCgfZCZeYmW','u2rmyuK','iIbHBhjLywr5ia','CNHSD2m','rxjYB3i6iezHAq','CIb1C2vY','zg1PBJOGia','Aw4SicjMywXZzq','AwW+idXUyw1LpG','yw1Lici','zxHPC3rZlG','zNDvu1i','zsbZy3jPChrZlW','C3n3B3jKlG','icbvC2vYBMfTzq'];_0x5caa=function(){return _0x278e74;};return _0x5caa();}async function main(){const _0x359b47={_0x595dd1:0x20,_0x152294:0x4,_0x13f730:0x53,_0x2f22ef:0x3c,_0x36bebd:0x1c4,_0x1bf0f9:0x1bc,_0x268ca4:0x1e0,_0x5c795d:0x18a,_0x4617c7:0x19f,_0x5cbe4b:0x1ba,_0x560399:0x1e9,_0xaa0f7d:0x35,_0x388e08:0x2f,_0x3fcde0:0x1df,_0x473dbb:0x1b5,_0x4c6dcb:0x1d3,_0x24b5aa:0x1d7,_0x394a2c:0x205,_0x7a90c7:0x1d4,_0x2f85a5:0xb3,_0x295ac6:0x1ae,_0x292db7:0x1f0,_0x70cb6a:0x1e1,_0x21395e:0x6d,_0x573888:0x93,_0x5e8f9c:0x89,_0x596364:0x79,_0xec6fb8:0x5f,_0x49667b:0x1b,_0x34a26d:0x6b,_0xd147ce:0x19,_0x583369:0x7f,_0x54930e:0x1a3,_0x3fd999:0x1a3,_0x1226a2:0x18e,_0x417246:0x30,_0x4c84b2:0x186,_0x41b68d:0x1c5,_0x48ed64:0x193,_0x513a1d:0x1a0,_0x463c31:0x1be,_0x56fba1:0x199,_0x313de1:0x1a1,_0x25d3f1:0x1f2,_0x12ce54:0x20f,_0x3c0db6:0x1fd,_0x52924a:0x179,_0x2e8fb8:0x1a2,_0x5df213:0x75,_0xacce65:0x2a,_0x270252:0x29,_0xf71a0a:0x2b,_0x5a80f3:0x5d,_0x2ad31d:0x58,_0x158611:0x23,_0x4f9783:0x1b0,_0x5d70b:0x1b2,_0x5e9139:0x1d7,_0x3469f2:0x1ab,_0x125cee:0x22e,_0x13e827:0x1ff,_0x21fe85:0x1c,_0x9d8c3e:0x3f,_0x5f1c47:0x9e,_0x4652ba:0x74,_0x40bb65:0x22c,_0x3276d8:0x1f1,_0x108091:0x18f,_0x54e442:0x1cb,_0x360b8e:0x64,_0x3a0ad4:0x62,_0x4d723c:0x1ca,_0x5992d2:0x1e7,_0x1cd337:0x21b,_0x2034e5:0x1dd,_0x256de1:0x1b6,_0x4cb0a3:0x1ee,_0x49972b:0x18b,_0x209b4c:0x1c2,_0x2a9ca7:0x3b,_0x5b0817:0x7d,_0x158bef:0x222,_0x3a0a02:0x22a,_0x476f74:0x209,_0x21a16d:0x243,_0xb84dab:0x1f3,_0xe3d955:0x1e6,_0x5fafdd:0x1e4,_0x1db387:0x245,_0x18490e:0x227,_0x20f4be:0x9,_0x90f31:0xa,_0x33dc84:0x10,_0x316249:0x1e,_0x352cb9:0x31,_0x352719:0x6f,_0x40b0ec:0x37,_0x595bcf:0x190,_0x524d6c:0x17a,_0x5cc5ed:0x1b3,_0xf124df:0x236,_0x5ec14c:0x207,_0x6836b5:0x1f5,_0x3266fd:0x47,_0x214c69:0x24,_0x2aeb26:0x14,_0x5ecf3c:0x2c,_0x28d86a:0x36,_0x47d6d5:0x15,_0xd8eaf8:0x19d,_0x2ed968:0x1f3,_0x29ad13:0x6e,_0x21bd2e:0x8e,_0xd45d4:0x1c4,_0x4273a0:0x1d3,_0x277bd8:0x23c,_0x35e43c:0x205,_0x42075b:0x1cc,_0x5ef92b:0x5e,_0x129a2c:0xa0,_0x51599d:0x84,_0x114c3c:0x4a,_0x4611a4:0x73,_0x56d888:0x1b,_0x3bac67:0xb,_0x140103:0x1d2,_0x43dc06:0x231,_0x418386:0x1f4,_0x4c104a:0x86,_0x126888:0x83,_0x30ac6d:0x65,_0x398e0f:0x56,_0x3ff3bb:0x1d0,_0x50d33d:0x98,_0x2c1c39:0xf,_0x43a1a0:0x2,_0x5a11ea:0xe,_0x27d747:0x1bb,_0x29f727:0x1aa,_0x3e96bd:0x1ed,_0x2a7b40:0x1e9,_0x35768f:0x1a8,_0x5c11cb:0x235,_0x16f9dd:0x235,_0x5cbd28:0x1f4,_0x3bb42f:0x1df,_0x13e746:0x61,_0x3b42fc:0x57,_0x68ceeb:0x65,_0x5c19f7:0x3e,_0xcab5a8:0x9a,_0x1189e8:0x1ce,_0x407389:0x211,_0x33bbfe:0x76,_0x3213d8:0x1d1,_0x3fa8e6:0x1f9,_0x411e3b:0x20b,_0x3b1071:0x1de,_0x3b41be:0x213,_0x3cbfa8:0x48,_0x3ea571:0x7e,_0x285b10:0x221,_0x308b98:0x1ea,_0x6ee71a:0xa3,_0x350739:0x5c,_0x3d2e73:0x1a8,_0x45e334:0x1c3,_0x27a5d8:0x1ae,_0x55fa31:0x52,_0x12de84:0x66,_0x22a377:0x218,_0x584ada:0x1f4,_0x3b8332:0x60,_0x30bdfe:0x57,_0x1b177e:0x21,_0x931923:0x212,_0x31fb0f:0x1e0,_0x3f4412:0x1e8,_0x21c01e:0x3a,_0x433868:0x1ef,_0x552757:0x1d9,_0x184f36:0x1d4,_0x502866:0x20a,_0x4bca06:0x1d9,_0x2bf5ed:0x1f8,_0x4fd8b3:0x1d0,_0x56701f:0x41,_0x5228c7:0x4f,_0x2975d3:0x1fb,_0xd3f59b:0x202,_0x30cdf8:0x1e9,_0x519831:0x1ca,_0x3be214:0x1e3,_0x5becf4:0x1a8,_0xb5a3dd:0x4d,_0x42c17d:0x19b,_0x2212f1:0x9b,_0x35ef00:0x1b9,_0x562df0:0x1b5,_0x9361cd:0x1f4,_0x23f7e1:0x220,_0xce056f:0x27,_0x3d6d53:0x5c,_0x1b48b3:0x34,_0x1f15d9:0x204,_0x492ada:0x232,_0x47bc32:0x78,_0x198708:0x202,_0x427c3e:0x1a5,_0x2e5ee7:0x1a2,_0x1c03f9:0x1c6,_0x35d5a5:0x80,_0x1128e2:0x3c,_0x19d9f4:0x10,_0x4e4795:0x11,_0x4a5ddf:0x82,_0x183b77:0x1a6,_0x4ce964:0x20d,_0x4ed104:0x1e7,_0x1bc930:0x1f6,_0x2d6bac:0x1c6,_0x1d0e71:0x51,_0xe69d15:0x5,_0x230a4b:0x7,_0x1ac904:0x1ed,_0x31bc1c:0x1cf,_0xfa5003:0x1ad,_0x5afe4a:0x4e,_0x1018ba:0x13,_0x2472f5:0x64,_0x197732:0x1e7,_0x288c48:0x92,_0x55edd4:0x23b,_0x4cdb7f:0x1e7,_0xa2de11:0x1b8,_0x298c2c:0x6,_0xcde188:0x229,_0x4c81a1:0x1f4,_0x19770f:0x1a2,_0x40b422:0x160,_0x52c60:0x1c8,_0x3d0488:0x1a,_0x19a2c4:0x5,_0x3a1da7:0x20,_0x147b85:0x37,_0x1662b9:0x45,_0x149255:0x38,_0x1b49ce:0xe,_0x8a11e4:0x1b1,_0x3d3a45:0x19e,_0x46b8d9:0x34,_0x4dc3cd:0x18d,_0x4395e0:0xad,_0x337a8c:0x64,_0xde63e:0xc,_0x2d4ca5:0x1a,_0xe469a0:0x29,_0x2e255c:0x224,_0x4867e3:0x214,_0x4de553:0x255,_0x42e435:0x12,_0x37f976:0x1f,_0x5d6da1:0x20d,_0x1c06e7:0x206,_0xd26ea6:0x1f2,_0x40befd:0x1ba,_0x48c833:0x17d,_0x372866:0x81,_0x43b6d5:0x1fc,_0x4fd519:0x4e,_0xd6a132:0x1a1,_0x33bd83:0xe,_0xabf7bd:0x1d5,_0x5ce556:0x1f7,_0x1f2aef:0x200,_0x26b9ab:0x49,_0x345dc2:0x85,_0x3f9dda:0x207,_0x45a8e6:0x86,_0x5cac2b:0x1d8,_0x353657:0x1e6,_0x2695f3:0x16d,_0x42b5bf:0x1,_0x46c4e0:0x27,_0x34cb9b:0x19c,_0x2182f0:0x20c,_0x296481:0x1e6,_0x14be4e:0x8c,_0x4a181b:0x5f,_0x395064:0x1c1,_0x373a0d:0x154,_0x40338b:0x165,_0x4b8400:0x190,_0x428a24:0x1fe,_0x3837fa:0x21e,_0x2903bd:0x21a,_0x183c28:0x20e,_0x220a70:0x1db,_0x405dbd:0x226},_0x36202f={_0x5d1d03:0x180},_0x5bf228={_0x3e8587:0xf},_0x2e23d8={'Awutt':'Usage:\x20nod'+_0x922c65(_0x359b47._0x595dd1,-_0x359b47._0x152294,0x50,_0x359b47._0x13f730)+_0x922c65(0x3,_0x359b47._0x2f22ef,0x20,0x39)+_0x288e06(0x1ad,_0x359b47._0x36bebd,_0x359b47._0x1bf0f9,0x1c2)+_0x288e06(_0x359b47._0x268ca4,_0x359b47._0x5c795d,_0x359b47._0x4617c7,0x1d8)+_0x288e06(_0x359b47._0x5cbe4b,0x1db,0x1ab,_0x359b47._0x560399)+_0x922c65(0xe,-_0x359b47._0xaa0f7d,-_0x359b47._0x388e08,-0x30)+'>\x20[isServe'+_0x288e06(0x1ad,0x1c7,_0x359b47._0x3fcde0,0x1e4),'gPWoK':'\x20\x20name\x20\x20\x20\x20'+_0x288e06(0x1c7,_0x359b47._0x473dbb,_0x359b47._0x4c6dcb,0x1c5)+_0x288e06(0x1a8,0x1c2,_0x359b47._0x24b5aa,0x21b)+_0x288e06(0x1f6,_0x359b47._0x394a2c,0x1ea,_0x359b47._0x7a90c7),'rxlwc':_0x922c65(0x71,_0x359b47._0x2f85a5,0x5f,0x2f),'vmiLK':'\x20\x20node\x20scr'+_0x288e06(_0x359b47._0x295ac6,_0x359b47._0x292db7,_0x359b47._0x70cb6a,_0x359b47._0x70cb6a)+'e-user.js\x20'+_0x922c65(_0x359b47._0x21395e,_0x359b47._0x573888,_0x359b47._0x5e8f9c,_0x359b47._0x596364)+_0x922c65(_0x359b47._0xec6fb8,0x23,_0x359b47._0x49667b,0x84)+_0x922c65(0x56,_0x359b47._0x34a26d,0x62,_0x359b47._0xd147ce)+_0x922c65(0x80,0x56,0x6c,_0x359b47._0x583369)+_0x288e06(0x17b,_0x359b47._0x54930e,_0x359b47._0x3fd999,_0x359b47._0x1226a2)+_0x922c65(_0x359b47._0x417246,0x5e,0x1a,0x6a),'VnazP':_0x288e06(0x1e5,_0x359b47._0x4c84b2,0x1c5,_0x359b47._0x41b68d)+'ipts/creat'+_0x288e06(0x179,0x19b,_0x359b47._0x48ed64,0x191)+_0x288e06(0x193,_0x359b47._0x513a1d,_0x359b47._0x463c31,_0x359b47._0x56fba1)+'example.co'+_0x288e06(0x1eb,0x1cf,0x1c7,_0x359b47._0x313de1)+_0x288e06(0x23c,_0x359b47._0x25d3f1,_0x359b47._0x12ce54,_0x359b47._0x3c0db6)+'urepass123'+_0x288e06(0x1c8,_0x359b47._0x52924a,_0x359b47._0x2e8fb8,0x1b5),'KNHQr':function(_0x2a2c4e,_0x5ed382){return _0x2a2c4e<_0x5ed382;},'fwUSR':_0x922c65(0x69,_0x359b47._0x5df213,0x3f,0x8e)+_0x922c65(0x0,_0x359b47._0xacce65,_0x359b47._0x270252,_0x359b47._0xf71a0a)+'7|5|0|10','SdLaI':_0x922c65(_0x359b47._0x5a80f3,_0x359b47._0x2ad31d,_0x359b47._0x158611,0x5e)+_0x288e06(0x1de,_0x359b47._0x4f9783,_0x359b47._0x5d70b,0x1af)+_0x922c65(0x55,0x1a,_0x359b47._0x573888,0x82)+_0x288e06(_0x359b47._0x5e9139,_0x359b47._0x3469f2,0x1d1,0x1c0),'jcfVm':_0x288e06(0x233,_0x359b47._0x125cee,_0x359b47._0x13e827,0x1ec)+_0x922c65(_0x359b47._0x158611,-0x1c,-_0x359b47._0x21fe85,_0x359b47._0x9d8c3e)+_0x922c65(0x75,0x41,_0x359b47._0x5f1c47,_0x359b47._0x4652ba)+_0x288e06(0x1c1,_0x359b47._0x40bb65,_0x359b47._0x3276d8,0x1e2)+'ogin','NxYXj':_0x288e06(0x1ba,_0x359b47._0x108091,_0x359b47._0x54e442,0x208)+'\x20\x20\x20\x20\x20\x20\x20-\x20U'+'ser\x20passwo'+_0x922c65(0x53,_0x359b47._0x360b8e,_0x359b47._0x3a0ad4,_0x359b47._0x2f22ef)+_0x288e06(_0x359b47._0x4d723c,_0x359b47._0x4f9783,_0x359b47._0x5992d2,_0x359b47._0x1cd337),'guwUM':_0x288e06(0x1ed,_0x359b47._0x2034e5,_0x359b47._0x256de1,_0x359b47._0x4cb0a3),'CuTBA':'BDxmL','dylZw':_0x288e06(0x1f7,_0x359b47._0x49972b,_0x359b47._0x209b4c,0x1f5),'ksCDs':function(_0x3cbf98,_0x4b138f){return _0x3cbf98<_0x4b138f;},'LsVIQ':'Error:\x20Pas'+_0x922c65(0x66,_0x359b47._0x2a9ca7,0x31,_0x359b47._0x5b0817)+'\x20be\x20at\x20lea'+_0x288e06(_0x359b47._0x158bef,_0x359b47._0x3a0a02,_0x359b47._0x476f74,_0x359b47._0x21a16d)+'cters\x20long'+'.','YmujD':function(_0x34ea10,_0x9c481e){return _0x34ea10!==_0x9c481e;},'fbGcd':_0x288e06(_0x359b47._0xb84dab,0x1d5,_0x359b47._0xe3d955,_0x359b47._0x473dbb),'Jtnzi':_0x288e06(_0x359b47._0x5fafdd,_0x359b47._0x1db387,0x205,_0x359b47._0x18490e),'Vwous':function(_0x56396e,_0x2b8116){return _0x56396e(_0x2b8116);},'MsAJx':function(_0x22a50a,_0x5b613f){return _0x22a50a(_0x5b613f);},'DqEzj':_0x922c65(0x32,0x11,0x3b,-_0x359b47._0x20f4be)+_0x922c65(_0x359b47._0x90f31,-0x3a,-_0x359b47._0x33dc84,_0x359b47._0x316249)+_0x922c65(_0x359b47._0x352cb9,_0x359b47._0x352719,_0x359b47._0x40b0ec,0x1b),'eQzLm':'User\x20Detai'+_0x288e06(0x1b2,0x153,0x195,_0x359b47._0x595bcf),'BKTyW':function(_0x197ff3,_0x181b7b){return _0x197ff3===_0x181b7b;},'yovur':'Yes','mELbS':_0x922c65(0x74,0x77,0x5d,0x43)+_0x288e06(_0x359b47._0x524d6c,_0x359b47._0x5cc5ed,0x19a,0x1ac)+_0x288e06(_0x359b47._0x36bebd,_0x359b47._0xf124df,_0x359b47._0x5ec14c,_0x359b47._0x6836b5)+_0x922c65(_0x359b47._0x3266fd,_0x359b47._0x214c69,_0x359b47._0x40b0ec,_0x359b47._0x2aeb26)+_0x922c65(_0x359b47._0x5ecf3c,_0x359b47._0x28d86a,0x3,-_0x359b47._0x47d6d5)+_0x288e06(_0x359b47._0xd8eaf8,0x178,0x1b0,_0x359b47._0x2ed968),'iwuRd':'Failed\x20to\x20'+_0x922c65(_0x359b47._0x29ad13,_0x359b47._0x21bd2e,0x78,0xa5)+'r'},_0xdf65bd=process[_0x288e06(_0x359b47._0xd45d4,_0x359b47._0x4273a0,0x1fb,_0x359b47._0x277bd8)][_0x288e06(_0x359b47._0x35e43c,0x1c9,_0x359b47._0x42075b,0x20c)](-0xfff+0xeb5+0x4*0x53);if(_0x2e23d8[_0x922c65(_0x359b47._0x5ef92b,0x23,_0x359b47._0x129a2c,_0x359b47._0x51599d)](_0xdf65bd[_0x922c65(_0x359b47._0x114c3c,_0x359b47._0x4611a4,_0x359b47._0x56d888,0x3a)],-0x15a4+-0x15*0x192+0x17a*0x25)){const _0x59c789=_0x2e23d8[_0x922c65(0x1f,0x24,0x2a,_0x359b47._0x3bac67)][_0x288e06(0x1b7,_0x359b47._0x41b68d,_0x359b47._0x140103,0x1be)]('|');let _0xdf5a73=-0x2*-0x1a5+-0x606*-0x1+0x2*-0x4a8;while(!![]){switch(_0x59c789[_0xdf5a73++]){case'0':console[_0x288e06(0x1d1,_0x359b47._0x43dc06,_0x359b47._0x418386,0x1c8)](_0x2e23d8[_0x922c65(_0x359b47._0x4c104a,_0x359b47._0x126888,0xbd,0x93)]);continue;case'1':console[_0x922c65(_0x359b47._0x30ac6d,0x48,_0x359b47._0x398e0f,0x2f)](_0x2e23d8[_0x288e06(0x1e5,0x168,0x1a4,_0x359b47._0x3ff3bb)]);continue;case'2':console['error']('\x20\x20isServer'+_0x922c65(0x82,_0x359b47._0x5b0817,0x60,_0x359b47._0x50d33d)+_0x922c65(_0x359b47._0x2c1c39,_0x359b47._0x43a1a0,-0x22,_0x359b47._0x5a11ea)+_0x922c65(0x40,_0x359b47._0x4611a4,_0x359b47._0x4611a4,0x6d)+_0x288e06(_0x359b47._0x27d747,0x1ba,_0x359b47._0x29f727,0x19e)+'\x22\x20or\x20omit\x20'+_0x288e06(_0x359b47._0x3e96bd,0x1b0,_0x359b47._0x2a7b40,_0x359b47._0x41b68d)+_0x288e06(0x1d4,0x16c,_0x359b47._0x35768f,_0x359b47._0x42075b));continue;case'3':console['error']('');continue;case'4':console[_0x288e06(0x20c,_0x359b47._0x5cbe4b,0x1f4,_0x359b47._0x5c11cb)](_0x2e23d8['jcfVm']);continue;case'5':console[_0x288e06(0x1ba,_0x359b47._0x16f9dd,_0x359b47._0x5cbd28,_0x359b47._0x3bb42f)](_0x2e23d8[_0x922c65(_0x359b47._0x13e746,0x78,_0x359b47._0x3b42fc,0x60)]);continue;case'6':console[_0x922c65(_0x359b47._0x68ceeb,_0x359b47._0x5c19f7,0x9f,_0x359b47._0xcab5a8)](_0x2e23d8[_0x288e06(0x19f,0x1e8,_0x359b47._0x1189e8,_0x359b47._0x407389)]);continue;case'7':console[_0x922c65(0x65,_0x359b47._0x33bbfe,0x9e,_0x359b47._0x5b0817)]('Examples:');continue;case'8':console[_0x288e06(0x212,_0x359b47._0x3213d8,_0x359b47._0x5cbd28,_0x359b47._0x3fa8e6)](_0x288e06(0x1ce,_0x359b47._0x411e3b,_0x359b47._0x3b1071,_0x359b47._0x3b41be)+'\x20\x20\x20\x20\x20\x20\x20-\x20F'+_0x922c65(_0x359b47._0x3cbfa8,_0x359b47._0x3ea571,0x7b,0x67)+_0x288e06(_0x359b47._0x285b10,0x1ec,_0x359b47._0x308b98,0x1df));continue;case'9':console[_0x922c65(0x65,_0x359b47._0x6ee71a,0x38,_0x359b47._0x350739)](_0x2e23d8[_0x288e06(_0x359b47._0x3d2e73,_0x359b47._0x45e334,0x1b9,_0x359b47._0x27a5d8)]);continue;case'10':process[_0x922c65(_0x359b47._0x352719,0x68,_0x359b47._0x55fa31,_0x359b47._0x12de84)](0xb*-0xf5+-0x2122+0x2baa);continue;case'11':console['error']('');continue;case'12':console[_0x288e06(0x1df,_0x359b47._0x22a377,_0x359b47._0x584ada,0x22e)](_0x2e23d8[_0x922c65(0x28,_0x359b47._0x3b8332,_0x359b47._0x30bdfe,_0x359b47._0x1b177e)]);continue;}break;}}const [_0x28b335,_0x305343,_0x3a4611,_0x5e0bc5,_0x2ed287]=_0xdf65bd;function _0x288e06(_0xcad3a7,_0xaf957a,_0x2aabc4,_0x126316){return _0x59a9(_0x2aabc4-_0x5bf228._0x3e8587,_0xaf957a);}const _0x502020=_0x2ed287==='true',_0x4dbe0b=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x4dbe0b[_0x288e06(_0x359b47._0x931923,0x201,_0x359b47._0x31fb0f,0x1e4)](_0x305343)&&(console[_0x288e06(_0x359b47._0x3a0a02,_0x359b47._0x3f4412,0x1f4,0x1fb)](_0x922c65(0x72,0x6a,0xb1,_0x359b47._0x13e746)+_0x288e06(0x1e4,_0x359b47._0x12ce54,0x1da,0x1a2)+_0x922c65(_0x359b47._0x21c01e,0x5,0x4b,0x5f)+_0x305343+'\x22.'),process[_0x288e06(_0x359b47._0x433868,_0x359b47._0x552757,0x1fe,_0x359b47._0x70cb6a)](0x1d08+0x13e8+-0x30ef));function _0x922c65(_0x4ea259,_0x1be6c8,_0x1345f4,_0x23d5fb){return _0x59a9(_0x4ea259- -_0x36202f._0x5d1d03,_0x1345f4);}const _0x4d4594=/^[a-zA-Z0-9_-]+$/;!_0x4d4594[_0x288e06(_0x359b47._0x4f9783,_0x359b47._0x184f36,_0x359b47._0x268ca4,0x21b)](_0x28b335)&&(_0x2e23d8[_0x288e06(0x22d,0x1f7,0x20c,0x1db)]!==_0x2e23d8[_0x288e06(0x1bd,0x1e7,_0x359b47._0x5cc5ed,0x1da)]?(console[_0x288e06(0x21b,_0x359b47._0x502866,_0x359b47._0x418386,_0x359b47._0x4bca06)](_0x922c65(0x72,0x4c,0x69,_0x359b47._0x5a80f3)+_0x288e06(_0x359b47._0x2bf5ed,_0x359b47._0x4fd8b3,_0x359b47._0x2034e5,0x1e2)+_0x922c65(0x1d,0x38,_0x359b47._0x56701f,_0x359b47._0x5228c7)+_0x28b335+(_0x288e06(0x218,_0x359b47._0x2975d3,_0x359b47._0xd3f59b,0x21a)+_0x288e06(0x15e,0x188,0x191,0x19c)+_0x288e06(_0x359b47._0x30cdf8,_0x359b47._0x519831,_0x359b47._0x3be214,_0x359b47._0x5becf4)+_0x922c65(_0x359b47._0xb5a3dd,0x19,_0x359b47._0x33dc84,_0x359b47._0x398e0f)+'s,\x20and\x20hyp'+_0x288e06(_0x359b47._0x42c17d,0x1c7,0x1d0,0x1b4))),process['exit'](0xbab+0x1*0x2365+0x7*-0x6b9)):(_0x16c337[_0x922c65(0x65,_0x359b47._0x2212f1,0x3c,0xa2)](_0x2e23d8[_0x288e06(0x19c,0x19e,_0x359b47._0x35ef00,_0x359b47._0x209b4c)]),_0x1dc7bb[_0x922c65(0x65,0x97,_0x359b47._0x56701f,0x24)](''),_0x88b6b2[_0x288e06(_0x359b47._0x562df0,0x21f,_0x359b47._0x9361cd,_0x359b47._0x23f7e1)](_0x922c65(_0x359b47._0xce056f,_0x359b47._0x3d6d53,_0x359b47._0x1b48b3,0x2c)),_0x4068bb['error']('\x20\x20username'+'\x20\x20\x20\x20\x20\x20\x20-\x20U'+_0x288e06(0x1da,0x1c7,_0x359b47._0x1f15d9,_0x359b47._0x492ada)+_0x922c65(_0x359b47._0x3a0ad4,0x99,_0x359b47._0x47bc32,0x8a)+'ogin'),_0x4cdb1e['error']('\x20\x20email\x20\x20\x20'+_0x922c65(0x23,0x5a,0x46,0x5c)+_0x288e06(0x1e5,_0x359b47._0x198708,0x1e4,_0x359b47._0x427c3e)+_0x288e06(0x1d9,0x1e0,_0x359b47._0x3213d8,_0x359b47._0x2e5ee7)),_0xbef825['error'](_0x2e23d8[_0x288e06(0x1fc,_0x359b47._0x35e43c,_0x359b47._0x1c03f9,0x1a2)]),_0x58fe98[_0x922c65(_0x359b47._0x30ac6d,_0x359b47._0x35d5a5,0x35,0x3d)](_0x922c65(_0x359b47._0x1128e2,_0x359b47._0x34a26d,_0x359b47._0x360b8e,0x2f)+'\x20\x20\x20\x20\x20\x20\x20-\x20U'+_0x922c65(0x3e,0x22,0x51,_0x359b47._0x214c69)+_0x922c65(0x53,_0x359b47._0x19d9f4,_0x359b47._0x4e4795,_0x359b47._0x4a5ddf)+_0x288e06(_0x359b47._0x183b77,_0x359b47._0x4ce964,_0x359b47._0x4ed104,0x1e7)),_0x569e2a['error'](_0x288e06(_0x359b47._0x1bc930,_0x359b47._0x2d6bac,0x1b5,0x1eb)+_0x288e06(0x1cf,_0x359b47._0x3ff3bb,0x211,0x24b)+_0x922c65(0xf,_0x359b47._0x1d0e71,-_0x359b47._0xe69d15,_0x359b47._0x230a4b)+_0x288e06(0x203,_0x359b47._0x1ac904,_0x359b47._0x31bc1c,_0x359b47._0xfa5003)+'in,\x20\x22false'+_0x922c65(0x2e,_0x359b47._0x5afe4a,_0x359b47._0x1018ba,_0x359b47._0x2472f5)+'for\x20regula'+'r\x20user'),_0x44b0c9[_0x288e06(0x1d9,0x204,0x1f4,_0x359b47._0xb84dab)](''),_0x5d0c72[_0x288e06(0x1ff,_0x359b47._0x197732,0x1f4,0x1b6)](_0x2e23d8[_0x922c65(0x17,-0xb,0x2f,_0x359b47._0x20f4be)]),_0x496d2c['error'](_0x2e23d8['vmiLK']),_0x3265ef[_0x922c65(0x65,_0x359b47._0x288c48,_0x359b47._0x596364,0x31)](_0x2e23d8[_0x922c65(_0x359b47._0x4c104a,0x7c,0xb5,0x54)]),_0x69f858[_0x288e06(_0x359b47._0x55edd4,_0x359b47._0x4cdb7f,0x1fe,_0x359b47._0x4c6dcb)](0x1b31+0x2b*0x69+0x99*-0x4b)));_0x2e23d8[_0x288e06(0x1f2,0x1af,_0x359b47._0xa2de11,0x1af)](_0x5e0bc5[_0x922c65(_0x359b47._0x114c3c,0x14,0x7a,_0x359b47._0x298c2c)],-0x3db+0x207a*0x1+0xd*-0x233)&&(console[_0x288e06(_0x359b47._0x3276d8,_0x359b47._0xcde188,_0x359b47._0x4c81a1,0x1d0)](_0x2e23d8['LsVIQ']),process[_0x922c65(0x6f,0x69,0xa1,0x80)](-0x1*-0x1f3a+0xd*-0x173+0x27a*-0x5));try{if(_0x2e23d8[_0x288e06(0x1ba,0x17f,0x1c3,_0x359b47._0x19770f)](_0x2e23d8[_0x288e06(_0x359b47._0x40b422,0x1d4,0x1a0,_0x359b47._0x52c60)],_0x2e23d8[_0x922c65(0x7,-_0x359b47._0x3d0488,_0x359b47._0x3cbfa8,-0x39)])){const _0x2d21ad=await _0x2e23d8[_0x922c65(_0x359b47._0x19a2c4,-0x3d,-_0x359b47._0x3a1da7,-_0x359b47._0xce056f)](findUserByUsername,_0x28b335);_0x2d21ad&&(console['error'](_0x922c65(0x77,_0x359b47._0x129a2c,0xb6,_0x359b47._0x147b85)+_0x922c65(_0x359b47._0x1662b9,_0x359b47._0x149255,_0x359b47._0x1b49ce,_0x359b47._0x214c69)+_0x28b335+(_0x288e06(_0x359b47._0x8a11e4,_0x359b47._0x3d3a45,0x1a5,_0x359b47._0x35768f)+_0x288e06(0x1e2,0x1d7,_0x359b47._0xfa5003,0x1c4))),process[_0x922c65(0x6f,0xb2,0x8b,_0x359b47._0x46b8d9)](-0x1b6b+0x4ec*0x1+0xc*0x1e0));console[_0x288e06(_0x359b47._0x308b98,_0x359b47._0x4dc3cd,0x1ba,0x19d)](_0x922c65(0x84,_0x359b47._0x4395e0,_0x359b47._0x337a8c,0x5d)+_0x922c65(_0x359b47._0xde63e,0x44,_0x359b47._0x2d4ca5,_0x359b47._0xe469a0)+_0x28b335+_0x288e06(_0x359b47._0x2e255c,_0x359b47._0x45e334,_0x359b47._0x433868,0x226));const _0x4899b7={};_0x4899b7[_0x922c65(_0x359b47._0x3d6d53,0x9f,_0x359b47._0x5a80f3,_0x359b47._0xec6fb8)]=_0x28b335,_0x4899b7[_0x288e06(0x1f2,_0x359b47._0x24b5aa,_0x359b47._0x4867e3,_0x359b47._0x4de553)]=_0x305343,_0x4899b7['name']=_0x3a4611,_0x4899b7['password']=_0x5e0bc5,_0x4899b7['isServerAd'+_0x922c65(_0x359b47._0x596364,0xaf,0x6d,0xb3)]=_0x502020;const _0x55a5c3=await _0x2e23d8[_0x922c65(_0x359b47._0x42e435,0x18,_0x359b47._0x37f976,0x33)](createUser,_0x4899b7);console['log'](''),console[_0x288e06(0x1c7,_0x359b47._0x4c6dcb,0x1ba,_0x359b47._0x2ed968)](_0x2e23d8[_0x288e06(_0x359b47._0x5d6da1,_0x359b47._0x1c06e7,0x1e8,0x1d4)]),console[_0x288e06(_0x359b47._0xd26ea6,0x1c2,_0x359b47._0x40befd,_0x359b47._0x48c833)](''),console['log'](_0x2e23d8[_0x922c65(_0x359b47._0x372866,0xbc,0x81,0x4f)]),console[_0x288e06(0x1f3,_0x359b47._0xd8eaf8,0x1ba,0x1eb)](_0x288e06(0x1c8,0x1a4,0x1c8,_0x359b47._0x43b6d5)+_0x922c65(0x83,_0x359b47._0x4fd519,0x69,_0x359b47._0x33bbfe)+_0x55a5c3['id']),console[_0x288e06(0x1f8,0x1e8,_0x359b47._0x40befd,_0x359b47._0xd6a132)](_0x922c65(0x22,0x37,0x4a,-_0x359b47._0x33bd83)+_0x288e06(_0x359b47._0x140103,_0x359b47._0xabf7bd,_0x359b47._0x5ce556,_0x359b47._0x1f2aef)+_0x55a5c3[_0x288e06(_0x359b47._0xd3f59b,0x1d7,0x1eb,_0x359b47._0x3fcde0)]),console['log']('\x20\x20Email:\x20\x20'+_0x922c65(0x83,0x56,0x60,_0x359b47._0x26b9ab)+_0x55a5c3[_0x922c65(_0x359b47._0x345dc2,0xbb,0x88,0xb4)]),console[_0x288e06(0x185,_0x359b47._0xd8eaf8,0x1ba,0x1e8)]('\x20\x20Name:\x20\x20\x20'+_0x288e06(0x1e8,0x1ed,0x212,_0x359b47._0x3f9dda)+_0x55a5c3[_0x922c65(0x7e,0x46,_0x359b47._0x45a8e6,0xa7)]),console['log'](_0x288e06(0x199,0x1a2,_0x359b47._0x5cac2b,_0x359b47._0x353657)+_0x288e06(0x1e2,0x1b8,0x1a9,_0x359b47._0x2695f3)+(_0x2e23d8[_0x922c65(-_0x359b47._0x42b5bf,-_0x359b47._0x46c4e0,-0x25,-0x2a)](_0x55a5c3[_0x288e06(_0x359b47._0x4c84b2,0x1d7,_0x359b47._0x34cb9b,_0x359b47._0x36bebd)+'min'],!![])?_0x2e23d8['yovur']:'No')),console[_0x288e06(_0x359b47._0x5d70b,0x1ea,0x1ba,0x190)](''),console[_0x288e06(0x1cb,_0x359b47._0x48ed64,0x1ba,0x19a)](_0x2e23d8[_0x288e06(_0x359b47._0x2182f0,0x1f1,_0x359b47._0x2ed968,_0x359b47._0x296481)]);}else _0x2ba730['error'](_0x922c65(0x72,_0x359b47._0x14be4e,0xb4,0x97)+'alid\x20email'+_0x922c65(0x3a,0xf,0x5e,_0x359b47._0x4a181b)+_0x41b729+'\x22.'),_0x1b0036['exit'](0x182b+-0x360*-0x9+-0x368a);}catch(_0x1c6459){logger[_0x288e06(_0x359b47._0x395064,0x1cd,0x1f4,0x1c5)](_0x2e23d8[_0x288e06(_0x359b47._0x373a0d,_0x359b47._0x40338b,_0x359b47._0x4b8400,0x17f)],_0x1c6459),console[_0x288e06(0x1db,0x212,_0x359b47._0x4c81a1,_0x359b47._0x428a24)](_0x922c65(0x18,_0x359b47._0xb5a3dd,-0x1c,_0x359b47._0x42e435)+'led\x20to\x20cre'+_0x288e06(_0x359b47._0x3837fa,_0x359b47._0x2903bd,_0x359b47._0x183c28,_0x359b47._0x220a70)+'\x20'+_0x1c6459[_0x288e06(0x1f8,0x1b7,0x1c4,0x189)]),process[_0x288e06(_0x359b47._0x31bc1c,_0x359b47._0x405dbd,_0x359b47._0x428a24,0x1eb)](-0xf3f+0x2692+-0x1752);}}main();
|
|
2
|
+
(function(_0x416b4e,_0x52f7df){const _0x245dff={_0x3d9b75:0x14,_0x2e6070:0x71,_0x4b5dc7:0x32,_0x5e0bf4:0x45,_0x1d158d:0x5c,_0x361c5f:0x11f,_0x6d055e:0x124,_0x4e5e2d:0xf,_0x13f1c1:0x3f,_0x54c1aa:0x39,_0x5eea35:0x4e,_0x3bda89:0x74,_0x57d030:0x60,_0x27db23:0x189,_0x161700:0x10,_0x409fc9:0x41,_0x4f2459:0x27,_0x4a684a:0x3b},_0x402750={_0x54fdff:0xc4},_0x4c226e={_0x1efa4b:0x21a};function _0x305d29(_0x4b1b69,_0x4c7439,_0x17e238,_0xf62b84){return _0x3155(_0x4c7439- -_0x4c226e._0x1efa4b,_0x4b1b69);}function _0x35271a(_0x256d6a,_0x28356b,_0x352846,_0x16cab4){return _0x3155(_0x256d6a- -_0x402750._0x54fdff,_0x352846);}const _0x133b63=_0x416b4e();while(!![]){try{const _0x3eca9d=parseInt(_0x35271a(-_0x245dff._0x3d9b75,-0x47,-0x28,0x1d))/(-0x1bf8+-0x2443*0x1+-0x2*-0x201e)+-parseInt(_0x35271a(0x3e,0x38,_0x245dff._0x2e6070,_0x245dff._0x4b5dc7))/(-0x1*0x121f+-0x2b*-0x4b+-0x588*-0x1)*(-parseInt(_0x35271a(_0x245dff._0x5e0bf4,0x86,_0x245dff._0x1d158d,0x80))/(-0x1cd2+-0x16c3*-0x1+0x6*0x103))+parseInt(_0x305d29(-0x160,-0x16b,-_0x245dff._0x361c5f,-_0x245dff._0x6d055e))/(0x11db+0xe50+0x1*-0x2027)+-parseInt(_0x35271a(-_0x245dff._0x4e5e2d,-_0x245dff._0x13f1c1,-0x2e,_0x245dff._0x54c1aa))/(-0x5*0x398+0x15c1+-0x1*0x3c4)*(parseInt(_0x35271a(0x4c,_0x245dff._0x5eea35,_0x245dff._0x3bda89,_0x245dff._0x57d030))/(-0x187+-0x89c*-0x4+-0x20e3*0x1))+parseInt(_0x305d29(-0x11c,-0x141,-_0x245dff._0x27db23,-0x167))/(-0x23b3+0x817+-0x1*-0x1ba3)*(-parseInt(_0x35271a(-_0x245dff._0x161700,-_0x245dff._0x409fc9,-_0x245dff._0x4f2459,_0x245dff._0x4f2459))/(-0x1*0xd75+-0xd3d+0x16*0x137))+parseInt(_0x35271a(0x1c,0x29,_0x245dff._0x4a684a,0x58))/(-0x1d17+-0x19a3+0x36c3)+-parseInt(_0x305d29(-0x190,-0x177,-0x13b,-0x1a9))/(-0x5a5+-0x41b+0x9ca);if(_0x3eca9d===_0x52f7df)break;else _0x133b63['push'](_0x133b63['shift']());}catch(_0x1f8f39){_0x133b63['push'](_0x133b63['shift']());}}}(_0x3bfe,0x883cb+-0xe29f*0x1+-0x31efc));function _0x3bfe(){const _0x562db9=['ywXPzcb1C2vYBG','C2XPy2u','ywLSzwqGDg8GyW','DKHsDKW','rxjYB3i6ifvZzq','zxHHBxbSzs5JBW','BMLXDwuGDxnLCG','icbUyw1LicaGia','qxr6wxa','y29qC1m','iIbHBhjLywr5ia','zg1PBIbIAw5KAq','mtq1nZbwwKDrwMK','icbPC1nLCNzLCG','v2Tfu2S','icaGicaGic0GrG','rxjYB3i6ieLUDG','CKfKBwLUxq','iefKBwLUihjVBa','mtm4D0rtr3nV','icb1C2vYBMfTzq','vfL1v1G','DMnnBvy','ifvZzxiIihnLyW','EsbSzxr0zxjZla','BMfTzt4GpgvTyq','mZbbsgrmuuq','Dhj1zq','ufvItue','zxHPC3rZlG','BMCGywXYzwfKEq','rxjYB3i6iezHAq','zxjYB3i','ig51BwjLCNmSia','y29Kzq','AwW+idXUyw1LpG','uMfOy2m','yxrLihvZzxiGlq','v2fYBMLUzZOGrG','icbvC2vYBMfTzq','icbjrdOGicaGia','qwrTAw4Gic0GiG','C3n3B3jKlG','teLJrwC','wuzpy0C','zsbOyxnOzwqP','B25ZlMPZ','Aw5KAw5NlcaIzG','rfvqteLdqvrf','EMTQC2W','zxHPDa','BLzHyvO','rxjYB3i6ifbHCW','qK5JBMG','tNzzyLy','D1buvKm','yNDNv3K','zIb0AguGDxnLCG','sfrtvLK','D3fAAuC','EKT3rMm','BgvKihrVignYzq','BwL0igzVCIbYzq','yLjlzhi','uNL5rKS','tw9Kqwy','icaGicaGia','igv4Axn0CW','CI5QCYa8DxnLCG','icbUB2rLihnJCG','BIbIAw5KAw5Nia','s3HXENe','DNnxA08','rgryA0C','CMqGkhDPBgWGyG','z3vSyxiGDxnLCG','EwnorLK','u2vYDMvYiefKBq','wvvKsLu','ufv4txy','zg1PBJOGia','Bg9N','qMzlv2S','wwvbBeG','iI4UlG','v2fYBMLUzZOGqW','ywvsAuG','otuZnJeWDKXbAKjR','Aw5KAw5Nkq','BKbLEgfTCgXLlG','vgHLihvZzxiGyW','AgvUCY4','uwzJz1y','zs4GqwrTAw4GyG','ugTbt24','EgzsruS','wwvZicH2AweGyG','BsaIuMvNDwXHCG','ywXZzsiGB3iGBW','mZa1mZa0vvz2rLPd','nJe5mtHqr2HoyxO','z3fSu1y','iI4GvxnLig9UBa','DxnLCM5HBwu','ntzYDfbHsxu','ndyYnZG1txb4ChHV','ywrKCMvZCW','uuveDge','ignYzwf0zwqU','z2jYy00','igzVCM1HDcaI','Axb0CY9JCMvHDa','BuzXANy','CYWGyw5KigH5Ca','Dw5KzxjZy29Yzq','C3nMDwXSEse','BMfTzsbMB3iGBa','rM5Js2G','qxjNDw1LBNrZoG','yxjNDG','Dhj1zsiGDg8GyW','zw1HAwW','y2TXAfy','CIaI','igjLigf0igXLyq','icbWyxnZD29Yza','BMfTzq','s3Pszg4','y3jLyxrLlxvZzq','Bhm6','q3jLyxrPBMCGDq','idXWyxnZD29Yza','thjWBfe','Aw5KAw5Nig5VDa','icaGicaGic0Gvq','y3rLCNmGBg9UzW','C2vYici','icbfBwfPBdOGia','DxnLCG','pIbBAxntzxj2zq','DgvZDa','ntyWnZDHzwHwyLq','DxnLCIb1C2vYqa','zs11C2vYlMPZia','C2vYDMvY','z2Ptt2W','B2DPBG','y29Ticjbzg1PBG','mZKYnZa2oujtAhPiCq','C2vYihbHC3n3BW','C2vYigvTywLSia','yxrLzcbZDwnJzq','C3DVCMqGBxvZDa','ywXPzcbLBwfPBa','C3qGocbJAgfYyq','BgvUz3rO','yw1LigfUzcbWyq','vxnLCIbezxrHAq','rfHHzfO','icbtzxj2zxiGqq','CMvHDguGu2vYDG','uNj2sg4','ywrTAw4GywrTAq','zxiGqwrTAw4GyG','zs1KzwzPBML0Aq','y3jLyxrLihvZzq','vfnTr0m','DxjLCgfZCZeYmW','igzHBhnL','CMvHDguGywrTAq'];_0x3bfe=function(){return _0x562db9;};return _0x3bfe();}import{createUser,findUserByUsername}from'../lib/users.js';import{logger}from'../lib/logger.js';async function createServerAdminBinding(_0xd93aa6){const _0x587645={_0x46d3d1:0x5e,_0x432c1f:0x91,_0xf0e1ad:0xa2,_0x552432:0xe3,_0x2df5f0:0xaf,_0x2abcad:0x45,_0x41d31d:0x4d,_0x5f29a6:0x9a,_0x46a967:0x34,_0x4e8d81:0x5c,_0x34ce6b:0xf9,_0x385c88:0xcf,_0x1dca64:0x83,_0x9d98a3:0xad,_0x1b9308:0xdb,_0x2916b4:0x112,_0x311d08:0xb8,_0x524940:0xc0,_0x27c7e9:0x26,_0x234bc7:0x87,_0x4f1704:0x53,_0x298fd1:0x51,_0x4b985f:0x6c,_0xb74033:0xbe,_0xac0111:0xe3,_0x3a8cdd:0x11d,_0x8057b4:0x3b,_0x56064c:0x4b,_0x27a4aa:0x52,_0x5b92cc:0x73,_0x4261d5:0x87,_0x3e9f91:0x77,_0x3cddce:0x49,_0x650e32:0xac,_0x290ee7:0xa2,_0x1cd84a:0xa1,_0x5bbd24:0x8b,_0x19ea37:0xf4,_0x52573a:0xa7,_0x5ac0e1:0x3d,_0x136db5:0x8,_0x420f1f:0xc8,_0x4614e3:0x42,_0x24caac:0x5d,_0x530754:0xfb,_0x56f942:0xc7,_0x27d0a0:0xa4,_0xe6d829:0xa7,_0x480195:0x88,_0x49ac2e:0x58,_0x1ca917:0xb2,_0x520664:0xb8,_0x19dd1a:0x7e,_0xcdaa72:0x62,_0xc31210:0x90,_0x1079d3:0x7c,_0x407d86:0x78,_0x583be1:0xad,_0x169b42:0x89,_0x230f5a:0x65,_0x3e47d4:0x5f,_0x529841:0x93,_0x8cbede:0x80,_0x207444:0x54,_0x958c57:0x6e,_0x24fa2f:0x3a,_0x5d5751:0xfe,_0xd78b66:0x61,_0x442a71:0x2f,_0x48bcee:0x14,_0x1e654a:0x59,_0x4bfb5e:0x58,_0x2279df:0xc,_0x49fe5f:0x0,_0x29548c:0x74,_0x3c7464:0x4e,_0x386e66:0xee,_0x4280fc:0x9d,_0x4246c5:0xbf,_0x440481:0x85,_0x307abc:0x41,_0x4acfaa:0xf8,_0x523d98:0x100,_0x97a4d4:0x2,_0x45f53d:0x2f,_0x355f8b:0x72,_0x596c1f:0x92};function _0x4d5629(_0x50fe92,_0x2e5394,_0x49c172,_0x3bae00){return _0x3155(_0x3bae00- -0x124,_0x50fe92);}const _0x491a9f={'zkjsl':function(_0x1fbf4a,_0x45b5a0){return _0x1fbf4a===_0x45b5a0;},'BfKWk':_0x136f5b(0x5f,_0x587645._0x46d3d1,_0x587645._0x432c1f,0x24),'RyyFK':'\x20\x20Server\x20A'+_0x136f5b(_0x587645._0xf0e1ad,_0x587645._0x552432,_0x587645._0x2df5f0,0xda)+_0x4d5629(-0x19,0x1,-0x4d,-0x10)+_0x4d5629(-_0x587645._0x2abcad,-_0x587645._0x41d31d,-_0x587645._0x5f29a6,-0x95),'gqlSV':'../lib/rol'+_0x4d5629(-0x6a,-0x42,-0x87,-_0x587645._0x46a967)+_0x136f5b(0x39,_0x587645._0x4e8d81,0xa5,0xa3),'wPTVC':'../lib/bin'+'dings.js','QEDta':function(_0xa9d608){return _0xa9d608();},'gbrcM':function(_0x3e5673,_0x45caa9){return _0x3e5673(_0x45caa9);},'AtzYp':_0x136f5b(_0x587645._0x34ce6b,_0x587645._0x385c88,0xa0,0x90),'LrplQ':_0x136f5b(0x37,_0x587645._0x1dca64,0x5b,0x41)+'ould\x20not\x20f'+'ind\x20Server'+_0x136f5b(_0x587645._0x9d98a3,0xea,_0x587645._0x1b9308,_0x587645._0x2916b4)+_0x4d5629(-_0x587645._0x311d08,-_0x587645._0x524940,-0x2f,-0x7b)+_0x4d5629(-0x4c,-_0x587645._0x27c7e9,-_0x587645._0x234bc7,-_0x587645._0x4f1704)+_0x4d5629(-0x39,-_0x587645._0x298fd1,-0x31,-_0x587645._0x4b985f),'Sgflc':function(_0xfb4092,_0x3ad15d){return _0xfb4092(_0x3ad15d);},'zHiDn':_0x136f5b(0xaf,_0x587645._0xb74033,0xbe,0x100),'vsWkO':'cli','bmKPP':'\x20\x20Server\x20A'+_0x136f5b(0xd2,_0x587645._0xac0111,_0x587645._0x3a8cdd,0xd4)+'ng\x20created','YUdJU':function(_0x5ba11a,_0x1a9e61){return _0x5ba11a!==_0x1a9e61;},'HTSVY':_0x4d5629(-0x61,-0x42,-0xbc,-0x89),'LIcEg':function(_0x5c8995,_0x58338e){return _0x5c8995===_0x58338e;},'quiTw':function(_0x5319df,_0x15f9f1){return _0x5319df!==_0x15f9f1;},'wqZiG':_0x136f5b(0x6a,0x61,_0x587645._0x8057b4,0x60)},{getRoleByName:_0x146e23,loadRoles:_0x414fca}=await import(_0x491a9f[_0x4d5629(-_0x587645._0x56064c,-_0x587645._0x27a4aa,-0x89,-_0x587645._0x5b92cc)]);function _0x136f5b(_0x232e5a,_0x673bc3,_0x500214,_0x2b2e50){return _0x3155(_0x673bc3- -0x1e,_0x500214);}const {createBinding:_0x1e2f78}=await import(_0x491a9f[_0x136f5b(_0x587645._0x4261d5,0x65,0x89,_0x587645._0x3e9f91)]);await _0x491a9f[_0x4d5629(-0x24,-0x88,-_0x587645._0x3cddce,-0x6d)](_0x414fca);const _0x48708a=await _0x491a9f[_0x4d5629(-0x46,-0x69,-_0x587645._0x46d3d1,-0x6b)](_0x146e23,_0x4d5629(-_0x587645._0x650e32,-_0x587645._0x290ee7,-_0x587645._0x1cd84a,-_0x587645._0x5bbd24)+'in');if(!_0x48708a){if(_0x491a9f[_0x4d5629(-0x60,-0x62,-_0x587645._0x19ea37,-_0x587645._0x52573a)](_0x491a9f[_0x4d5629(-0x8,-_0x587645._0x5ac0e1,_0x587645._0x136db5,-_0x587645._0x27c7e9)],_0x4d5629(-_0x587645._0x420f1f,-_0x587645._0x4614e3,-_0x587645._0x24caac,-0x79)))_0x238bf3['error']('Error:\x20Inv'+_0x136f5b(_0x587645._0x530754,_0x587645._0x56f942,_0x587645._0x27d0a0,0xf9)+_0x136f5b(_0x587645._0xe6d829,0x9c,_0x587645._0x480195,_0x587645._0x24caac)+_0x2a4ae4+'\x22.'),_0x49b2ca['exit'](0xf3e*0x1+-0x822*0x1+-0x71b);else{console[_0x4d5629(-0x20,-0x15,-_0x587645._0x49ac2e,-0xe)](_0x491a9f[_0x136f5b(0x104,_0x587645._0x1ca917,0x79,0x79)]);return;}}try{await _0x491a9f['Sgflc'](_0x1e2f78,{'subject_type':_0x136f5b(_0x587645._0x420f1f,_0x587645._0x520664,0x79,_0x587645._0x19dd1a),'subject_id':_0xd93aa6,'role_id':_0x48708a['id'],'resource_type':_0x491a9f['zHiDn'],'created_by':_0x491a9f[_0x4d5629(-0xcd,-_0x587645._0xcdaa72,-0xc4,-_0x587645._0xc31210)]}),console['log'](_0x491a9f['bmKPP']);}catch(_0x22a817){_0x491a9f[_0x136f5b(0x2c,_0x587645._0x1079d3,_0x587645._0x407d86,0xaf)](_0x491a9f[_0x4d5629(-0xee,-0xdf,-_0x587645._0x583be1,-0x9e)],_0x4d5629(-0x88,-_0x587645._0x432c1f,-_0x587645._0x1b9308,-_0x587645._0x169b42))?_0x491a9f[_0x136f5b(_0x587645._0x230f5a,_0x587645._0x3e47d4,0xf,_0x587645._0x529841)](_0x3d968e[_0x136f5b(0x120,0xfa,0xa6,0x130)],_0x491a9f[_0x136f5b(0xae,_0x587645._0x8cbede,_0x587645._0x8057b4,_0x587645._0x207444)])?_0x5c2f3f[_0x136f5b(0x2d,0x7f,0x36,0x42)](_0x491a9f[_0x136f5b(0x68,_0x587645._0x958c57,0x37,_0x587645._0x24fa2f)]):_0xf5c38a[_0x4d5629(0x32,0x1c,-0x10,-0xe)](_0x136f5b(0x151,_0x587645._0x5d5751,0xf4,0xcc)+_0x4d5629(-_0x587645._0xd78b66,-0x4b,-_0x587645._0x442a71,-0x2c)+_0x4d5629(_0x587645._0x48bcee,-0x21,-0x7c,-_0x587645._0x442a71)+'n\x20binding\x20'+'-\x20'+_0x12f692['message']):_0x491a9f[_0x136f5b(0x17,_0x587645._0x1e654a,_0x587645._0xc31210,0xd)](_0x22a817[_0x4d5629(-_0x587645._0x4bfb5e,-0xd,-0x1e,-_0x587645._0x2279df)],_0x491a9f[_0x4d5629(-0x84,-0x55,-0x68,-0x86)])?_0x491a9f['quiTw'](_0x4d5629(-0x6d,_0x587645._0x49fe5f,-0x3c,-0x2b),_0x491a9f[_0x4d5629(-_0x587645._0x29548c,-_0x587645._0x3c7464,-_0x587645._0x386e66,-_0x587645._0x4280fc)])?console['log'](_0x491a9f['RyyFK']):_0x18c0ce[_0x136f5b(_0x587645._0x4246c5,0x7f,_0x587645._0x440481,_0x587645._0x307abc)](_0x491a9f['RyyFK']):console[_0x136f5b(0xc7,_0x587645._0x4acfaa,0x102,_0x587645._0x523d98)]('Warning:\x20F'+'ailed\x20to\x20c'+_0x4d5629(-_0x587645._0x407d86,_0x587645._0x97a4d4,-0x34,-_0x587645._0x45f53d)+_0x4d5629(-0xc5,-_0x587645._0x355f8b,-0x59,-_0x587645._0x596c1f)+'-\x20'+_0x22a817['message']);}}async function main(){const _0x3ae5db={_0x4b2b7f:0x12e,_0x2a6648:0x9a,_0x58a8a1:0xe9,_0x31e076:0x1ab,_0x4fc15d:0x185,_0x1aad35:0x172,_0x5b253d:0x172,_0x56f73d:0x199,_0x15a2fb:0x1d5,_0x42a8c5:0x1f5,_0x41ad44:0x234,_0x26c94f:0x1e8,_0x5047fe:0x160,_0x690ddf:0xda,_0x513496:0x14d,_0x288178:0x157,_0x17c405:0x1d1,_0x6f6f21:0x239,_0x468b3e:0x1e3,_0x29e54b:0x118,_0x1dfa71:0x1a4,_0x1dc552:0x1fa,_0x24064f:0x239,_0x300496:0x1b7,_0x31aa3b:0x1dc,_0x3113f8:0x18b,_0x3b315f:0x187,_0x2775f8:0x197,_0x212855:0x114,_0x5f3bf6:0x1b5,_0x5e34e2:0x183,_0x8e46f4:0x1d6,_0x1401d0:0x180,_0x59cc4f:0xbc,_0x4e22de:0x12b,_0x528f07:0xde,_0x31c027:0x1f1,_0x55780f:0x13a,_0x224602:0x241,_0x2cff7b:0x224,_0x8d3967:0x1c8,_0x40cc2f:0x1f8,_0x51c789:0x1fc,_0x3ffacb:0xec,_0x4cf9d6:0x17f,_0xb44f66:0x18f,_0x2cbb3c:0xf5,_0xbbf5da:0x124,_0x47e008:0x13b,_0x555289:0x204,_0x433edf:0x1b1,_0x990f68:0x173,_0x105f70:0x175,_0x4fa016:0x178,_0x3aeb50:0x1f6,_0x161c78:0x23f,_0x39c4e3:0x215,_0x588566:0x226,_0x66b23d:0x258,_0x5baaf2:0x11b,_0x57c362:0xfc,_0x47c392:0x107,_0x1472bc:0x230,_0x43159b:0x214,_0x462368:0xfd,_0x472c03:0xf0,_0x526af1:0x25c,_0x5d1254:0x22b,_0x553880:0x15f,_0x38fe02:0x14b,_0x6ac5ac:0x1df,_0x53e9ee:0x218,_0x25460b:0x149,_0x252365:0x115,_0x50e095:0x213,_0x3ed6b3:0x1f0,_0x3e2656:0x1c6,_0x36ac86:0x157,_0x547a32:0x12c,_0x5e4424:0x1a2,_0x1aeab1:0x242,_0x325181:0x26c,_0x12dcdb:0x1f0,_0x493c2b:0x281,_0x50fef6:0x211,_0x31ff4a:0x225,_0x5a827f:0x1be,_0x2894d1:0x118,_0x2919e6:0x1c7,_0xf8d457:0x130,_0x47da25:0x153,_0x196b54:0x108,_0x29c1ff:0x110,_0x45080a:0xed,_0x51e5a8:0xe7,_0x19d844:0x159,_0x16c68b:0x128,_0x1a0251:0x126,_0x442943:0xe6,_0x436926:0xe8,_0x28deec:0x1fe,_0x55384c:0x25b,_0x43f362:0x266,_0x348fd5:0x157,_0x28f760:0x141,_0x48aac0:0x182,_0x1d4e55:0x1f7,_0x3b60b1:0x227,_0x24a7e3:0x1c3,_0x45fff6:0x1b4,_0x3e5e07:0x16f,_0x5c2395:0x1af,_0x206d77:0x1d6,_0x3d7818:0x1bc,_0x3bc509:0x1d4,_0xd947f4:0x1d3,_0x42aa3c:0x18e,_0x59b4da:0x16f,_0x163c64:0x105,_0x57d8cf:0x168,_0x115005:0xbf,_0x56eae7:0xfb,_0x28290f:0xee,_0x1a2e0f:0x1a2,_0x4362fc:0x16f,_0x34fae1:0x125,_0x33b67f:0x163,_0x16b166:0x229,_0x2e5432:0x1fa,_0x4117c6:0x218,_0x5d0c1e:0x19c,_0x39d18a:0x16e,_0x83f485:0x1a8,_0x5e25bb:0x194,_0x39b39d:0x16f,_0x2ecdfd:0x226,_0x1f6ef2:0x1d9,_0x1bc3b2:0x1a6,_0x293367:0x1d9,_0x4c80de:0xde,_0x1947ba:0xef,_0x160f1c:0xd2,_0x2f0e8:0x1b7,_0x53ecb1:0x1b6,_0x1a1135:0x182,_0x4380ca:0x184,_0x36a6a9:0x137,_0x13c1a3:0x1c4,_0x4cdb09:0x16f,_0x4f8b83:0x131,_0x11ac36:0x147,_0x54a784:0x14d,_0x103ec3:0xc8,_0x559ee1:0xfe,_0xedcf63:0x18d,_0x2848a0:0x166,_0x1c5383:0x11e,_0x5dca8e:0x23c,_0x440ca1:0x137,_0x3949af:0x186,_0x5f2595:0x1a9,_0x47cb00:0x158,_0xcac1fb:0x1a4,_0x5c4267:0x170,_0x140f53:0x135,_0x46b4dd:0x11f,_0xec08e6:0x1a2,_0x3283b2:0x198,_0x542899:0x200,_0x418dcd:0x240,_0x1243fb:0x283,_0x10b6ce:0x1e2,_0x58ec00:0x1bf,_0x5e8ad2:0x193,_0x3daeff:0x1d1,_0x522bde:0x16a,_0x2d5eaa:0x1ec,_0x32b3a3:0x238,_0x53578f:0x1a3,_0x26f1cc:0x1eb,_0x47fb27:0x17c,_0x26c145:0x133,_0x28aa3b:0x103,_0x359a45:0x209,_0x513076:0x221,_0x449cbc:0x1d7,_0x3d0657:0x111,_0x59777e:0x1bb,_0xd912f8:0x17a,_0xb39e39:0x1a3,_0x44b680:0x18e,_0x8ba5f3:0x1b6,_0x342c85:0x148,_0x569bba:0x116,_0x21ca4e:0x250,_0x3f9e96:0x247,_0x3e4b81:0x1f5,_0x4e80e0:0x24d,_0x50a2df:0x1fe,_0x38e793:0x218,_0x54aebd:0x11d,_0x5be42e:0x11a,_0x52bf8a:0x16f,_0x39c6f0:0x162,_0x13b08a:0x121,_0x3a7a1f:0x199,_0x24c049:0x160,_0x56f140:0x152,_0x38e24a:0xee,_0xf7adde:0xa6,_0x50626d:0x18c,_0x8fefc3:0x15a,_0x3d85ed:0x238,_0x127ad5:0x15b,_0x21eb0c:0x169,_0x408c4d:0x107,_0x1d986d:0x12b,_0x5d12e0:0x118,_0x524cc6:0x129,_0x34532a:0x1c5,_0x3ccc30:0x229,_0x111dc8:0x122,_0xbfc11d:0x18d,_0x31b7ab:0x16f,_0x4f75dd:0x13c,_0x4e4fea:0x1e4,_0x64bfcb:0x1fd,_0x21c70a:0x19b,_0x487ea5:0x1b6,_0x505c79:0x1ce,_0x27bc80:0x1b3,_0x35382d:0x212,_0x2d75b4:0x1cb,_0x5987e7:0x189,_0x35accb:0x1fb,_0x57a036:0x12f,_0x3d74a0:0x22c,_0x586409:0x9e,_0x1916ce:0x101,_0x47fd5a:0xee,_0x571659:0x212,_0x5c4ad3:0x236,_0x4ff929:0x1c4,_0x35dd51:0x22e,_0x240f9c:0x10f,_0x21c5b6:0x1ff,_0x3b8bf6:0x20d,_0x1fa58d:0x1df,_0x15fec7:0x1aa,_0x21f6ba:0x14a,_0x33752b:0x103,_0x3d7bd3:0x125,_0x7060dd:0x138,_0x4e1074:0x1c1,_0x529caf:0x192,_0xfb41e2:0x122,_0x315b6a:0x199,_0xf5ee9d:0x16f,_0x197bcc:0x13a,_0x2f2d5f:0x122,_0x5923bd:0x134,_0x7bcc47:0x1da,_0xd36f27:0x1cd,_0x219aa4:0x16d,_0x276247:0x102,_0x41f88d:0x154,_0x228280:0x1c1,_0x45e0a8:0x121,_0x5aafcd:0x191,_0x4317ad:0x10d,_0x266873:0x91,_0x36252b:0x116,_0x19667e:0xd7,_0x3f4b28:0x1ac,_0x4b1d96:0x23c,_0x413786:0x171,_0x1b92fc:0x124,_0x3ac2b9:0x1bb,_0x3141aa:0x188,_0x1eb80a:0x16f,_0x46ae65:0x1ae,_0x5e2be7:0x1c9,_0x358ea6:0x1d4,_0x92baf4:0x9d,_0x1da323:0x1c0,_0x4c99ef:0x1f3,_0x3bf681:0x1e2,_0x3fe50d:0x1c3,_0x588fc6:0x1ba,_0xa75ed:0x1d9,_0x400dd7:0x21d,_0x5e7c66:0x11b,_0xa58f56:0x1e6,_0x430eaa:0x1f0,_0x4ec353:0x21a,_0x1a2004:0x262,_0x1dd333:0x1be,_0xcec36e:0x1fb,_0x8991d5:0x22f,_0x1013bb:0x26f,_0x369ab4:0x11f,_0x232af9:0x1dd,_0x2d10ee:0x195,_0x17ab4d:0x195,_0x3b37a:0x26f,_0x86e749:0x21d,_0x2a4f03:0x1aa,_0x5c6f8d:0x15b,_0x39a83f:0x1b8,_0x19faa8:0x1b7,_0x1b6224:0x272,_0xe5181d:0x219,_0x8309a:0x21d,_0x1be54e:0x219,_0x243278:0x23d,_0x513f3b:0x1dc,_0x3dae67:0xa5,_0x4eca1e:0xf6,_0x4ae9fe:0x136,_0x3569ad:0xdb,_0x5da4da:0x145,_0x3d81d3:0x22c,_0xed8a5b:0x211,_0x8d0cec:0x1e1,_0x75644d:0x204,_0x22c3e2:0x173,_0x229535:0x14b,_0x39797b:0xd0,_0x47d3a3:0x26e,_0x1076c6:0x1e5,_0x3e6ac0:0x1ab,_0x1a4462:0x12c,_0x2ece9a:0x210,_0x2dcf41:0x1cf,_0x52006d:0x211,_0x59da27:0x128,_0x2ddd76:0xf5,_0x21449d:0x11e,_0x23afe1:0xce,_0x53b1e8:0x21d,_0x48eef4:0x256,_0x28b2c4:0x1d1,_0x27bfd9:0x194,_0x381213:0x139,_0x672cf1:0x20a,_0x4c3102:0x125,_0x2c836c:0x231,_0x9b3db9:0x256,_0x2fb6bf:0x174,_0x1d3c05:0x12d,_0x499b52:0x174,_0x54c964:0xba},_0x9db85f={'FncKh':'Usage:\x20nod'+'e\x20scripts/'+_0x576651(0x107,_0x3ae5db._0x4b2b7f,0xd9,0x125)+_0x576651(0xf4,_0x3ae5db._0x2a6648,0x101,_0x3ae5db._0x58a8a1)+_0x136803(-_0x3ae5db._0x31e076,-_0x3ae5db._0x4fc15d,-0x1bd,-_0x3ae5db._0x1aad35)+_0x576651(0x16e,0x1b1,0x143,_0x3ae5db._0x5b253d)+_0x136803(-0x1eb,-_0x3ae5db._0x56f73d,-_0x3ae5db._0x15a2fb,-0x23d)+_0x136803(-0x1e3,-_0x3ae5db._0x42a8c5,-_0x3ae5db._0x41ad44,-_0x3ae5db._0x26c94f)+_0x136803(-0x1b3,-0x1fc,-0x191,-0x1bd),'YeAlH':_0x576651(0x111,_0x3ae5db._0x5047fe,_0x3ae5db._0x690ddf,0x11b),'Kxqzq':_0x576651(0x195,_0x3ae5db._0x513496,_0x3ae5db._0x288178,0x163)+_0x136803(-0x1e8,-_0x3ae5db._0x17c405,-_0x3ae5db._0x6f6f21,-_0x3ae5db._0x468b3e)+_0x576651(0x11a,_0x3ae5db._0x29e54b,_0x3ae5db._0x1dfa71,0x155)+_0x136803(-_0x3ae5db._0x1dc552,-_0x3ae5db._0x24064f,-_0x3ae5db._0x300496,-0x207)+_0x136803(-_0x3ae5db._0x31aa3b,-0x19a,-_0x3ae5db._0x3113f8,-_0x3ae5db._0x1dc552),'jVAXV':_0x576651(_0x3ae5db._0x3b315f,_0x3ae5db._0x2775f8,_0x3ae5db._0x212855,0x156)+_0x136803(-_0x3ae5db._0x5f3bf6,-_0x3ae5db._0x5e34e2,-_0x3ae5db._0x8e46f4,-_0x3ae5db._0x1401d0)+'ull\x20name\x20o'+_0x576651(_0x3ae5db._0x59cc4f,0x121,_0x3ae5db._0x4e22de,_0x3ae5db._0x528f07),'PUbMA':_0x136803(-_0x3ae5db._0x31c027,-0x1f3,-0x1c1,-0x243)+'\x20\x20\x20\x20\x20\x20\x20-\x20U'+_0x576651(0x101,0xf7,0x152,_0x3ae5db._0x55780f)+_0x136803(-0x224,-0x21b,-0x256,-0x207)+_0x136803(-_0x3ae5db._0x224602,-0x1f1,-0x25f,-_0x3ae5db._0x2cff7b),'QfcgV':'Examples:','vcMmV':'Failed\x20to\x20'+_0x136803(-0x1c9,-_0x3ae5db._0x8d3967,-_0x3ae5db._0x40cc2f,-_0x3ae5db._0x51c789)+'r','TYuWX':function(_0x41c129,_0xc1d48d){return _0x41c129<_0xc1d48d;},'Rahcc':'\x20\x20email\x20\x20\x20'+_0x576651(0x139,_0x3ae5db._0x3ffacb,_0x3ae5db._0x4cf9d6,0x12b)+_0x576651(_0x3ae5db._0xb44f66,_0x3ae5db._0x2cbb3c,_0x3ae5db._0xbbf5da,_0x3ae5db._0x47e008)+_0x136803(-_0x3ae5db._0x555289,-0x1bc,-0x24c,-_0x3ae5db._0x433edf),'WkESk':_0x136803(-0x1b7,-0x1a5,-0x1cf,-_0x3ae5db._0x990f68)+_0x576651(0x1bf,_0x3ae5db._0x105f70,0x1a4,_0x3ae5db._0x4fa016)+'true\x22\x20to\x20c'+_0x136803(-0x1ce,-0x1b4,-0x179,-_0x3ae5db._0x3aeb50)+'er\x20Admin\x20b'+_0x136803(-_0x3ae5db._0x161c78,-_0x3ae5db._0x39c4e3,-_0x3ae5db._0x588566,-_0x3ae5db._0x66b23d)+_0x576651(_0x3ae5db._0x5baaf2,0xd3,_0x3ae5db._0x57c362,_0x3ae5db._0x47c392)+_0x136803(-_0x3ae5db._0x1472bc,-0x1ff,-_0x3ae5db._0x43159b,-0x234)+_0x576651(_0x3ae5db._0x462368,0xba,0xd6,_0x3ae5db._0x472c03),'ycNFY':_0x136803(-0x229,-0x246,-_0x3ae5db._0x526af1,-_0x3ae5db._0x5d1254)+_0x576651(0x125,_0x3ae5db._0x553880,_0x3ae5db._0x38fe02,_0x3ae5db._0x212855)+_0x136803(-_0x3ae5db._0x6ac5ac,-0x1d8,-0x230,-_0x3ae5db._0x53e9ee)+_0x576651(_0x3ae5db._0x5047fe,_0x3ae5db._0x25460b,_0x3ae5db._0x252365,0x133)+_0x136803(-0x1bf,-_0x3ae5db._0x50e095,-0x1fd,-_0x3ae5db._0x3ed6b3)+_0x136803(-0x20d,-0x1bc,-_0x3ae5db._0x3e2656,-0x20c)+_0x576651(_0x3ae5db._0x36ac86,0x122,_0x3ae5db._0x4cf9d6,0x166)+'urepass123'+_0x576651(_0x3ae5db._0x547a32,_0x3ae5db._0x5e4424,_0x3ae5db._0x4fa016,_0x3ae5db._0x513496),'DXadZ':function(_0xf15a17,_0x2cb67c){return _0xf15a17===_0x2cb67c;},'KdPma':_0x136803(-_0x3ae5db._0x1aeab1,-0x283,-_0x3ae5db._0x325181,-_0x3ae5db._0x12dcdb),'OjSih':_0x136803(-0x239,-_0x3ae5db._0x493c2b,-_0x3ae5db._0x50fef6,-0x203),'dsnXQ':function(_0x434ce3,_0x5d19ff){return _0x434ce3<_0x5d19ff;},'bwgWy':function(_0x37771f,_0x5c0d9f){return _0x37771f===_0x5c0d9f;},'GwFis':_0x136803(-0x1f4,-0x227,-_0x3ae5db._0x31ff4a,-0x1ac),'VsQYj':_0x136803(-0x23a,-0x28f,-0x262,-0x275)+_0x136803(-0x1d6,-_0x3ae5db._0x5a827f,-0x18d,-0x1af)+_0x576651(0x171,_0x3ae5db._0x2894d1,0x147,0x121)+_0x136803(-0x1d4,-0x21c,-_0x3ae5db._0x2919e6,-0x1a2)+_0x576651(0x12e,0x12a,_0x3ae5db._0xf8d457,0x12c)+'.','KzRdn':_0x576651(0x11e,0xc2,0x129,0xfb),'PkAOn':function(_0x242316,_0x1ee9b7){return _0x242316(_0x1ee9b7);},'DdXkG':function(_0x50d7fa,_0x583d84){return _0x50d7fa||_0x583d84;},'ygnPu':function(_0x2996d9,_0x7b50b3){return _0x2996d9!==_0x7b50b3;},'TSmGC':'✓\x20User\x20cre'+_0x136803(-0x1d7,-0x213,-0x196,-0x1cb)+_0x576651(_0x3ae5db._0x47da25,0xea,_0x3ae5db._0x196b54,_0x3ae5db._0x29e54b),'ModAf':_0x576651(0x185,_0x3ae5db._0x29c1ff,_0x3ae5db._0x45080a,0x142)+_0x576651(_0x3ae5db._0x51e5a8,_0x3ae5db._0x19d844,_0x3ae5db._0x16c68b,_0x3ae5db._0x1a0251),'zKwFc':_0x576651(_0x3ae5db._0x442943,_0x3ae5db._0x436926,0x11e,0x105)+_0x136803(-0x216,-_0x3ae5db._0x28deec,-_0x3ae5db._0x55384c,-_0x3ae5db._0x43f362),'gjSOl':_0x576651(0xfb,_0x3ae5db._0x4b2b7f,0x14b,0xff)+'an\x20now\x20log'+'\x20in\x20with\x20t'+'heir\x20usern'+_0x576651(0x12c,0x122,_0x3ae5db._0x348fd5,_0x3ae5db._0x28f760)+_0x576651(0x1c2,_0x3ae5db._0x5a827f,_0x3ae5db._0x48aac0,0x179),'FBrDK':'ihXRx'},_0x39d530=process[_0x136803(-_0x3ae5db._0x1d4e55,-_0x3ae5db._0x3b60b1,-0x1e5,-0x21f)][_0x136803(-_0x3ae5db._0x24a7e3,-_0x3ae5db._0x45fff6,-_0x3ae5db._0x3e5e07,-0x18c)](0x2645+-0x1dca+0x2d3*-0x3);_0x9db85f[_0x136803(-_0x3ae5db._0x5c2395,-_0x3ae5db._0x206d77,-_0x3ae5db._0x3d7818,-_0x3ae5db._0x3bc509)](_0x39d530[_0x136803(-_0x3ae5db._0xd947f4,-0x1d2,-0x228,-0x1dd)],-0x1d0a+0x1*-0x1bd9+0x38e7)&&(console[_0x576651(0x162,_0x3ae5db._0x42aa3c,_0x3ae5db._0x300496,_0x3ae5db._0x59b4da)](_0x9db85f[_0x576651(0xe0,0xd5,_0x3ae5db._0x163c64,0x11a)]),console[_0x136803(-0x1a4,-_0x3ae5db._0x57d8cf,-0x178,-0x1f9)](''),console['error'](_0x9db85f[_0x576651(_0x3ae5db._0x115005,_0x3ae5db._0x56eae7,_0x3ae5db._0x28290f,0xf8)]),console[_0x576651(_0x3ae5db._0x1a2e0f,0x14b,0x14c,_0x3ae5db._0x4362fc)](_0x576651(0x154,0x17c,_0x3ae5db._0x34fae1,_0x3ae5db._0x33b67f)+_0x136803(-0x1e8,-0x1de,-_0x3ae5db._0x16b166,-0x1ee)+'nique\x20user'+_0x136803(-_0x3ae5db._0x2e5432,-0x1c7,-_0x3ae5db._0x4117c6,-0x224)+_0x136803(-0x1dc,-0x1c3,-_0x3ae5db._0x5d0c1e,-0x196)),console['error'](_0x9db85f[_0x136803(-0x1a0,-0x19a,-0x19c,-0x164)]),console[_0x136803(-0x1a4,-_0x3ae5db._0x39d18a,-_0x3ae5db._0x83f485,-0x169)](_0x9db85f['jVAXV']),console[_0x576651(0x1af,_0x3ae5db._0x5e25bb,0x15b,_0x3ae5db._0x39b39d)]('\x20\x20password'+_0x136803(-0x1e8,-0x1b2,-_0x3ae5db._0x2ecdfd,-0x1d9)+_0x136803(-_0x3ae5db._0x1f6ef2,-_0x3ae5db._0x1bc3b2,-0x223,-_0x3ae5db._0x293367)+_0x576651(0xb4,0x10e,_0x3ae5db._0x4c80de,_0x3ae5db._0x1947ba)+_0x576651(0xc2,_0x3ae5db._0x29e54b,0xb0,_0x3ae5db._0x160f1c)),console[_0x136803(-_0x3ae5db._0x1dfa71,-0x1b1,-_0x3ae5db._0x2f0e8,-_0x3ae5db._0x1bc3b2)](_0x9db85f[_0x136803(-_0x3ae5db._0x53ecb1,-_0x3ae5db._0x1a1135,-0x1f7,-_0x3ae5db._0x4380ca)]),console[_0x576651(_0x3ae5db._0x36a6a9,_0x3ae5db._0x13c1a3,0x14d,_0x3ae5db._0x4cdb09)](''),console[_0x576651(0x153,0x163,_0x3ae5db._0x4f8b83,0x16f)](_0x9db85f['QfcgV']),console[_0x576651(0x140,0x128,0x1c4,0x16f)](_0x576651(0x96,0xa7,0xec,0xea)+'ipts/creat'+'e-user.js\x20'+_0x576651(0x159,_0x3ae5db._0x5d0c1e,0x16d,_0x3ae5db._0x11ac36)+_0x576651(0x147,_0x3ae5db._0x54a784,_0x3ae5db._0x103ec3,_0x3ae5db._0x559ee1)+_0x136803(-0x1db,-_0x3ae5db._0x2cff7b,-_0x3ae5db._0x5f3bf6,-0x214)+_0x576651(_0x3ae5db._0xedcf63,0x19f,0x178,_0x3ae5db._0x2848a0)+_0x136803(-_0x3ae5db._0x2919e6,-0x210,-_0x3ae5db._0x24a7e3,-0x1e0)+'\x20true'),console[_0x576651(0x144,_0x3ae5db._0x1c5383,0x188,0x16f)](_0x9db85f[_0x576651(0xc6,0xa0,0xb8,0xf1)]),process[_0x136803(-_0x3ae5db._0x5dca8e,-0x265,-0x255,-0x281)](-0x1271*0x1+-0xb*0x1bf+-0x561*-0x7));const [_0x546922,_0x37e6ae,_0x3b41a0,_0x37749c,_0x5280be]=_0x39d530,_0x2ea88d=_0x9db85f[_0x576651(0x142,_0x3ae5db._0x440ca1,_0x3ae5db._0x3949af,0x143)](_0x5280be,_0x136803(-_0x3ae5db._0x5f2595,-_0x3ae5db._0x47cb00,-_0x3ae5db._0xcac1fb,-0x1c5));function _0x136803(_0x22393d,_0x2477f0,_0x2753c8,_0xf90503){return _0x3155(_0x22393d- -0x2ba,_0xf90503);}const _0x9f1738=/^[^\s@]+@[^\s@]+\.[^\s@]+$/;!_0x9f1738['test'](_0x37e6ae)&&(console[_0x136803(-0x1a4,-0x189,-0x1f7,-_0x3ae5db._0x5c4267)](_0x576651(0x163,_0x3ae5db._0x140f53,_0x3ae5db._0x46b4dd,0x15f)+_0x136803(-0x1d5,-_0x3ae5db._0xec08e6,-_0x3ae5db._0x3283b2,-0x1d5)+_0x136803(-_0x3ae5db._0x542899,-_0x3ae5db._0x418dcd,-0x1d3,-0x1f6)+_0x37e6ae+'\x22.'),process[_0x136803(-0x23c,-0x278,-_0x3ae5db._0x1243fb,-0x211)](-0x1*0x1fb7+0x464*-0x2+0x6*0x6c0));const _0x3e16a3=/^[a-zA-Z0-9_-]+$/;!_0x3e16a3[_0x136803(-_0x3ae5db._0x10b6ce,-_0x3ae5db._0x58ec00,-_0x3ae5db._0x5e8ad2,-0x21a)](_0x546922)&&(_0x9db85f['KdPma']!==_0x9db85f['OjSih']?(console[_0x136803(-0x1a4,-_0x3ae5db._0x3d7818,-0x198,-0x16f)](_0x136803(-_0x3ae5db._0x45fff6,-0x1cc,-_0x3ae5db._0x3daeff,-0x18b)+_0x576651(_0x3ae5db._0x553880,0x103,_0x3ae5db._0x522bde,0x14f)+'ame\x20\x22'+_0x546922+(_0x136803(-0x208,-_0x3ae5db._0x2d5eaa,-0x219,-_0x3ae5db._0x32b3a3)+'y\x20letters,'+_0x136803(-_0x3ae5db._0x53578f,-_0x3ae5db._0x26f1cc,-_0x3ae5db._0x47fb27,-_0x3ae5db._0x5047fe)+_0x136803(-0x1fc,-_0x3ae5db._0x293367,-0x209,-0x251)+'s,\x20and\x20hyp'+_0x576651(0xfc,_0x3ae5db._0x26c145,_0x3ae5db._0x28aa3b,0x100))),process[_0x136803(-0x23c,-_0x3ae5db._0x359a45,-_0x3ae5db._0x513076,-0x204)](0x7*-0x4b2+0x20f9+-0x1*0x1a)):(_0x3dd6ff[_0x136803(-0x1a4,-0x1ab,-0x1b6,-_0x3ae5db._0x449cbc)](_0x576651(_0x3ae5db._0x3d0657,0x141,0x167,0x15f)+_0x136803(-0x1c4,-0x1ad,-_0x3ae5db._0x59777e,-_0x3ae5db._0xd912f8)+'ame\x20\x22'+_0x48c892+('\x22.\x20Use\x20onl'+_0x576651(0x197,0x197,0x118,0x167)+_0x136803(-_0x3ae5db._0xb39e39,-0x1d9,-_0x3ae5db._0x449cbc,-_0x3ae5db._0x44b680)+_0x136803(-0x1fc,-0x230,-0x1f5,-_0x3ae5db._0x8ba5f3)+_0x576651(0x153,0x10c,_0x3ae5db._0x342c85,_0x3ae5db._0x569bba)+_0x136803(-0x213,-0x211,-_0x3ae5db._0x21ca4e,-_0x3ae5db._0x3f9e96))),_0x3c0944[_0x136803(-0x23c,-_0x3ae5db._0x3b60b1,-_0x3ae5db._0x3e4b81,-0x232)](-0xfa1+0xb*-0x59+0x1375)));_0x9db85f['dsnXQ'](_0x37749c['length'],-0x3d9+0x9a7+-0x5c6)&&(_0x9db85f[_0x136803(-0x236,-0x1ee,-0x203,-_0x3ae5db._0x4e80e0)](_0x136803(-_0x3ae5db._0x50a2df,-_0x3ae5db._0x38e793,-0x1e4,-0x210),_0x9db85f['GwFis'])?(_0x544a5f[_0x576651(_0x3ae5db._0x54aebd,0x12c,_0x3ae5db._0x5be42e,_0x3ae5db._0x52bf8a)](_0x9db85f[_0x576651(0x168,_0x3ae5db._0x39c6f0,_0x3ae5db._0x13b08a,0x11a)]),_0xdb795f[_0x136803(-0x1a4,-_0x3ae5db._0x3a7a1f,-0x17a,-_0x3ae5db._0x24c049)](''),_0x3ab84b[_0x576651(_0x3ae5db._0x36ac86,0x1ae,_0x3ae5db._0x56f140,_0x3ae5db._0x52bf8a)](_0x9db85f[_0x576651(_0x3ae5db._0x38e24a,0x133,_0x3ae5db._0xf7adde,0xf8)]),_0x380200[_0x576651(0x1c0,_0x3ae5db._0x50626d,_0x3ae5db._0x8fefc3,0x16f)](_0x9db85f[_0x136803(-0x227,-_0x3ae5db._0x3d85ed,-0x25e,-0x250)]),_0x464217[_0x136803(-_0x3ae5db._0xcac1fb,-_0x3ae5db._0x127ad5,-0x197,-0x172)]('\x20\x20email\x20\x20\x20'+_0x576651(_0x3ae5db._0x21eb0c,0x163,_0x3ae5db._0x408c4d,_0x3ae5db._0x1d986d)+_0x576651(_0x3ae5db._0x5d12e0,_0x3ae5db._0x5c4267,_0x3ae5db._0x524cc6,0x13b)+_0x136803(-0x204,-0x1f5,-_0x3ae5db._0x34532a,-_0x3ae5db._0x3ccc30)),_0x252be7[_0x576651(_0x3ae5db._0x111dc8,_0x3ae5db._0xbfc11d,0x12a,_0x3ae5db._0x31b7ab)](_0x9db85f['jVAXV']),_0x4d81c1[_0x576651(0x13f,_0x3ae5db._0x4f75dd,_0x3ae5db._0x1401d0,0x16f)](_0x9db85f[_0x136803(-0x1a8,-_0x3ae5db._0x4e4fea,-_0x3ae5db._0x64bfcb,-0x177)]),_0x150daf['error']('\x20\x20isServer'+_0x136803(-_0x3ae5db._0x21c70a,-0x162,-0x1b6,-_0x3ae5db._0x487ea5)+_0x136803(-0x1f6,-0x1ca,-0x1aa,-0x22a)+_0x136803(-_0x3ae5db._0x505c79,-0x18a,-_0x3ae5db._0x27bc80,-_0x3ae5db._0x35382d)+_0x136803(-_0x3ae5db._0x2d75b4,-_0x3ae5db._0x433edf,-_0x3ae5db._0x5987e7,-0x1ec)+_0x136803(-0x23f,-0x26c,-0x265,-_0x3ae5db._0x35accb)+_0x576651(_0x3ae5db._0x57a036,0xc6,0x129,0x107)+_0x136803(-_0x3ae5db._0x1472bc,-_0x3ae5db._0x3d74a0,-0x25f,-0x243)+_0x576651(_0x3ae5db._0x586409,_0x3ae5db._0x1916ce,_0x3ae5db._0x47fd5a,0xf0)),_0x287172['error'](''),_0x470571['error'](_0x9db85f[_0x136803(-_0x3ae5db._0x571659,-_0x3ae5db._0x5c4ad3,-_0x3ae5db._0x4ff929,-_0x3ae5db._0x35dd51)]),_0x7b6e3f[_0x576651(0x18f,0x1b8,0x150,_0x3ae5db._0x52bf8a)](_0x576651(0x133,_0x3ae5db._0x240f9c,0xa8,0xea)+_0x136803(-_0x3ae5db._0x21c5b6,-_0x3ae5db._0x3b8bf6,-0x1dd,-0x1e1)+_0x136803(-_0x3ae5db._0x1fa58d,-_0x3ae5db._0x1472bc,-_0x3ae5db._0x15fec7,-0x219)+_0x576651(_0x3ae5db._0x56eae7,0x10f,0x174,0x147)+_0x576651(0x128,0x136,_0x3ae5db._0x21f6ba,0xfe)+_0x576651(0x118,_0x3ae5db._0x33752b,_0x3ae5db._0x3d7bd3,_0x3ae5db._0x7060dd)+_0x136803(-0x1ad,-_0x3ae5db._0x4e1074,-0x1b1,-0x1bd)+_0x136803(-0x1c7,-0x20a,-_0x3ae5db._0x529caf,-0x201)+'\x20true'),_0x4dc793[_0x576651(_0x3ae5db._0xfb41e2,_0x3ae5db._0x315b6a,_0x3ae5db._0x53578f,_0x3ae5db._0xf5ee9d)](_0x576651(_0x3ae5db._0x115005,0x138,_0x3ae5db._0x197bcc,0xea)+'ipts/creat'+_0x576651(_0x3ae5db._0x2f2d5f,0x15c,0x14f,_0x3ae5db._0x5923bd)+_0x136803(-0x1e0,-0x1e2,-_0x3ae5db._0x7bcc47,-_0x3ae5db._0xd36f27)+_0x576651(_0x3ae5db._0x219aa4,_0x3ae5db._0x276247,0x178,_0x3ae5db._0x41f88d)+_0x136803(-0x20d,-_0x3ae5db._0x228280,-0x242,-0x1c5)+'\x20User\x22\x20sec'+_0x576651(_0x3ae5db._0x7060dd,_0x3ae5db._0x45e0a8,_0x3ae5db._0xd912f8,0x14c)+_0x576651(_0x3ae5db._0x5aafcd,_0x3ae5db._0x4317ad,_0x3ae5db._0x46b4dd,_0x3ae5db._0x54a784)),_0x414256[_0x576651(_0x3ae5db._0x266873,_0x3ae5db._0x36252b,0xd2,_0x3ae5db._0x19667e)](0xc80+0x35*0x1d+-0x1280)):(console[_0x136803(-0x1a4,-_0x3ae5db._0x5d0c1e,-_0x3ae5db._0x2d5eaa,-_0x3ae5db._0x3f4b28)](_0x9db85f['VsQYj']),process[_0x136803(-_0x3ae5db._0x4b1d96,-_0x3ae5db._0x513076,-0x20d,-0x1fa)](0x5fa+0x24*-0x10c+0x1fb7)));function _0x576651(_0x10b468,_0xd84618,_0x14e2fd,_0x403da3){return _0x3155(_0x403da3-0x59,_0xd84618);}try{const _0x64e4d3=await findUserByUsername(_0x546922);_0x64e4d3&&(_0x9db85f[_0x576651(_0x3ae5db._0xf8d457,0x174,_0x3ae5db._0x413786,_0x3ae5db._0x1b92fc)]===_0x136803(-_0x3ae5db._0x3ac2b9,-_0x3ae5db._0x3141aa,-_0x3ae5db._0x2e5432,-0x1b1)?(_0x253207[_0x576651(0x16b,0x18d,0x15b,_0x3ae5db._0x1eb80a)](_0x9db85f[_0x136803(-_0x3ae5db._0x46ae65,-_0x3ae5db._0x3aeb50,-_0x3ae5db._0x5e2be7,-0x195)],_0x953037),_0x2211da[_0x136803(-_0x3ae5db._0x1dfa71,-0x18d,-_0x3ae5db._0x358ea6,-_0x3ae5db._0x39c6f0)](_0x576651(0x1ab,_0x3ae5db._0x1a0251,0x193,_0x3ae5db._0x39d18a)+_0x576651(0x99,_0x3ae5db._0x92baf4,0x10e,0xe2)+'ate\x20user\x20-'+'\x20'+_0x251974['message']),_0x2531f3['exit'](-0x1232+0x16e1+-0x4ae*0x1)):(console['error'](_0x136803(-_0x3ae5db._0x1da323,-0x1d7,-0x199,-0x1fd)+_0x136803(-_0x3ae5db._0x4c99ef,-_0x3ae5db._0x3bf681,-_0x3ae5db._0x3fe50d,-0x1f5)+_0x546922+(_0x136803(-_0x3ae5db._0x588fc6,-_0x3ae5db._0xa75ed,-0x187,-0x1d6)+'exists.')),process[_0x576651(_0x3ae5db._0x5be42e,0x105,0xc4,_0x3ae5db._0x19667e)](0xef*-0x18+0xdc3*0x1+0x8a6)));console[_0x136803(-_0x3ae5db._0x400dd7,-0x235,-0x1db,-0x235)](_0x576651(_0x3ae5db._0x252365,_0x3ae5db._0x4b2b7f,_0x3ae5db._0x5e7c66,0x127)+_0x136803(-_0x3ae5db._0xa58f56,-0x19b,-_0x3ae5db._0x4e4fea,-_0x3ae5db._0x430eaa)+_0x546922+_0x136803(-_0x3ae5db._0x4ec353,-_0x3ae5db._0x38e793,-0x207,-0x243));const _0x5e7ed7=await _0x9db85f[_0x136803(-0x210,-_0x3ae5db._0x1a2004,-_0x3ae5db._0x1dd333,-0x1bc)](createUser,{'username':_0x546922,'email':_0x37e6ae,'name':_0x3b41a0,'password':_0x37749c,'isServerAdmin':_0x9db85f[_0x136803(-_0x3ae5db._0x31ff4a,-0x25f,-0x241,-_0x3ae5db._0xcec36e)](_0x2ea88d,undefined)});_0x2ea88d&&(_0x9db85f['ygnPu'](_0x136803(-_0x3ae5db._0x8991d5,-_0x3ae5db._0x1013bb,-0x24a,-_0x3ae5db._0x5d1254),_0x576651(_0x3ae5db._0x369ab4,_0x3ae5db._0x92baf4,0x8b,0xdb))?await _0x9db85f[_0x136803(-0x210,-_0x3ae5db._0x232af9,-0x1d5,-_0x3ae5db._0x1472bc)](createServerAdminBinding,_0x5e7ed7['id']):(_0x1990e2[_0x136803(-0x1a4,-_0x3ae5db._0x2d10ee,-0x174,-_0x3ae5db._0x17ab4d)](_0x136803(-0x23a,-_0x3ae5db._0x3b37a,-0x204,-0x213)+_0x136803(-_0x3ae5db._0x206d77,-0x217,-_0x3ae5db._0x86e749,-0x214)+_0x136803(-0x1f2,-_0x3ae5db._0x26c94f,-0x23e,-_0x3ae5db._0x2a4f03)+_0x576651(0x13d,_0x3ae5db._0x5c6f8d,0x10a,0x13f)+_0x136803(-0x1e7,-0x22a,-_0x3ae5db._0x39a83f,-_0x3ae5db._0x19faa8)+'.'),_0x577139[_0x136803(-_0x3ae5db._0x5dca8e,-_0x3ae5db._0x1b6224,-0x268,-_0x3ae5db._0xe5181d)](-0xf*0x198+-0x1af9+0x32e2))),console[_0x136803(-_0x3ae5db._0x8309a,-_0x3ae5db._0x1be54e,-_0x3ae5db._0x243278,-0x1e1)](''),console['log'](_0x9db85f[_0x136803(-0x1c8,-_0x3ae5db._0x513f3b,-0x1a2,-0x177)]),console[_0x576651(_0x3ae5db._0x3dae67,_0x3ae5db._0x163c64,_0x3ae5db._0x1b92fc,_0x3ae5db._0x4eca1e)](''),console['log'](_0x9db85f[_0x136803(-0x22d,-0x1ed,-0x234,-0x26a)]),console[_0x576651(_0x3ae5db._0x4ae9fe,_0x3ae5db._0x3569ad,_0x3ae5db._0x5da4da,_0x3ae5db._0x4eca1e)](_0x576651(0x165,0x1b7,0x146,0x177)+_0x136803(-_0x3ae5db._0x3d81d3,-_0x3ae5db._0xed8a5b,-_0x3ae5db._0x8d0cec,-_0x3ae5db._0x75644d)+_0x5e7ed7['id']),console['log'](_0x136803(-0x19d,-0x17f,-_0x3ae5db._0x22c3e2,-_0x3ae5db._0x229535)+':\x20\x20\x20\x20\x20\x20'+_0x5e7ed7[_0x576651(_0x3ae5db._0x39797b,0xfd,0xc7,0x10c)]),console[_0x136803(-0x21d,-0x1f8,-_0x3ae5db._0x47d3a3,-_0x3ae5db._0x47d3a3)](_0x136803(-_0x3ae5db._0x1076c6,-_0x3ae5db._0x3e6ac0,-0x1ec,-0x1ad)+'\x20\x20\x20\x20\x20\x20\x20'+_0x5e7ed7[_0x576651(0x106,0x109,_0x3ae5db._0x1a4462,_0x3ae5db._0x1c5383)]),console[_0x576651(0xbe,0x103,0x13d,0xf6)]('\x20\x20Name:\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20'+_0x5e7ed7[_0x576651(0x12d,0x16f,0x105,0x123)]),console[_0x136803(-_0x3ae5db._0x400dd7,-0x1d7,-0x1e4,-_0x3ae5db._0x2ece9a)](_0x136803(-_0x3ae5db._0x2dcf41,-0x224,-_0x3ae5db._0x52006d,-0x1c7)+_0x576651(0xe5,_0x3ae5db._0x59da27,_0x3ae5db._0x55780f,_0x3ae5db._0x2ddd76)+(_0x2ea88d?_0x9db85f[_0x576651(_0x3ae5db._0x29c1ff,_0x3ae5db._0x21449d,_0x3ae5db._0x23afe1,0xe1)]:'No')),console['log'](''),console[_0x136803(-_0x3ae5db._0x53b1e8,-0x26b,-0x1d5,-_0x3ae5db._0x48eef4)](_0x9db85f[_0x576651(0x143,0x126,0xfa,_0x3ae5db._0x4ae9fe)]);}catch(_0x35f013){_0x9db85f['ygnPu'](_0x9db85f['FBrDK'],'ihXRx')?(_0x31f6ca[_0x136803(-_0x3ae5db._0x1dfa71,-0x1e1,-_0x3ae5db._0x28b2c4,-0x1b7)](_0x136803(-_0x3ae5db._0x1da323,-_0x3ae5db._0x27bfd9,-_0x3ae5db._0x2f0e8,-_0x3ae5db._0x1bc3b2)+_0x576651(_0x3ae5db._0x381213,0x118,0x123,0x120)+_0x292874+(_0x136803(-0x1ba,-0x1dc,-_0x3ae5db._0x672cf1,-0x1ad)+_0x576651(0x153,0x152,_0x3ae5db._0x4c3102,0x16c))),_0x3d6789['exit'](-0x1cd8+0x1e31+-0x158)):(logger['error'](_0x9db85f[_0x136803(-_0x3ae5db._0x46ae65,-0x1fd,-0x19c,-0x1d4)],_0x35f013),console['error'](_0x136803(-0x1a5,-0x1c3,-0x1f1,-0x1bd)+_0x136803(-_0x3ae5db._0x2c836c,-0x264,-_0x3ae5db._0x9b3db9,-0x1eb)+_0x576651(_0x3ae5db._0x2fb6bf,0x12c,_0x3ae5db._0x1d3c05,_0x3ae5db._0x499b52)+'\x20'+_0x35f013['message']),process[_0x576651(_0x3ae5db._0x54c964,0x10a,0xfa,_0x3ae5db._0x19667e)](-0x1fe7+-0x1b73*-0x1+0x475));}}function _0x3155(_0x4fcc8c,_0x2073a5){_0x4fcc8c=_0x4fcc8c-(0x1*-0x934+-0xd*0x1d2+-0x1*-0x2155);const _0x26eb74=_0x3bfe();let _0x3d5e55=_0x26eb74[_0x4fcc8c];if(_0x3155['bVrUhT']===undefined){var _0x18bbaf=function(_0x38a2e8){const _0x431531='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x39f0f5='',_0x245efe='';for(let _0x1ab608=0x18f2+-0x1*0xab3+-0xe3f,_0x259c7a,_0x28ef15,_0x27a8f4=0x1*0x5d6+-0x669*0x5+-0x8bd*-0x3;_0x28ef15=_0x38a2e8['charAt'](_0x27a8f4++);~_0x28ef15&&(_0x259c7a=_0x1ab608%(-0x1789+-0x6*-0x20d+0xb3f)?_0x259c7a*(0x12fb+-0x1d+-0x129e*0x1)+_0x28ef15:_0x28ef15,_0x1ab608++%(-0x4*0x389+0x1ec3+0x109b*-0x1))?_0x39f0f5+=String['fromCharCode'](0x35a+0x3*0x9ff+-0x2058&_0x259c7a>>(-(-0x89e+0x186e+-0x7e7*0x2)*_0x1ab608&-0x18a8*-0x1+-0xb*-0x14f+-0x2707)):0x154f+0x2645+-0x13dc*0x3){_0x28ef15=_0x431531['indexOf'](_0x28ef15);}for(let _0x3c9228=-0x25*-0x46+0x11af*0x2+-0x2d7c,_0x506985=_0x39f0f5['length'];_0x3c9228<_0x506985;_0x3c9228++){_0x245efe+='%'+('00'+_0x39f0f5['charCodeAt'](_0x3c9228)['toString'](0x399+0x1*0x1dd+-0x566))['slice'](-(-0x2612*0x1+-0x222e+0x4842));}return decodeURIComponent(_0x245efe);};_0x3155['LAwidm']=_0x18bbaf,_0x3155['OGfccm']={},_0x3155['bVrUhT']=!![];}const _0x2c04e6=_0x26eb74[-0x8ad+0x47*-0x1f+0x1146],_0xa66508=_0x4fcc8c+_0x2c04e6,_0x4f8bdd=_0x3155['OGfccm'][_0xa66508];return!_0x4f8bdd?(_0x3d5e55=_0x3155['LAwidm'](_0x3d5e55),_0x3155['OGfccm'][_0xa66508]=_0x3d5e55):_0x3d5e55=_0x4f8bdd,_0x3d5e55;}main();
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
(function(_0x224481,_0x1675ea){const _0x48a431={_0x26994f:0xe9,_0x1a90e2:0xf4,_0x2e7e42:0x1de,_0x34339b:0x1e2,_0xd5edb5:0xc5,_0xf9b46f:0xa7,_0x36ca53:0xba,_0x3d2079:0x9a,_0x57dd16:0x22b,_0x4cf302:0x20e,_0x45a4e3:0x1df,_0x5e74ac:0x1fd,_0x47a0b5:0x20d,_0x33617f:0x1fc,_0x143a0f:0xda,_0x544985:0xc1,_0x555b43:0xc6,_0x298bf7:0xab,_0x1fbc23:0x1f3,_0x2a0cc6:0x1f9,_0x190fa0:0x1db},_0x324cfd={_0xfe0918:0x3d6};function _0x781314(_0x44835c,_0x3180ba,_0x100c17,_0x59fc70){return _0x54dc(_0x59fc70- -0x298,_0x100c17);}function _0x5e974f(_0x127648,_0x507aa6,_0x2f994c,_0x2f9f61){return _0x54dc(_0x2f9f61- -_0x324cfd._0xfe0918,_0x507aa6);}const _0x504ca6=_0x224481();while(!![]){try{const _0x1d009d=parseInt(_0x781314(-_0x48a431._0x26994f,-_0x48a431._0x1a90e2,-0xc0,-0xd6))/(-0x7*-0x47f+0x2592+-0x450a)+parseInt(_0x5e974f(-_0x48a431._0x2e7e42,-0x1f2,-0x1f2,-_0x48a431._0x34339b))/(-0x1301+0x68e+-0x427*-0x3)+-parseInt(_0x781314(-_0x48a431._0xd5edb5,-_0x48a431._0xf9b46f,-_0x48a431._0x36ca53,-0xc7))/(-0x13*0x6a+0x4ee+0x2f3)+-parseInt(_0x781314(-0xc1,-0xbc,-_0x48a431._0x3d2079,-0xa6))/(-0x4*-0x407+-0x56d*-0x7+-0x1*0x3613)*(-parseInt(_0x5e974f(-0x1ff,-_0x48a431._0x57dd16,-0x1f8,-_0x48a431._0x4cf302))/(0x1*0x2153+0xdce+-0xc9*0x3c))+parseInt(_0x5e974f(-0x1c9,-0x1cf,-0x1c0,-_0x48a431._0x45a4e3))/(-0x1c0d+0x1*0x2339+0xf*-0x7a)*(parseInt(_0x5e974f(-_0x48a431._0x5e74ac,-0x213,-_0x48a431._0x47a0b5,-_0x48a431._0x33617f))/(-0xabd+-0x1*-0x175e+-0xc9a))+parseInt(_0x781314(-_0x48a431._0x143a0f,-0xb3,-0xa4,-_0x48a431._0x544985))/(0x13*-0x70+0x1*-0x142d+0x1c85)*(-parseInt(_0x781314(-_0x48a431._0x555b43,-_0x48a431._0x298bf7,-0xb7,-0xa8))/(0x23e4+0x4d+-0x2428))+-parseInt(_0x5e974f(-_0x48a431._0x1fbc23,-_0x48a431._0x2a0cc6,-0x1bf,-_0x48a431._0x190fa0))/(0x16a5+-0x1*0x2686+-0x5*-0x32f);if(_0x1d009d===_0x1675ea)break;else _0x504ca6['push'](_0x504ca6['shift']());}catch(_0x3c693f){_0x504ca6['push'](_0x504ca6['shift']());}}}(_0x4a80,0xcf027+-0xf44f9+-0x1*-0xc432d));import{migrateConfigFiles}from'../lib/config-migration.js';import{DATA_DIR}from'../lib/data-dir.js';function parseArgs(_0x5c22b0){const _0x3d87cb={_0x2976a7:0x4ba,_0x44399f:0x4a6,_0x5d1f6e:0x491,_0x1b8323:0x4ad,_0x967bf4:0x494,_0x4904b8:0x4b4,_0x454a36:0x7b,_0x6fd284:0x51,_0x3159f1:0x55,_0x58977a:0x53,_0x312392:0x68,_0x858070:0x88,_0x76dd73:0x8b,_0x2a6364:0x67,_0x15109a:0x4bf,_0x51dda6:0x4bc,_0x59369e:0x4a6,_0x1aa4cd:0x4b4,_0x1671b6:0x496,_0x29dc40:0x476,_0x5d1ed0:0x5b,_0x509bcb:0x29,_0x516598:0x35,_0x2c3d5f:0x1b,_0x2e93e3:0x20,_0x156138:0x4de,_0x401c5b:0x4cc,_0x46afbb:0x4d8,_0x352cca:0x86,_0x3dcdae:0x64,_0x22fa52:0x63,_0x3a2eb0:0x4f,_0x10b1f4:0x51,_0x48e6cd:0x1a,_0x374166:0x7e,_0x44cd4b:0x74,_0xdce412:0x58,_0x2f75cb:0x4b,_0xba66f5:0x54,_0x5a1bde:0x35,_0x383d6b:0x61},_0x143622={_0x551fbb:0x18c},_0x30c2c7={_0x2a9779:0x2c0};function _0x452af5(_0x4d8e11,_0x4795b9,_0x1f5908,_0x34cb72){return _0x54dc(_0x4d8e11-_0x30c2c7._0x2a9779,_0x4795b9);}const _0x69b32e={};_0x69b32e[_0x452af5(_0x3d87cb._0x2976a7,0x4cf,0x49b,_0x3d87cb._0x44399f)]=_0x452af5(0x4ad,_0x3d87cb._0x5d1f6e,_0x3d87cb._0x1b8323,0x49d)+_0x452af5(0x48c,0x4a8,0x49b,_0x3d87cb._0x967bf4);function _0x2b285b(_0x5a747d,_0x50c936,_0x30d895,_0xdfa0ae){return _0x54dc(_0x50c936- -_0x143622._0x551fbb,_0xdfa0ae);}_0x69b32e['TGOQl']=function(_0xa0a64d,_0x2271c6){return _0xa0a64d!==_0x2271c6;},_0x69b32e[_0x452af5(0x496,0x4a1,0x485,_0x3d87cb._0x4904b8)]=_0x2b285b(_0x3d87cb._0x454a36,0x6c,_0x3d87cb._0x6fd284,_0x3d87cb._0x3159f1),_0x69b32e[_0x2b285b(0x67,_0x3d87cb._0x58977a,0x5c,_0x3d87cb._0x58977a)]=_0x2b285b(0x3b,0x49,_0x3d87cb._0x312392,0x49);const _0x28e8f4=_0x69b32e;for(const _0x53c2b1 of _0x5c22b0){if(_0x53c2b1['startsWith'](_0x28e8f4[_0x2b285b(_0x3d87cb._0x858070,0x6e,_0x3d87cb._0x76dd73,_0x3d87cb._0x2a6364)])){if(_0x28e8f4[_0x452af5(_0x3d87cb._0x15109a,_0x3d87cb._0x51dda6,_0x3d87cb._0x59369e,_0x3d87cb._0x1aa4cd)](_0x28e8f4[_0x452af5(_0x3d87cb._0x1671b6,0x4a7,_0x3d87cb._0x29dc40,0x4a9)],_0x28e8f4[_0x2b285b(0x54,0x53,0x4d,_0x3d87cb._0x5d1ed0)]))return _0x53c2b1[_0x2b285b(_0x3d87cb._0x509bcb,_0x3d87cb._0x516598,_0x3d87cb._0x2c3d5f,_0x3d87cb._0x2e93e3)]('=')[_0x452af5(0x4c0,_0x3d87cb._0x156138,_0x3d87cb._0x401c5b,_0x3d87cb._0x46afbb)](0x18d8+0x26d5+-0x32f*0x14)[_0x452af5(0x4a0,0x48f,0x4ae,0x4ac)]('=');else{for(const _0x5c549d of _0x97bd01){if(_0x5c549d[_0x2b285b(0x69,0x65,0x7a,_0x3d87cb._0x352cca)](_0x28e8f4[_0x2b285b(_0x3d87cb._0x3dcdae,0x6e,_0x3d87cb._0x22fa52,0x68)]))return _0x5c549d[_0x2b285b(_0x3d87cb._0x3a2eb0,_0x3d87cb._0x516598,_0x3d87cb._0x10b1f4,_0x3d87cb._0x48e6cd)]('=')[_0x2b285b(_0x3d87cb._0x374166,_0x3d87cb._0x44cd4b,0x61,_0x3d87cb._0xdce412)](0x1ee3+0x1*-0x2522+0x640)[_0x2b285b(_0x3d87cb._0x2f75cb,_0x3d87cb._0xba66f5,_0x3d87cb._0x5a1bde,_0x3d87cb._0x383d6b)]('=');}return null;}}}return null;}function _0x54dc(_0x13ad32,_0x49c68){_0x13ad32=_0x13ad32-(0x11f3+-0x169*0x12+0x92e);const _0x1016fa=_0x4a80();let _0x499ccc=_0x1016fa[_0x13ad32];if(_0x54dc['Yqdvmk']===undefined){var _0x262d65=function(_0x4e3186){const _0xe1177c='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x37c044='',_0x5205a2='';for(let _0x478d2d=-0x211a+-0x1dc4+0x3ede,_0x1b05f6,_0x46bf4f,_0x253801=-0x469*0x2+-0x1f4d+0x1*0x281f;_0x46bf4f=_0x4e3186['charAt'](_0x253801++);~_0x46bf4f&&(_0x1b05f6=_0x478d2d%(-0x1188+0x1*0x16db+-0x54f)?_0x1b05f6*(0xce+0x90b+-0x999)+_0x46bf4f:_0x46bf4f,_0x478d2d++%(0x6e+0x1287+-0x12f1))?_0x37c044+=String['fromCharCode'](-0xfa3+-0x1913*0x1+0x29b5&_0x1b05f6>>(-(0x1b85+0x270e+-0x4291)*_0x478d2d&-0xa52+-0xffa+0x1a52)):-0x90a+0x7e1+0x129){_0x46bf4f=_0xe1177c['indexOf'](_0x46bf4f);}for(let _0x4d678b=0x1247+-0xa6*0x26+0x65d,_0x352a5c=_0x37c044['length'];_0x4d678b<_0x352a5c;_0x4d678b++){_0x5205a2+='%'+('00'+_0x37c044['charCodeAt'](_0x4d678b)['toString'](0x80d+0xa1*0x29+-0x42*0x83))['slice'](-(-0x676+0x1*-0x17e1+0x1*0x1e59));}return decodeURIComponent(_0x5205a2);};_0x54dc['IkToVn']=_0x262d65,_0x54dc['zsgeAZ']={},_0x54dc['Yqdvmk']=!![];}const _0x76ed98=_0x1016fa[-0x1295+0x1841+-0x84*0xb],_0x9a8d00=_0x13ad32+_0x76ed98,_0x47f800=_0x54dc['zsgeAZ'][_0x9a8d00];return!_0x47f800?(_0x499ccc=_0x54dc['IkToVn'](_0x499ccc),_0x54dc['zsgeAZ'][_0x9a8d00]=_0x499ccc):_0x499ccc=_0x47f800,_0x499ccc;}async function main(){const _0xa637ac={_0x48482c:0xf8,_0x47bcfc:0x18f,_0x950e92:0x1a3,_0x95e397:0x196,_0x1dda5d:0x1ae,_0x51baa6:0x1a1,_0x2f5f0c:0x1c2,_0x168099:0x1cb,_0x19428b:0x1b6,_0x4593c7:0x1d7,_0x38339d:0x1db,_0x4a4ea3:0x1c3,_0x345e79:0x1cd,_0x95069f:0x1a2,_0x2538f7:0x1b4,_0xdbd134:0xd6,_0xd97356:0xdd,_0x10fa66:0x1a2,_0x5c0ff5:0x1b4,_0x495527:0x1a9,_0x24f06e:0x10b,_0x1992d2:0xf4,_0x4fbfea:0x111,_0xfe2dae:0x1df,_0xee12fb:0x1f3,_0x284b49:0x1c1,_0xf946dc:0x10f,_0x585081:0x11a,_0x148bb2:0x1b5,_0x19a409:0x19a,_0x3047c1:0x1be,_0x5d040e:0x198,_0x50d57a:0x1a9,_0x583482:0x1ab,_0x29cd20:0xfd,_0xf6a6a0:0xf2,_0x21e9b7:0x101,_0x499c4b:0xf9,_0x175764:0xf7,_0x354749:0xe3,_0x4f17d9:0xfc,_0x223377:0xf1,_0x4190d5:0xf1,_0x43cf42:0xf5,_0x51286:0xd4,_0x5b210b:0x198,_0x1c733d:0x1e0,_0x4b2117:0x1cc,_0x58bb88:0x1d9,_0x21aaf2:0x1d6,_0x5be7fb:0xd8,_0x5b787e:0xd2,_0x4296ef:0xf3,_0x1500ca:0x1c2,_0x53d269:0x1e6,_0x286b8c:0x1d4,_0x118e3b:0x1ad,_0x854c60:0x10a,_0x36e6d1:0xf7,_0x15333f:0x1bd,_0x315a51:0x194,_0x355ea1:0x1ae,_0x2d8731:0x1dd,_0x3622bf:0x104,_0x2909c7:0xf0,_0x2f11d6:0x1bc,_0x2ebf40:0x1d2,_0x10485b:0x1bc,_0x1ac06:0x19f,_0x1201c1:0x1b7,_0xcf05ec:0xf8,_0x3888d5:0xcc,_0x5249f1:0x113,_0x2ff0c3:0xfc,_0x564a90:0x115,_0x25cacc:0x1c2,_0x294c2e:0xd3,_0xad8dfd:0x1bb,_0x3dd452:0x1d1,_0x59325:0x1ad,_0x2e9f30:0x100,_0x1cdb2f:0xe7,_0x626404:0x19e,_0x47c632:0x19b,_0x1b8b67:0x1b9,_0xa0a991:0x1a4,_0x149cba:0x1a4,_0x570759:0x107,_0x1da32c:0x1b4,_0x20dc0c:0x1ac,_0x5719b7:0x1bf,_0x163a4c:0xf6,_0x3edd09:0x116,_0x18134f:0x1c0,_0xc5a01a:0x113,_0x26ca09:0x104,_0x9a416f:0x118,_0x2ddd4f:0xee,_0x4ae3da:0x104,_0x3248e2:0x182,_0x253b10:0x1b5,_0x1f2341:0x104,_0xc4244d:0xec,_0x7abe3e:0xd6,_0x46b431:0xdc,_0x164523:0x1eb,_0x4ae207:0x1f1,_0x4a916c:0x1d4,_0x1d05fb:0x1be,_0xe9506d:0x1a5,_0x470772:0x1b4,_0x56669a:0x1e5,_0x1d4b23:0x1c5,_0xb6e715:0x1ef,_0x453d00:0x1d4},_0x534422={_0xaec17d:0xf5},_0xdcab85={_0x279d1f:0x25};function _0x3f6c8d(_0x3b51fe,_0x5675a9,_0x29a44c,_0x1a3e42){return _0x54dc(_0x1a3e42- -_0xdcab85._0x279d1f,_0x3b51fe);}const _0x487a42={'JesSZ':_0x1e7d4e(0xf9,_0xa637ac._0x48482c,0xec,0x105)+_0x3f6c8d(_0xa637ac._0x47bcfc,0x1c7,_0xa637ac._0x950e92,0x1a7),'OsBio':'0|2|1|4|6|'+_0x3f6c8d(_0xa637ac._0x95e397,_0xa637ac._0x1dda5d,0x1a4,_0xa637ac._0x51baa6),'LRInQ':_0x3f6c8d(_0xa637ac._0x2f5f0c,_0xa637ac._0x168099,0x1c7,_0xa637ac._0x19428b)+_0x3f6c8d(0x1b5,0x1c5,_0xa637ac._0x4593c7,0x1ce)+_0x3f6c8d(_0xa637ac._0x38339d,0x1d7,0x1c9,_0xa637ac._0x4a4ea3),'Qmjmw':'Usage:','QlYdU':'Or\x20set\x20COD'+_0x3f6c8d(_0xa637ac._0x345e79,_0xa637ac._0x95069f,0x196,_0xa637ac._0x2538f7)+'ATH\x20enviro'+_0x1e7d4e(_0xa637ac._0xdbd134,_0xa637ac._0xd97356,0xe1,0xd5)+_0x3f6c8d(0x18c,_0xa637ac._0x10fa66,_0xa637ac._0x5c0ff5,_0xa637ac._0x495527),'VPuSJ':_0x1e7d4e(_0xa637ac._0x24f06e,_0xa637ac._0x1992d2,0xed,_0xa637ac._0x4fbfea)+_0x3f6c8d(_0xa637ac._0xfe2dae,_0xa637ac._0xee12fb,_0xa637ac._0x284b49,0x1d8)+'te-config-'+_0x1e7d4e(_0xa637ac._0xf946dc,0xf9,_0xa637ac._0x585081,0xe8)+'r.js\x20--set'+_0x3f6c8d(_0xa637ac._0x148bb2,0x192,0x17e,_0xa637ac._0x19a409)+_0x3f6c8d(_0xa637ac._0x3047c1,_0xa637ac._0x5d040e,_0xa637ac._0x50d57a,_0xa637ac._0x583482)+_0x1e7d4e(_0xa637ac._0x29cd20,_0xa637ac._0xf6a6a0,_0xa637ac._0x21e9b7,_0xa637ac._0x499c4b),'LlLlO':function(_0x321b7e,_0x3c12b4){return _0x321b7e(_0x3c12b4);},'NOvrf':function(_0x33c605,_0x5c83f9){return _0x33c605===_0x5c83f9;},'efuDX':_0x1e7d4e(0x106,_0xa637ac._0x175764,_0xa637ac._0x354749,_0xa637ac._0x4f17d9),'bOCqB':'=========='+'=========='+_0x1e7d4e(_0xa637ac._0x223377,_0xa637ac._0x4190d5,0xd0,0x10e)+'=========='+'=','MuiUR':function(_0x1b0cdd,_0x52e864){return _0x1b0cdd(_0x52e864);},'PlCJM':function(_0x88f6a,_0x11c97d){return _0x88f6a===_0x11c97d;},'UWHKF':_0x1e7d4e(0xfb,_0xa637ac._0x43cf42,0xdd,_0xa637ac._0x51286)},_0xd27f90=_0x487a42[_0x1e7d4e(0xda,0xd5,0xe1,0xb6)](parseArgs,process[_0x3f6c8d(_0xa637ac._0x1dda5d,0x1cc,_0xa637ac._0x5b210b,0x1b8)][_0x3f6c8d(_0xa637ac._0x1c733d,_0xa637ac._0x4b2117,0x1c9,0x1db)](0x1d7d*-0x1+-0x21e0+0x3f5f))||process[_0x3f6c8d(0x1db,_0xa637ac._0x58bb88,_0xa637ac._0x21aaf2,0x1ca)][_0x3f6c8d(0x1db,_0xa637ac._0x10fa66,0x1b4,0x1be)+'P_PATH'];if(!_0xd27f90){if(_0x487a42['NOvrf'](_0x487a42[_0x1e7d4e(_0xa637ac._0x5be7fb,0xda,0xd1,_0xa637ac._0x5b787e)],_0x487a42['efuDX']))console[_0x1e7d4e(0x103,0x104,0xea,_0xa637ac._0x4296ef)](_0x487a42['LRInQ']),console['error'](''),console[_0x3f6c8d(_0xa637ac._0x1500ca,_0xa637ac._0x53d269,0x1bc,_0xa637ac._0x286b8c)](_0x3f6c8d(_0xa637ac._0x118e3b,0x1a3,0x1ac,0x19e)),console[_0x1e7d4e(0x122,0x104,_0xa637ac._0x854c60,_0xa637ac._0x36e6d1)](_0x487a42[_0x3f6c8d(_0xa637ac._0x15333f,_0xa637ac._0x315a51,0x19b,_0xa637ac._0x355ea1)]),console[_0x3f6c8d(0x1c6,0x1f1,_0xa637ac._0x2d8731,0x1d4)](''),console[_0x1e7d4e(0x100,_0xa637ac._0x3622bf,0xfb,_0xa637ac._0x2909c7)](_0x3f6c8d(0x1d8,0x1d0,0x1b2,_0xa637ac._0x2f11d6)+'ER_SETUP_P'+_0x3f6c8d(_0xa637ac._0x2ebf40,_0xa637ac._0x10485b,_0xa637ac._0x1ac06,_0xa637ac._0x1201c1)+_0x1e7d4e(_0xa637ac._0xcf05ec,0xdd,_0xa637ac._0x3888d5,0xc2)+'able.'),process[_0x1e7d4e(_0xa637ac._0x5249f1,0x109,0xf9,0xed)](0x12f5+-0xbcb+0x8d*-0xd);else{if(_0x3dce29[_0x1e7d4e(0xf2,_0xa637ac._0x2ff0c3,_0xa637ac._0x5249f1,_0xa637ac._0x564a90)](_0x487a42[_0x3f6c8d(0x1bc,_0xa637ac._0x25cacc,_0xa637ac._0x21aaf2,0x1c0)]))return _0x1a4a9d[_0x3f6c8d(0x19b,0x1b0,0x18b,0x19c)]('=')['slice'](0xc9d+0x793+-0x142f)[_0x1e7d4e(_0xa637ac._0x294c2e,0xeb,_0xa637ac._0x51286,0xfe)]('=');}}console['log'](_0x3f6c8d(0x1b6,0x1d0,0x1a3,0x1af)+'ration:\x20se'+_0x1e7d4e(0xdf,0x100,0x109,0xf2)+_0x3f6c8d(0x1d4,0x1bf,_0xa637ac._0xad8dfd,0x1b3)),console[_0x3f6c8d(0x1e2,0x1b7,0x1e2,_0xa637ac._0x3dd452)](_0x487a42[_0x3f6c8d(0x1b6,_0xa637ac._0x59325,0x1a1,0x1a8)]),console[_0x1e7d4e(_0xa637ac._0x2e9f30,0x101,0x117,_0xa637ac._0x1cdb2f)]('\x20\x20Setup\x20pa'+'th:\x20'+_0xd27f90);function _0x1e7d4e(_0x3586c3,_0x7a812c,_0x504412,_0x534a3a){return _0x54dc(_0x7a812c- -_0x534422._0xaec17d,_0x3586c3);}console[_0x3f6c8d(0x1cd,0x1cc,0x1e2,0x1d1)](_0x3f6c8d(0x1a3,_0xa637ac._0x626404,_0xa637ac._0x148bb2,_0xa637ac._0x47c632)+_0x3f6c8d(0x19d,0x19c,0x1ba,_0xa637ac._0x1b8b67)+DATA_DIR),console['log']('');try{await _0x487a42[_0x3f6c8d(_0xa637ac._0xa0a991,0x1a1,0x193,_0xa637ac._0x149cba)](migrateConfigFiles,_0xd27f90),console['log'](''),console['log'](_0x1e7d4e(_0xa637ac._0xf946dc,_0xa637ac._0x570759,_0xa637ac._0x2e9f30,0x108)+_0x1e7d4e(0x10e,0xed,_0xa637ac._0x29cd20,0xcd)),process['exit'](-0x7*0x2e1+0x1c*-0xbd+0x28d3);}catch(_0x2f741c){if(_0x487a42[_0x3f6c8d(_0xa637ac._0x1da32c,_0xa637ac._0x20dc0c,0x1ac,_0xa637ac._0x5719b7)](_0x487a42[_0x1e7d4e(0xd8,_0xa637ac._0x163a4c,_0xa637ac._0x3edd09,_0xa637ac._0xf6a6a0)],_0x487a42['UWHKF']))console[_0x3f6c8d(_0xa637ac._0x18134f,_0xa637ac._0x4a4ea3,0x1b9,0x1d4)](''),console[_0x1e7d4e(_0xa637ac._0xc5a01a,_0xa637ac._0x26ca09,0x125,_0xa637ac._0x9a416f)]('Migration\x20'+'failed:\x20'+_0x2f741c[_0x1e7d4e(_0xa637ac._0x2ddd4f,0xcf,0xe9,0xb1)]),process['exit'](-0x121+0x7df+0x73*-0xf);else{const _0x24e32e=_0x487a42['OsBio']['split']('|');let _0x26b1d4=0xe46+0x2357*-0x1+-0x1*-0x1511;while(!![]){switch(_0x24e32e[_0x26b1d4++]){case'0':_0x218eeb[_0x1e7d4e(0xff,_0xa637ac._0x4ae3da,0x104,0x115)](_0x487a42[_0x3f6c8d(_0xa637ac._0x3248e2,_0xa637ac._0x253b10,0x1b9,0x1a2)]);continue;case'1':_0x464d0a[_0x1e7d4e(0xe8,_0xa637ac._0x1f2341,0xeb,0xf1)](_0x487a42[_0x1e7d4e(_0xa637ac._0xc4244d,_0xa637ac._0x7abe3e,0xd0,_0xa637ac._0x46b431)]);continue;case'2':_0x303713[_0x3f6c8d(0x1bc,_0xa637ac._0x164523,_0xa637ac._0x4ae207,_0xa637ac._0x4a916c)]('');continue;case'3':_0xf7b93b['error'](_0x487a42[_0x3f6c8d(0x183,_0xa637ac._0x1d05fb,_0xa637ac._0xe9506d,0x1a0)]);continue;case'4':_0xb9523b[_0x3f6c8d(_0xa637ac._0x470772,_0xa637ac._0x56669a,0x1ea,0x1d4)](_0x487a42['VPuSJ']);continue;case'5':_0x1c9b0b['exit'](-0x2613+0x1fc*-0xb+-0x3be8*-0x1);continue;case'6':_0x2c2f9e[_0x3f6c8d(_0xa637ac._0x1d4b23,_0xa637ac._0xb6e715,0x1b4,_0xa637ac._0x453d00)]('');continue;}break;}}}}main();function _0x4a80(){const _0x11dce3=['A1Ppu24','ls1Zzxr1Cc1Wyq','Dg8Tzgf0ys1KAq','zw52','mtq0odf2AMH4A3u','C3rHCNrZv2L0Aa','nJaWotiWz0rKy2jY','C2v0DxaGCgf0Aa','mJeXnJuXneLNCKH0CG','DhvWihjLCg8G4OAs','Bg9N','mti0mdj3uMXhyNO','BwHIDey','zxjYB3i','tM9nDve','mJG1mJK4nJbZu0Dgt2m','twLNCMf0Aw9Uia','Axb0CY9TAwDYyq','zxHPDa','veDpuwW','C2XPy2u','DxaTCgf0Ad0VCa','icbeyxrHigrPCG','C3bSAxq','mte0mdm3mMXND2vpuq','vxnHz2u6','BwvZC2fNzq','uwXzzfu','m3W1','tfjjBLe','mZvtz3HtDKW','txvPvvi','tgXmBe8','uw1QBxC','DgG9','yK9dCui','ywjSzs4','zwz1rfG','yxrOl3rVl2nVza','odu4mti5AvLMDMnI','BM1LBNqGDMfYAq','vLb1u0O','q29UzMLNie1PzW','C2LMtwO','vMDLCKG','mtG4mg9vwK10AW','ierbvefFreLs','rvjFu0vuvvbFua','mZeWog9zyMTKDq','rxjYB3i6ie5Via','qvriigvUDMLYBW','yxjNDG','oIaGia','Efj6wxy','AM9PBG','t3iGC2v0ienpra','y29TCgXLDguU','q09ervjFu0vuvq','ugXdsK0','sMvZu1O','pt09pt09pt09pq','zxiTC2v0Dxa','ihbYB3zPzgvKlG','icbUB2rLihnJCG','wejUuwW','vvDis0y'];_0x4a80=function(){return _0x11dce3;};return _0x4a80();}
|
|
2
|
+
(function(_0x5c4c54,_0x356698){const _0x433a32={_0x56b999:0x2e0,_0x1616b9:0x2ce,_0x419b42:0x2cb,_0x3f1877:0x2ba,_0x89b46d:0x2cb,_0x1fcd1c:0x2dc,_0x1b815d:0x2bf,_0x11e7ff:0x2e2,_0xaaea8:0x2d9,_0x38e3e2:0x2c5,_0x43b72b:0x290,_0x15e3b3:0x2b2,_0x4bed3b:0x296,_0x29f37e:0x2ad,_0x5cec9a:0x29b,_0x22712e:0x2e0,_0x359abf:0x308,_0x5ee368:0x2ed,_0xc30663:0x2b0,_0xda10d8:0x299,_0x5969d9:0x2b5,_0x38ff2b:0x2b7,_0x48c22f:0x2bd,_0xc19d25:0x2db,_0x3b90c2:0x2c1};function _0x5ea3bf(_0x4a238c,_0x6397c5,_0x6a685f,_0x23cf59){return _0xcaea(_0x23cf59- -0x3c6,_0x6397c5);}const _0x523df9=_0x5c4c54();function _0x34ead3(_0x2bcb1c,_0x3cb24b,_0x275f2a,_0x2d05b9){return _0xcaea(_0x275f2a-0x1d9,_0x2bcb1c);}while(!![]){try{const _0x1fea9d=-parseInt(_0x34ead3(0x2b3,_0x433a32._0x56b999,_0x433a32._0x1616b9,_0x433a32._0x419b42))/(-0x2206+-0x1da8+0x3faf)*(-parseInt(_0x5ea3bf(-0x2e7,-0x2c7,-_0x433a32._0x3f1877,-_0x433a32._0x89b46d))/(0x17b9*0x1+-0x148c+-0x32b))+-parseInt(_0x5ea3bf(-0x2d8,-0x2bf,-_0x433a32._0x1fcd1c,-_0x433a32._0x1b815d))/(-0xd0c+-0x17c*0x17+-0x1*-0x2f33)+parseInt(_0x5ea3bf(-0x2d6,-0x2e5,-_0x433a32._0x89b46d,-0x2cf))/(-0xbfe+0x66f+0x593)*(-parseInt(_0x5ea3bf(-_0x433a32._0x11e7ff,-_0x433a32._0xaaea8,-0x2ba,-_0x433a32._0x38e3e2))/(-0x7b4+-0x1*0xad5+0x128e))+-parseInt(_0x5ea3bf(-_0x433a32._0x43b72b,-_0x433a32._0x15e3b3,-_0x433a32._0x4bed3b,-0x2a9))/(-0x508*0x1+0x1aa9+-0x159b)*(parseInt(_0x5ea3bf(-0x293,-_0x433a32._0x29f37e,-0x27d,-_0x433a32._0x5cec9a))/(-0x2*0x9d5+-0x257*-0xb+-0x60c))+parseInt(_0x34ead3(_0x433a32._0x22712e,_0x433a32._0x359abf,_0x433a32._0x5ee368,0x2e0))/(-0x1835*-0x1+0x1e72+-0x369f)+-parseInt(_0x5ea3bf(-0x296,-_0x433a32._0xc30663,-_0x433a32._0xda10d8,-_0x433a32._0x5969d9))/(0x253d+0x112*0x20+-0x4774)+parseInt(_0x5ea3bf(-0x2c8,-0x2db,-_0x433a32._0x38ff2b,-0x2ce))/(0x197*-0x1+-0x1ae5+0x1c86)*(parseInt(_0x5ea3bf(-0x2e0,-_0x433a32._0x48c22f,-_0x433a32._0xc19d25,-_0x433a32._0x3b90c2))/(-0x1*-0x1732+0x194c+-0x3073));if(_0x1fea9d===_0x356698)break;else _0x523df9['push'](_0x523df9['shift']());}catch(_0x5cc65b){_0x523df9['push'](_0x523df9['shift']());}}}(_0x14d6,-0x2453*0x15+-0x1*-0x67d35+0x2ea3d));import{migrateConfigFiles}from'../lib/config-migration.js';function _0xcaea(_0x26f632,_0xa34c8e){_0x26f632=_0x26f632-(-0x19c8+0xff1+0xaca);const _0xeddeb7=_0x14d6();let _0xda58a0=_0xeddeb7[_0x26f632];if(_0xcaea['iSmUYE']===undefined){var _0x482743=function(_0x3e7f76){const _0x46d387='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5b5f36='',_0x3df752='';for(let _0x22c21b=-0x1c58+0x5*-0x15e+0x5dd*0x6,_0x1241e6,_0xbb5a6b,_0x12a110=0x13*-0xf5+-0x21fc+0x342b*0x1;_0xbb5a6b=_0x3e7f76['charAt'](_0x12a110++);~_0xbb5a6b&&(_0x1241e6=_0x22c21b%(-0x5*0x3ee+0x6*0x151+0xbc4)?_0x1241e6*(0x1*0x15d+0x17f9+-0x1916)+_0xbb5a6b:_0xbb5a6b,_0x22c21b++%(-0x1f*0x27+0x1bda*-0x1+-0x135*-0x1b))?_0x5b5f36+=String['fromCharCode'](0x1de*0x7+0x1a79+0x1346*-0x2&_0x1241e6>>(-(0x7*-0x269+0x1*-0x205f+0x3140)*_0x22c21b&0x40d+0x1af6+-0x1efd)):0x2*0x15b+-0x12fc+0x1046){_0xbb5a6b=_0x46d387['indexOf'](_0xbb5a6b);}for(let _0x5ceeec=-0x1*0x16a9+0x316*-0x7+0x2c43,_0x5f0db5=_0x5b5f36['length'];_0x5ceeec<_0x5f0db5;_0x5ceeec++){_0x3df752+='%'+('00'+_0x5b5f36['charCodeAt'](_0x5ceeec)['toString'](-0x55a*-0x1+0xbb4+-0x10fe))['slice'](-(-0x2008+0x21c5+-0x1*0x1bb));}return decodeURIComponent(_0x3df752);};_0xcaea['stIBCH']=_0x482743,_0xcaea['xcBehn']={},_0xcaea['iSmUYE']=!![];}const _0x3853b1=_0xeddeb7[-0x57f+-0x6e*-0x33+-0x106b],_0x135293=_0x26f632+_0x3853b1,_0x50ea20=_0xcaea['xcBehn'][_0x135293];return!_0x50ea20?(_0xda58a0=_0xcaea['stIBCH'](_0xda58a0),_0xcaea['xcBehn'][_0x135293]=_0xda58a0):_0xda58a0=_0x50ea20,_0xda58a0;}import{DATA_DIR}from'../lib/data-dir.js';function parseArgs(_0x1f7da4){const _0x490eb4={_0x5cfd09:0x1dc,_0x3adab4:0x1cb,_0x75be91:0x1f2,_0x4f8d1f:0x1df,_0x5291bc:0x2b1,_0x214f42:0x2aa,_0x3702be:0x2c5,_0x4ea187:0x29c,_0x4cd668:0x2b0,_0x453027:0x2b4,_0x3393de:0x291,_0x4f6459:0x28d,_0x5a3b98:0x1fc,_0x21e48b:0x1e1,_0x179066:0x2b9,_0x3f53e6:0x2a0,_0x2dc266:0x1dd,_0x311fea:0x1be,_0x294ee2:0x1ce,_0x2a52c5:0x28b,_0x389d15:0x2a3,_0x307ae9:0x1e0,_0x45bd26:0x1cb,_0x4b1476:0x1e5,_0x2a7e34:0x2c6,_0xfc6b53:0x2ae,_0x2d4afb:0x2cb},_0x5afa96={_0x10137e:0x2fd},_0x3ed6e6={};_0x3ed6e6[_0x56fcbe(-_0x490eb4._0x5cfd09,-_0x490eb4._0x3adab4,-_0x490eb4._0x75be91,-_0x490eb4._0x4f8d1f)]=_0x1f7831(0x2ca,0x2c4,0x2bd,0x2a7),_0x3ed6e6[_0x1f7831(0x2a0,_0x490eb4._0x5291bc,_0x490eb4._0x214f42,0x29c)]=_0x1f7831(_0x490eb4._0x3702be,_0x490eb4._0x4ea187,_0x490eb4._0x4cd668,_0x490eb4._0x453027),_0x3ed6e6['goTrf']=_0x1f7831(0x2a7,_0x490eb4._0x3393de,_0x490eb4._0x4f6459,0x294)+'th=';function _0x56fcbe(_0x4b73b6,_0x28502c,_0x162173,_0xeab19f){return _0xcaea(_0xeab19f- -_0x5afa96._0x10137e,_0x4b73b6);}function _0x1f7831(_0x7610d1,_0x4139b,_0x426f56,_0x1055ce){return _0xcaea(_0x426f56-0x194,_0x4139b);}const _0x409f2e=_0x3ed6e6;for(const _0x492a05 of _0x1f7da4){if(_0x409f2e[_0x56fcbe(-_0x490eb4._0x5a3b98,-_0x490eb4._0x21e48b,-0x1fe,-0x1df)]===_0x409f2e[_0x1f7831(0x28c,0x2b2,0x2aa,0x28c)])_0xea96b0[_0x1f7831(0x2c7,0x2b4,_0x490eb4._0x179066,_0x490eb4._0x3f53e6)](''),_0x3fa44c[_0x56fcbe(-_0x490eb4._0x2dc266,-_0x490eb4._0x311fea,-_0x490eb4._0x294ee2,-0x1d8)]('Migration\x20'+'failed:\x20'+_0x500052[_0x1f7831(_0x490eb4._0x2a52c5,0x2a0,_0x490eb4._0x389d15,0x2a3)]),_0x34a709['exit'](0x1*-0x4ff+-0x6*0x5aa+0x3e6*0xa);else{if(_0x492a05[_0x56fcbe(-0x1ce,-_0x490eb4._0x307ae9,-0x1d2,-0x1de)](_0x409f2e['goTrf']))return _0x492a05[_0x56fcbe(-_0x490eb4._0x5a3b98,-_0x490eb4._0x45bd26,-_0x490eb4._0x21e48b,-_0x490eb4._0x4b1476)]('=')[_0x1f7831(_0x490eb4._0x2a7e34,0x2b9,_0x490eb4._0xfc6b53,_0x490eb4._0x2d4afb)](0x2*-0xbd3+-0x1193*-0x1+0x614)['join']('=');}}return null;}async function main(){const _0x91f168={_0x549c9c:0x43,_0x2b445a:0x56,_0x3ae9c7:0x27,_0x149242:0xf,_0x3bc330:0x2d7,_0x26aca9:0xf,_0x57a77d:0x18,_0x3d74b8:0x17,_0x442d49:0x37,_0x3e4dde:0x11,_0x2ec741:0x33,_0x351070:0x34,_0x279f6e:0x46,_0x2da938:0x25,_0x249c75:0x3c,_0x50c590:0x13,_0x2f16f3:0x2ba,_0x3d0ee8:0x2b9,_0x374ba2:0x2ec,_0x15e114:0x2d8,_0x442798:0x22,_0x435cca:0x2ec,_0xe97335:0x2f3,_0x43c35a:0x3c,_0x3fabdd:0x38,_0x141077:0x2e,_0x5b091f:0x27,_0x736502:0x41,_0x5d7cf8:0x3f,_0x56aa54:0x40,_0x1eb0e1:0x35,_0x1847ca:0x3d,_0x350dda:0x2e,_0x46ee36:0x14,_0x2f9b2:0x44,_0x2fd50b:0x2b0,_0x5b01e2:0x2d9,_0x22c151:0x2d0,_0x24e8f6:0x28,_0x453a18:0xe,_0xcc0ad7:0x2db,_0x3c8780:0x2cc,_0xed7c4:0x2c6,_0x301a34:0x2e3,_0x40c995:0x2c3,_0x7cbc1d:0x2ce,_0x5d803a:0x2b8,_0x477231:0x31,_0x4161e3:0x63,_0x4b37f5:0x19,_0x3b487e:0x2,_0x403186:0x2cf,_0x1c14e9:0x2b9,_0x3a5dfa:0x27,_0x35bbb7:0x2d6,_0x4b616f:0x3a,_0x12505b:0xb,_0x18c72f:0x36,_0x449cd0:0x44,_0x329341:0x42,_0x49daf0:0x1f,_0x3ed945:0x2c7,_0x2208fe:0x2c1,_0xb0e53b:0x10,_0x56378d:0x2bc,_0x5340db:0x2d4,_0x1f0936:0x2d2,_0x142d24:0x28,_0x40d9cd:0x2ac,_0x35a402:0x2c1,_0x5839a7:0x2db,_0x18d0db:0x2a4,_0x49cebb:0x49,_0x337669:0x31,_0x4477ae:0x52,_0x1ec6f8:0x2b2,_0x48a516:0x2cb,_0x32b4e6:0x2de,_0x27831f:0x2bd,_0x374532:0x1c,_0xd8b076:0x4,_0x30e8f1:0xc,_0x341293:0x2d,_0x2adcce:0x2c5,_0x51d085:0x29c,_0x1ed9b6:0x2b1,_0x57485a:0x2b7,_0x46eb05:0x1b,_0x10477a:0x13,_0x7736e:0x11,_0x2aa60b:0x2d1,_0x378fc8:0x2d1,_0x4e8f80:0x4d,_0x39b0eb:0x15,_0x41dfbe:0x2c2,_0x5545ee:0x2ce,_0x301b44:0x2ea,_0x541d3b:0x2bf,_0x294727:0x2e4,_0x42f074:0x1d,_0x2629b3:0x29,_0x3f3b8a:0x3c,_0x588cc3:0x2c1,_0x28c518:0x2b4,_0x552da1:0x2bc,_0x41aa56:0x2bb,_0xca9235:0x2c1,_0x5bf986:0x2f3,_0x48a50d:0x2f,_0x5aba45:0x15,_0x13ad62:0x39},_0x5f557c={_0xb81d9b:0x3e6},_0x53079b={_0x59c5bb:0xe3},_0x2a5c5c={'vAwoZ':function(_0x132bae,_0x486c97){return _0x132bae(_0x486c97);},'IGiDN':_0x5df611(-0x2d7,-0x2b9,-0x2a2,-0x2be)+_0x4ac0e4(_0x91f168._0x549c9c,0x2b,_0x91f168._0x2b445a,0x24),'ZwhFQ':_0x4ac0e4(0x2d,_0x91f168._0x3ae9c7,0x32,_0x91f168._0x149242)+_0x5df611(-_0x91f168._0x3bc330,-0x2da,-0x2f2,-0x2f2)+_0x4ac0e4(0x26,_0x91f168._0x26aca9,0x3c,_0x91f168._0x57a77d),'masPl':_0x4ac0e4(_0x91f168._0x3d74b8,_0x91f168._0x442d49,_0x91f168._0x3e4dde,_0x91f168._0x2ec741)+_0x4ac0e4(_0x91f168._0x351070,0x25,_0x91f168._0x279f6e,0x1a)+_0x4ac0e4(_0x91f168._0x2da938,0x44,_0x91f168._0x249c75,_0x91f168._0x50c590)+_0x5df611(-_0x91f168._0x2f16f3,-_0x91f168._0x3d0ee8,-_0x91f168._0x374ba2,-_0x91f168._0x15e114)+_0x4ac0e4(0x3e,0x3d,_0x91f168._0x442798,0x21),'hPvwq':_0x5df611(-0x2f7,-_0x91f168._0x3bc330,-_0x91f168._0x435cca,-_0x91f168._0xe97335)+_0x4ac0e4(0x36,_0x91f168._0x43c35a,_0x91f168._0x3ae9c7,_0x91f168._0x3fabdd)+_0x4ac0e4(0x21,0xa,0x11,_0x91f168._0x141077)+_0x4ac0e4(0x29,0x36,0x43,_0x91f168._0x5b091f)+_0x4ac0e4(_0x91f168._0x736502,0x30,0x23,0x31)+'up-path=/p'+_0x4ac0e4(0x4d,0x63,_0x91f168._0x5d7cf8,0x59)+_0x4ac0e4(_0x91f168._0x56aa54,0x35,0x56,_0x91f168._0x1eb0e1),'HVkSy':_0x4ac0e4(_0x91f168._0x1847ca,0x43,_0x91f168._0x350dda,0x38)+'ration:\x20se'+_0x4ac0e4(0x2a,_0x91f168._0x46ee36,_0x91f168._0x2f9b2,0x2b)+_0x5df611(-_0x91f168._0x2fd50b,-_0x91f168._0x5b01e2,-_0x91f168._0x22c151,-0x2bc),'wLqJG':_0x4ac0e4(_0x91f168._0x24e8f6,_0x91f168._0x453a18,0x16,0x20)+_0x5df611(-0x2f2,-_0x91f168._0x435cca,-0x2f9,-_0x91f168._0xcc0ad7)+'=========='+_0x5df611(-0x2e9,-_0x91f168._0x3c8780,-_0x91f168._0xed7c4,-0x2db)+'=','PfEMm':function(_0x1b3f12,_0x313202){return _0x1b3f12===_0x313202;},'STKfv':'jklBy','VTTSL':_0x5df611(-_0x91f168._0x301a34,-0x2fc,-0x2d6,-0x2e3),'zOuYg':_0x5df611(-_0x91f168._0x40c995,-_0x91f168._0x7cbc1d,-0x29b,-_0x91f168._0x5d803a)+_0x4ac0e4(0x4a,0x2a,_0x91f168._0x477231,_0x91f168._0x4161e3)};function _0x4ac0e4(_0x5be0e5,_0xa79c62,_0x1a9e70,_0x5947be){return _0xcaea(_0x5be0e5- -_0x53079b._0x59c5bb,_0x1a9e70);}const _0x16b26c=_0x2a5c5c[_0x4ac0e4(_0x91f168._0x4b37f5,_0x91f168._0x3b487e,0x9,0x1a)](parseArgs,process['argv']['slice'](0x1e2f+-0x11d7*0x1+0x1*-0xc56))||process[_0x5df611(-0x2c3,-_0x91f168._0x403186,-_0x91f168._0x1c14e9,-0x2bf)][_0x4ac0e4(_0x91f168._0x3a5dfa,0x8,0x21,0x41)+_0x5df611(-0x305,-0x301,-_0x91f168._0x35bbb7,-0x2f0)];if(!_0x16b26c){const _0x2a1d1d=_0x2a5c5c[_0x4ac0e4(0x23,_0x91f168._0x4b616f,_0x91f168._0x12505b,_0x91f168._0x18c72f)][_0x4ac0e4(_0x91f168._0x1eb0e1,_0x91f168._0x449cd0,_0x91f168._0x329341,_0x91f168._0x49daf0)]('|');let _0x52e50a=0x120c+0x1f1e+0xe*-0x383;while(!![]){switch(_0x2a1d1d[_0x52e50a++]){case'0':console['error']('');continue;case'1':console[_0x5df611(-_0x91f168._0x3ed945,-0x2c5,-0x2a6,-_0x91f168._0x2208fe)](_0x2a5c5c[_0x4ac0e4(0x1f,_0x91f168._0xb0e53b,0x33,0x12)]);continue;case'2':process[_0x5df611(-_0x91f168._0x56378d,-_0x91f168._0x5340db,-_0x91f168._0x1f0936,-_0x91f168._0x5340db)](-0x1*-0x70c+-0x37*-0x5d+0x1b06*-0x1);continue;case'3':console['error'](_0x2a5c5c[_0x4ac0e4(0x1d,0x1,_0x91f168._0xb0e53b,_0x91f168._0x3b487e)]);continue;case'4':console[_0x4ac0e4(0x42,0x45,0x5b,_0x91f168._0x142d24)](_0x2a5c5c[_0x5df611(-0x2bd,-0x29b,-0x2a5,-0x2b5)]);continue;case'5':console[_0x5df611(-_0x91f168._0x7cbc1d,-0x2ce,-_0x91f168._0x40d9cd,-_0x91f168._0x35a402)]('Usage:');continue;case'6':console[_0x5df611(-0x2bd,-_0x91f168._0x5839a7,-_0x91f168._0x18d0db,-0x2c1)]('');continue;}break;}}console['log'](_0x2a5c5c[_0x4ac0e4(_0x91f168._0x49cebb,0x2a,_0x91f168._0x337669,_0x91f168._0x4477ae)]),console[_0x5df611(-_0x91f168._0x1ec6f8,-0x2ae,-_0x91f168._0x5b01e2,-_0x91f168._0x48a516)](_0x2a5c5c[_0x5df611(-0x2b6,-_0x91f168._0x32b4e6,-_0x91f168._0x27831f,-0x2d3)]),console[_0x4ac0e4(_0x91f168._0x3fabdd,0x46,0x39,_0x91f168._0x56aa54)](_0x4ac0e4(_0x91f168._0x374532,_0x91f168._0xd8b076,_0x91f168._0x30e8f1,_0x91f168._0x341293)+_0x5df611(-_0x91f168._0x2adcce,-_0x91f168._0x51d085,-_0x91f168._0x1ed9b6,-_0x91f168._0x57485a)+_0x16b26c),console['log'](_0x4ac0e4(_0x91f168._0x46eb05,_0x91f168._0x10477a,_0x91f168._0x7736e,0x2f)+_0x5df611(-0x2ce,-_0x91f168._0x2aa60b,-0x2be,-_0x91f168._0x378fc8)+DATA_DIR);function _0x5df611(_0x482fe1,_0x1df7f8,_0x10dcc0,_0x4fccfd){return _0xcaea(_0x4fccfd- -_0x5f557c._0xb81d9b,_0x10dcc0);}console[_0x4ac0e4(_0x91f168._0x3fabdd,0x21,_0x91f168._0x4e8f80,0x1c)]('');try{if(_0x2a5c5c[_0x4ac0e4(0x1a,-0x5,_0x91f168._0x30e8f1,_0x91f168._0x39b0eb)](_0x2a5c5c['STKfv'],_0x2a5c5c['VTTSL']))return _0x39540e[_0x5df611(-_0x91f168._0x41dfbe,-0x2e9,-0x2cd,-_0x91f168._0x5545ee)]('=')[_0x5df611(-0x2b1,-_0x91f168._0x301b44,-_0x91f168._0x32b4e6,-_0x91f168._0x3c8780)](-0x31*0x7+-0x23f3*0x1+-0x254b*-0x1)[_0x5df611(-_0x91f168._0x541d3b,-0x2be,-_0x91f168._0x294727,-0x2c4)]('=');else await migrateConfigFiles(_0x16b26c),console['log'](''),console[_0x4ac0e4(0x38,_0x91f168._0x42f074,0x3c,0x1d)](_0x2a5c5c['zOuYg']),process[_0x4ac0e4(0x2f,_0x91f168._0x2629b3,0x34,_0x91f168._0x3f3b8a)](-0x1e57+0x20c2+-0x26b);}catch(_0x198188){console[_0x5df611(-_0x91f168._0x1f0936,-_0x91f168._0x403186,-0x2c1,-_0x91f168._0x588cc3)](''),console[_0x5df611(-_0x91f168._0x28c518,-_0x91f168._0x552da1,-_0x91f168._0x41aa56,-_0x91f168._0xca9235)]('Migration\x20'+'failed:\x20'+_0x198188[_0x5df611(-_0x91f168._0x57485a,-_0x91f168._0x5bf986,-0x2d1,-_0x91f168._0x3bc330)]),process[_0x4ac0e4(_0x91f168._0x48a50d,_0x91f168._0x5aba45,_0x91f168._0x13ad62,0x2f)](0x102+-0x9f0+0x1*0x8ef);}}function _0x14d6(){const _0x205f09=['yxrOl3rVl2nVza','Afb2D3e','icbUB2rLihnJCG','C2v0DxaGCgf0Aa','mwLqwKXRtG','uf9qqvri','ntjQBNDcs3i','nZe5mevXEMPOAG','ls1Zzxr1Cc1Wyq','t3iGC2v0ienpra','ndq0nZa0uwXTsLH1','DKf3B1O','ugzftw0','icbeyxrHigrPCG','icbtzxr1CcbWyq','BwfZugW','mZa1nJqWu1rlC1jj','wNDOrLe','rvv3reG','DguTy29UzMLNlq','mtC3nJvfu3rPtgy','suDPre4','mJGWnti3sLjiEeLN','qvriigvUDMLYBW','ihbYB3zPzgvKlG','q09ervjFu0vuvq','pt09pt09pt09pq','Dg8Tzgf0ys1KAq','DhvWihjLCg8G4OAs','BM1LBNqGDMfYAq','BwvZC2fNzq','rxjYB3i6ie5Via','ndC5mJm5mLbZuMTZwa','zxHPDa','D0XXsKC','nJi3ndm2oeP1rMTova','oIaGia','z2Tzzfu','rvjFu0vuvvbFua','C3bSAxq','Axb0CY9TAwDYyq','C2XPy2u','Bg9N','zKnsCxK','mtaYt0vUwujR','u0LnweG','C3rHCNrZv2L0Aa','q29UzMLNie1PzW','ywjSzs4','AM9PBG','zxiTC2v0Dxa','CI5QCYaTlxnLDa','zxjYB3i','m3WY','zw52','mxW2Fdv8nhWWFa','zvbhv0K','ierbvefFreLs','mtm0mJK1tLLyDfr2','sfzRu3K','y29TCgXLDguU','twLNCMf0Aw9Uia','DgG6ia'];_0x14d6=function(){return _0x205f09;};return _0x14d6();}main();
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
# sync_to_ibmi.sh — Sync changed files to an IBM i library
|
|
3
|
+
#
|
|
4
|
+
# Usage: sync_to_ibmi.sh <connection_name> <library_name> <file_path_1> [file_path_2] ...
|
|
5
|
+
#
|
|
6
|
+
# Arguments:
|
|
7
|
+
# connection_name — SSH config alias for the IBM i connection (set up by the ssh feature)
|
|
8
|
+
# library_name — The IBM i library to sync files to
|
|
9
|
+
# file_path_N — Absolute paths of changed files to sync
|
|
10
|
+
#
|
|
11
|
+
# SSH connectivity:
|
|
12
|
+
# The ssh feature creates an SSH config entry for the connection, so
|
|
13
|
+
# `ssh <connection_name>` just works — no need to specify host, user, or key path.
|
|
14
|
+
#
|
|
15
|
+
# Remote command execution:
|
|
16
|
+
# All remote commands run through QShell: ssh <connection> /usr/bin/qsh -c '...'
|
|
17
|
+
# QShell is required because IBM i utilities used by this script only work in QShell.
|
|
18
|
+
# The -c flag passes a command string; -e can be used for early exit on error.
|
|
19
|
+
#
|
|
20
|
+
# Log format:
|
|
21
|
+
# Every line is prefixed with an ISO timestamp (YYYY-MM-DDTHH:MM:SS).
|
|
22
|
+
# Steps are announced before execution, then confirmed or reported as failed.
|
|
23
|
+
# Failed command output (stdout/stderr) is included in the log.
|
|
24
|
+
#
|
|
25
|
+
# This script lives on the server and is piped into the container via stdin.
|
|
26
|
+
# See Part B for the execution mechanism.
|
|
27
|
+
#
|
|
28
|
+
# Expected container env vars:
|
|
29
|
+
# TASK_ID — used in CRTLIB TEXT attribute when creating the target library
|
|
30
|
+
|
|
31
|
+
# --- Logging helper ---
|
|
32
|
+
log() {
|
|
33
|
+
echo "$(date -u +%Y-%m-%dT%H:%M:%S) $*"
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
# --- Argument parsing ---
|
|
37
|
+
CONNECTION="$1"
|
|
38
|
+
LIBRARY="$2"
|
|
39
|
+
shift 2
|
|
40
|
+
|
|
41
|
+
FILES=("$@")
|
|
42
|
+
|
|
43
|
+
if [ -z "${CONNECTION}" ]; then
|
|
44
|
+
log "ERROR: Connection name is required"
|
|
45
|
+
exit 1
|
|
46
|
+
fi
|
|
47
|
+
|
|
48
|
+
if [ -z "${LIBRARY}" ]; then
|
|
49
|
+
log "ERROR: Library name is required"
|
|
50
|
+
exit 1
|
|
51
|
+
fi
|
|
52
|
+
|
|
53
|
+
if [ ${#FILES[@]} -eq 0 ]; then
|
|
54
|
+
log "WARNING: No files to sync"
|
|
55
|
+
exit 0
|
|
56
|
+
fi
|
|
57
|
+
|
|
58
|
+
# --- SSH multiplexing setup ---
|
|
59
|
+
# Use a per-invocation control socket so all ssh/scp commands share one connection.
|
|
60
|
+
# Configured entirely via CLI args — no config file changes needed.
|
|
61
|
+
SSH_CTRL_DIR=$(mktemp -d)
|
|
62
|
+
SSH_CTRL_PATH="${SSH_CTRL_DIR}/ctrl-%r@%h:%p"
|
|
63
|
+
SSH_MUX_OPTS="-o ControlPath=${SSH_CTRL_PATH}"
|
|
64
|
+
|
|
65
|
+
cleanup_ssh() {
|
|
66
|
+
# Tear down the master connection and remove the socket dir
|
|
67
|
+
ssh ${SSH_MUX_OPTS} -O exit "${CONNECTION}" 2>/dev/null || true
|
|
68
|
+
rm -rf "${SSH_CTRL_DIR}"
|
|
69
|
+
}
|
|
70
|
+
trap cleanup_ssh EXIT
|
|
71
|
+
|
|
72
|
+
# Helper wrappers that route through the multiplexed connection.
|
|
73
|
+
# run_ssh executes commands on IBM i via QShell (/usr/bin/qsh -c '...').
|
|
74
|
+
# stdin is closed (< /dev/null) to prevent accidental consumption.
|
|
75
|
+
run_ssh() {
|
|
76
|
+
local cmd="$1"
|
|
77
|
+
ssh ${SSH_MUX_OPTS} "${CONNECTION}" /usr/bin/qsh -c "'${cmd}'" < /dev/null
|
|
78
|
+
}
|
|
79
|
+
# run_ssh_piped is the same but allows stdin to flow through from the caller's pipe.
|
|
80
|
+
run_ssh_piped() {
|
|
81
|
+
local cmd="$1"
|
|
82
|
+
ssh ${SSH_MUX_OPTS} "${CONNECTION}" /usr/bin/qsh -c "'${cmd}'"
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
log "Syncing ${#FILES[@]} file(s) to IBM i library ${LIBRARY} via connection ${CONNECTION}"
|
|
86
|
+
|
|
87
|
+
# Open the master connection
|
|
88
|
+
log "Opening SSH connection to ${CONNECTION} ..."
|
|
89
|
+
if output=$(ssh ${SSH_MUX_OPTS} -o ControlMaster=yes -o ControlPersist=yes -N -f "${CONNECTION}" 2>&1); then
|
|
90
|
+
log "SSH connection established"
|
|
91
|
+
else
|
|
92
|
+
log "ERROR: Failed to open SSH connection to ${CONNECTION}"
|
|
93
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
94
|
+
exit 1
|
|
95
|
+
fi
|
|
96
|
+
|
|
97
|
+
# --- Ensure target library exists ---
|
|
98
|
+
log "Checking if library ${LIBRARY} exists ..."
|
|
99
|
+
if run_ssh "test -e /qsys.lib/${LIBRARY}.lib" 2>/dev/null; then
|
|
100
|
+
log "Library ${LIBRARY} already exists"
|
|
101
|
+
else
|
|
102
|
+
log "Creating library ${LIBRARY} ..."
|
|
103
|
+
if output=$(run_ssh "system \"CRTLIB LIB(${LIBRARY}) TEXT('\\''CoderFlow task ${TASK_ID}'\\'')\"" 2>&1); then
|
|
104
|
+
log "Created library ${LIBRARY}"
|
|
105
|
+
else
|
|
106
|
+
log "ERROR: Failed to create library ${LIBRARY}"
|
|
107
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
108
|
+
exit 1
|
|
109
|
+
fi
|
|
110
|
+
fi
|
|
111
|
+
|
|
112
|
+
# --- Determine and create source physical files ---
|
|
113
|
+
# The source file name is derived from the parent directory of each changed file.
|
|
114
|
+
# e.g., 'source/qrpglesrc/mypgm.rpgle' → source file 'QRPGLESRC'
|
|
115
|
+
# 'src/myfile.rpgle' → source file 'SRC'
|
|
116
|
+
# Collect unique source file names, then check/create them all up front.
|
|
117
|
+
|
|
118
|
+
declare -A SRCPF_MAP # associative array: uppercase source file name → 1
|
|
119
|
+
for FILE in "${FILES[@]}"; do
|
|
120
|
+
PARENT_DIR=$(basename "$(dirname "${FILE}")")
|
|
121
|
+
SRCPF=$(echo "${PARENT_DIR}" | tr '[:lower:]' '[:upper:]')
|
|
122
|
+
SRCPF_MAP["${SRCPF}"]=1
|
|
123
|
+
done
|
|
124
|
+
|
|
125
|
+
log "Source physical files needed: ${!SRCPF_MAP[*]}"
|
|
126
|
+
|
|
127
|
+
for SRCPF in "${!SRCPF_MAP[@]}"; do
|
|
128
|
+
log "Checking if source file ${SRCPF} exists in ${LIBRARY} ..."
|
|
129
|
+
if run_ssh "test -e /qsys.lib/${LIBRARY}.lib/${SRCPF}.file" 2>/dev/null; then
|
|
130
|
+
log "Source file ${SRCPF} already exists"
|
|
131
|
+
else
|
|
132
|
+
log "Creating source file ${SRCPF} in ${LIBRARY} ..."
|
|
133
|
+
if output=$(run_ssh "system \"CRTSRCPF FILE(${LIBRARY}/${SRCPF}) RCDLEN(112)\"" 2>&1); then
|
|
134
|
+
log "Created source file ${SRCPF}"
|
|
135
|
+
else
|
|
136
|
+
log "ERROR: Failed to create source file ${SRCPF} in ${LIBRARY}"
|
|
137
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
138
|
+
exit 1
|
|
139
|
+
fi
|
|
140
|
+
fi
|
|
141
|
+
done
|
|
142
|
+
|
|
143
|
+
SUCCEEDED=0
|
|
144
|
+
FAILED=0
|
|
145
|
+
|
|
146
|
+
for FILE in "${FILES[@]}"; do
|
|
147
|
+
# Derive member name (filename without extension, uppercased) and source type (extension without dot, uppercased)
|
|
148
|
+
BASENAME=$(basename "${FILE}")
|
|
149
|
+
MEMBER=$(echo "${BASENAME%%.*}" | tr '[:lower:]' '[:upper:]')
|
|
150
|
+
SRCTYPE=$(echo "${BASENAME##*.}" | tr '[:lower:]' '[:upper:]')
|
|
151
|
+
PARENT_DIR=$(basename "$(dirname "${FILE}")")
|
|
152
|
+
SRCPF=$(echo "${PARENT_DIR}" | tr '[:lower:]' '[:upper:]')
|
|
153
|
+
|
|
154
|
+
log "Processing ${FILE} → ${LIBRARY}/${SRCPF}(${MEMBER}) type ${SRCTYPE}"
|
|
155
|
+
|
|
156
|
+
# --- Check/create/update member ---
|
|
157
|
+
MBR_PATH="/qsys.lib/${LIBRARY}.lib/${SRCPF}.file/${MEMBER}.mbr"
|
|
158
|
+
|
|
159
|
+
if run_ssh "test -e ${MBR_PATH}" 2>/dev/null; then
|
|
160
|
+
# Member exists — update source type in case it changed
|
|
161
|
+
log "Member ${MEMBER} exists, setting source type to ${SRCTYPE} ..."
|
|
162
|
+
if output=$(run_ssh "system \"CHGPFM FILE(${LIBRARY}/${SRCPF}) MBR(${MEMBER}) SRCTYPE(${SRCTYPE})\"" 2>&1); then
|
|
163
|
+
log "Updated source type for ${MEMBER}"
|
|
164
|
+
else
|
|
165
|
+
log "ERROR: Failed to update source type for ${MEMBER}"
|
|
166
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
167
|
+
FAILED=$((FAILED + 1))
|
|
168
|
+
continue
|
|
169
|
+
fi
|
|
170
|
+
else
|
|
171
|
+
# Member does not exist — create it
|
|
172
|
+
log "Creating member ${MEMBER} in ${SRCPF} ..."
|
|
173
|
+
if output=$(run_ssh "system \"ADDPFM FILE(${LIBRARY}/${SRCPF}) MBR(${MEMBER}) SRCTYPE(${SRCTYPE})\"" 2>&1); then
|
|
174
|
+
log "Created member ${MEMBER}"
|
|
175
|
+
else
|
|
176
|
+
log "ERROR: Failed to create member ${MEMBER}"
|
|
177
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
178
|
+
FAILED=$((FAILED + 1))
|
|
179
|
+
continue
|
|
180
|
+
fi
|
|
181
|
+
fi
|
|
182
|
+
|
|
183
|
+
# --- Write file content to member via Rfile ---
|
|
184
|
+
# Pipe the local file content through stdin to Rfile on the remote side.
|
|
185
|
+
# Rfile -Qw writes to the member using IBM i native naming: LIBRARY/FILE(MEMBER)
|
|
186
|
+
log "Writing ${FILE} to ${LIBRARY}/${SRCPF}(${MEMBER}) ..."
|
|
187
|
+
if output=$(cat "${FILE}" | run_ssh_piped "Rfile -Qw \"${LIBRARY}/${SRCPF}(${MEMBER})\"" 2>&1); then
|
|
188
|
+
log "Written ${MEMBER} successfully"
|
|
189
|
+
SUCCEEDED=$((SUCCEEDED + 1))
|
|
190
|
+
else
|
|
191
|
+
log "ERROR: Failed to write ${MEMBER}"
|
|
192
|
+
echo "$output" | while IFS= read -r line; do log " $line"; done
|
|
193
|
+
FAILED=$((FAILED + 1))
|
|
194
|
+
fi
|
|
195
|
+
done
|
|
196
|
+
|
|
197
|
+
# --- Summary ---
|
|
198
|
+
TOTAL=${#FILES[@]}
|
|
199
|
+
if [ ${FAILED} -eq 0 ]; then
|
|
200
|
+
log "Sync completed successfully (${TOTAL}/${TOTAL})"
|
|
201
|
+
else
|
|
202
|
+
log "Sync completed with errors (${SUCCEEDED}/${TOTAL} succeeded)"
|
|
203
|
+
exit 1
|
|
204
|
+
fi
|