!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/include/asm-ia64/sn/   drwxr-xr-x
Free 318.33 GB of 458.09 GB (69.49%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     systeminfo.h (2.27 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* $Id$
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
 * Copyright (C) 2000 by Colin Ngam
 */
#ifndef _ASM_SN_SYSTEMINFO_H
#define _ASM_SN_SYSTEMINFO_H

#ifdef __cplusplus
extern "C" {
#endif

#define MAX_SERIAL_SIZE 16

typedef struct module_info_s {
    uint64_t serial_num;
    int mod_num;
    char serial_str[MAX_SERIAL_SIZE];
} module_info_t;



/*
 * Commands to sysinfo()
 */

#define SI_SYSNAME        1    /* return name of operating system */
#define SI_HOSTNAME        2    /* return name of node */
#define SI_RELEASE         3    /* return release of operating system */
#define SI_VERSION        4    /* return version field of utsname */
#define SI_MACHINE        5    /* return kind of machine */
#define SI_ARCHITECTURE        6    /* return instruction set arch */
#define SI_HW_SERIAL        7    /* return hardware serial number */
#define SI_HW_PROVIDER        8    /* return hardware manufacturer */
#define SI_SRPC_DOMAIN        9    /* return secure RPC domain */
#define SI_INITTAB_NAME           10    /* return name of inittab file used */

#define _MIPS_SI_VENDOR        100    /* return system provider */
#define _MIPS_SI_OS_PROVIDER    101    /* return OS manufacturer */
#define _MIPS_SI_OS_NAME    102    /* return OS name */
#define _MIPS_SI_HW_NAME    103    /* return system name */
#define _MIPS_SI_NUM_PROCESSORS    104    /* return number of processors */
#define _MIPS_SI_HOSTID        105    /* return hostid */
#define _MIPS_SI_OSREL_MAJ    106    /* return OS major release number */
#define _MIPS_SI_OSREL_MIN    107    /* return OS minor release number */
#define _MIPS_SI_OSREL_PATCH    108    /* return OS release number */
#define _MIPS_SI_PROCESSORS    109    /* return CPU revison id */
#define _MIPS_SI_AVAIL_PROCESSORS 110    /* return number of available processors */
#define    _MIPS_SI_SERIAL        111
/*
 * These commands are unpublished interfaces to sysinfo().
 */
#define SI_SET_HOSTNAME        258    /* set name of node */
                    /*  -unpublished option */
#define SI_SET_SRPC_DOMAIN    265    /* set secure RPC domain */
                    /* -unpublished option */

#if !defined(__KERNEL__)
int sysinfo(int, char *, long);
int get_num_modules(void);
int get_module_info(int, module_info_t *, size_t);
#endif

#ifdef __cplusplus
}
#endif

#endif /* _ASM_SN_SYSTEMINFO_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.0047 ]--