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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/asm/   drwxr-xr-x
Free 3.83 GB of 27.03 GB (14.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     elfmark.h (867 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*    $Id: elfmark.h,v 1.3 2003/12/09 20:10:38 arjanv Exp $    */
/*
* elfmark - set ELF header e_flags value to an abi-specific value.
*
* This utility is used for marking ELF binaries (including shared libraries)
* for use by the UW Linux kernel module that provides exec domain for PER_UW7
* personality. Run only on IA32 architectures.
*
* Authors - Tigran Aivazian <tigran@veritas.com>,
*        Christoph Hellwig <hch@caldera.de>
*
* This software is under GPL
*/
#ifndef _ELFMARK_H
#define _ELFMARK_H

/*
* The e_flags value for SCO UnixWare 7/UDK binaries
*/
#ifndef EF_386_UW7
#define EF_386_UW7    0x314B4455
#endif

/*
* The e_flags value for SCO OpenServer 5 binaries.
*/
#ifndef EF_386_OSR5
#define EF_386_OSR5    0x3552534f
#endif

/*
* e_flags value with no special meaning.
*/
#ifndef EF_386_NONE
#define EF_386_NONE    0
#endif

#endif /* _ELFMARK_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 #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0029 ]--