!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-headers-5.15.0-1040/include/uapi/mtd/   drwxr-xr-x
Free 83.23 GB of 96.73 GB (86.04%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     inftl-user.h (1.61 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * Parts of INFTL headers shared with userspace
 *
 */

#ifndef __MTD_INFTL_USER_H__
#define __MTD_INFTL_USER_H__

#include <linux/types.h>

#define    OSAK_VERSION    0x5120
#define    PERCENTUSED    98

#define    SECTORSIZE    512

/* Block Control Information */

struct inftl_bci {
    __u8 ECCsig[6];
    __u8 Status;
    __u8 Status1;
} __attribute__((packed));

struct inftl_unithead1 {
    __u16 virtualUnitNo;
    __u16 prevUnitNo;
    __u8 ANAC;
    __u8 NACs;
    __u8 parityPerField;
    __u8 discarded;
} __attribute__((packed));

struct inftl_unithead2 {
    __u8 parityPerField;
    __u8 ANAC;
    __u16 prevUnitNo;
    __u16 virtualUnitNo;
    __u8 NACs;
    __u8 discarded;
} __attribute__((packed));

struct inftl_unittail {
    __u8 Reserved[4];
    __u16 EraseMark;
    __u16 EraseMark1;
} __attribute__((packed));

union inftl_uci {
    struct inftl_unithead1 a;
    struct inftl_unithead2 b;
    struct inftl_unittail c;
};

struct inftl_oob {
    struct inftl_bci b;
    union inftl_uci u;
};


/* INFTL Media Header */

struct INFTLPartition {
    __u32 virtualUnits;
    __u32 firstUnit;
    __u32 lastUnit;
    __u32 flags;
    __u32 spareUnits;
    __u32 Reserved0;
    __u32 Reserved1;
} __attribute__((packed));

struct INFTLMediaHeader {
    char bootRecordID[8];
    __u32 NoOfBootImageBlocks;
    __u32 NoOfBinaryPartitions;
    __u32 NoOfBDTLPartitions;
    __u32 BlockMultiplierBits;
    __u32 FormatFlags;
    __u32 OsakVersion;
    __u32 PercentUsed;
    struct INFTLPartition Partitions[4];
} __attribute__((packed));

/* Partition flag types */
#define    INFTL_BINARY    0x20000000
#define    INFTL_BDTL    0x40000000
#define    INFTL_LAST    0x80000000

#endif /* __MTD_INFTL_USER_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.0049 ]--