!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/include/ext2fs/   drwxr-xr-x
Free 318.38 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:     ext2_types.h (999 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _EXT2_TYPES_H
#define _EXT2_TYPES_H

/* 
 * If linux/types.h is already been included, assume it has defined
 * everything we need.  (cross fingers)
 */
#ifndef _LINUX_TYPES_H

typedef unsigned char __u8;
typedef signed char __s8;

#if (4 == 8)
typedef int        __s64;
typedef unsigned int    __u64;
#elif (4 == 8)
typedef long        __s64;
typedef unsigned long    __u64;
#elif (8 == 8)
#if defined(__GNUC__)
typedef __signed__ long long     __s64;
#else
typedef signed long long     __s64;
#endif
typedef unsigned long long    __u64;
#endif

#if (4 == 2)
typedef    int        __s16;
typedef    unsigned int    __u16;
#elif (2 == 2)
typedef    short        __s16;
typedef    unsigned short    __u16;
#else
  ?==error: undefined 16 bit type
#endif

#if (4 == 4)
typedef    int        __s32;
typedef    unsigned int    __u32;
#elif (4 == 4)
typedef    long        __s32;
typedef    unsigned long    __u32;
#elif (2 == 4)
typedef    short        __s32;
typedef    unsigned short    __u32;
#else
 ?== error: undefined 32 bit type
#endif

#endif /* LINUX_TYPES_H */

#endif /* EXT2_TYPES_H */

:: 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.004 ]--