!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-6.8-headers-6.8.0-1027/include/linux/   drwxr-xr-x
Free 83.29 GB of 96.73 GB (86.11%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     sed-opal.h (1.92 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright © 2016 Intel Corporation
 *
 * Authors:
 *    Rafael Antognolli <[email protected]>
 *    Scott  Bauer      <[email protected]>
 */

#ifndef LINUX_OPAL_H
#define LINUX_OPAL_H

#include <uapi/linux/sed-opal.h>
#include <linux/compiler_types.h>
#include <linux/types.h>

struct opal_dev;

typedef int (sec_send_recv)(void *data, u16 spsp, u8 secp, void *buffer,
        size_t len, bool send);

#ifdef CONFIG_BLK_SED_OPAL
void free_opal_dev(struct opal_dev *dev);
bool opal_unlock_from_suspend(struct opal_dev *dev);
struct opal_dev *init_opal_dev(void *data, sec_send_recv *send_recv);
int sed_ioctl(struct opal_dev *dev, unsigned int cmd, void __user *ioctl_ptr);

#define    OPAL_AUTH_KEY           "opal-boot-pin"
#define    OPAL_AUTH_KEY_PREV      "opal-boot-pin-prev"

static inline bool is_sed_ioctl(unsigned int cmd)
{
    switch (cmd) {
    case IOC_OPAL_SAVE:
    case IOC_OPAL_LOCK_UNLOCK:
    case IOC_OPAL_TAKE_OWNERSHIP:
    case IOC_OPAL_ACTIVATE_LSP:
    case IOC_OPAL_SET_PW:
    case IOC_OPAL_ACTIVATE_USR:
    case IOC_OPAL_REVERT_TPR:
    case IOC_OPAL_LR_SETUP:
    case IOC_OPAL_ADD_USR_TO_LR:
    case IOC_OPAL_ENABLE_DISABLE_MBR:
    case IOC_OPAL_ERASE_LR:
    case IOC_OPAL_SECURE_ERASE_LR:
    case IOC_OPAL_PSID_REVERT_TPR:
    case IOC_OPAL_MBR_DONE:
    case IOC_OPAL_WRITE_SHADOW_MBR:
    case IOC_OPAL_GENERIC_TABLE_RW:
    case IOC_OPAL_GET_STATUS:
    case IOC_OPAL_GET_LR_STATUS:
    case IOC_OPAL_GET_GEOMETRY:
    case IOC_OPAL_DISCOVERY:
    case IOC_OPAL_REVERT_LSP:
        return true;
    }
    return false;
}
#else
static inline void free_opal_dev(struct opal_dev *dev)
{
}

static inline bool is_sed_ioctl(unsigned int cmd)
{
    return false;
}

static inline int sed_ioctl(struct opal_dev *dev, unsigned int cmd,
                void __user *ioctl_ptr)
{
    return 0;
}
static inline bool opal_unlock_from_suspend(struct opal_dev *dev)
{
    return false;
}
#define init_opal_dev(data, send_recv)        NULL
#endif /* CONFIG_BLK_SED_OPAL */
#endif /* LINUX_OPAL_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.0029 ]--