!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/src/linux-2.4.18-xfs-1.1/fs/partitions/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mac.h (1.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  fs/partitions/mac.h
 */

#define MAC_PARTITION_MAGIC    0x504d

/* type field value for A/UX or other Unix partitions */
#define APPLE_AUX_TYPE    "Apple_UNIX_SVR2"

struct mac_partition {
    __u16    signature;    /* expected to be MAC_PARTITION_MAGIC */
    __u16    res1;
    __u32    map_count;    /* # blocks in partition map */
    __u32    start_block;    /* absolute starting block # of partition */
    __u32    block_count;    /* number of blocks in partition */
    char    name[32];    /* partition name */
    char    type[32];    /* string type description */
    __u32    data_start;    /* rel block # of first data block */
    __u32    data_count;    /* number of data blocks */
    __u32    status;        /* partition status bits */
    __u32    boot_start;
    __u32    boot_size;
    __u32    boot_load;
    __u32    boot_load2;
    __u32    boot_entry;
    __u32    boot_entry2;
    __u32    boot_cksum;
    char    processor[16];    /* identifies ISA of boot */
    /* there is more stuff after this that we don't need */
};

#define MAC_STATUS_BOOTABLE    8    /* partition is bootable */

#define MAC_DRIVER_MAGIC    0x4552

/* Driver descriptor structure, in block 0 */
struct mac_driver_desc {
    __u16    signature;    /* expected to be MAC_DRIVER_MAGIC */
    __u16    block_size;
    __u32    block_count;
    /* ... more stuff */
};

int mac_partition(struct gendisk *hd, struct block_device *bdev, unsigned long fsec, int first_part_minor);

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0202 ]--