!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/sites/node_modules/@aws-sdk/util-stream-node/dist-es/   drwxr-xr-x
Free 13.19 GB of 57.97 GB (22.75%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     getAwsChunkedEncodingStream.js (1.81 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
import { __awaiter, __generator } from "tslib";
import { Readable } from "stream";
export var getAwsChunkedEncodingStream = function (readableStream, options) {
    var base64Encoder = options.base64Encoder, bodyLengthChecker = options.bodyLengthChecker, checksumAlgorithmFn = options.checksumAlgorithmFn, checksumLocationName = options.checksumLocationName, streamHasher = options.streamHasher;
    var checksumRequired = base64Encoder !== undefined &&
        checksumAlgorithmFn !== undefined &&
        checksumLocationName !== undefined &&
        streamHasher !== undefined;
    var digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readableStream) : undefined;
    var awsChunkedEncodingStream = new Readable({ read: function () { } });
    readableStream.on("data", function (data) {
        awsChunkedEncodingStream.push("".concat((bodyLengthChecker(data) || 0).toString(16), "\r\n").concat(data.toString(), "\r\n"));
    });
    readableStream.on("end", function () { return __awaiter(void 0, void 0, void 0, function () {
        var checksum, _a;
        return __generator(this, function (_b) {
            switch (_b.label) {
                case 0:
                    awsChunkedEncodingStream.push("0\r\n");
                    if (!checksumRequired) return [3, 2];
                    _a = base64Encoder;
                    return [4, digest];
                case 1:
                    checksum = _a.apply(void 0, [_b.sent()]);
                    awsChunkedEncodingStream.push("".concat(checksumLocationName, ":").concat(checksum, "\r\n"));
                    awsChunkedEncodingStream.push("\r\n");
                    _b.label = 2;
                case 2:
                    awsChunkedEncodingStream.push(null);
                    return [2];
            }
        });
    }); });
    return awsChunkedEncodingStream;
};

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0328 ]--