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

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/usr/lib/syslinux/com32/include/netinet/   drwxr-xr-x
Free 50.82 GB of 127.8 GB (39.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     in.h (835 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _NETINET_IN_H
#define _NETINET_IN_H

/* COM32 will be running on an i386 platform */

#include <stdint.h>

static inline uint16_t __htons(uint16_t v)
{
  return ((v) << 8) | ((v) >> 8);
}

#define htons(x) __htons(x)
#define ntohs(x) __htons(x)

static inline uint32_t __htonl(uint32_t v)
{
  if ( __builtin_constant_p(v) ) {
    return (((v) & 0x000000ff) << 24) |
      (((v) & 0x0000ff00) << 8) |
      (((v) & 0x00ff0000) >> 8) |
      (((v) & 0xff000000) >> 24);
  } else {
    asm("xchgb %h0,%b0 ; roll $16,%0 ; xchgb %h0,%b0" : "+abcd" (v));
    return v;
  }
}

#define htonl(x) __htonl(x)
#define ntohl(x) __htonl(x)

static inline uint64_t __htonq(uint64_t v)
{
  return ((uint64_t) __htonl(v) << 32) | __htonl(v >> 32);
}

#define htonq(x) __htonq(x)
#define ntohq(x) __htonq(x)

#endif /* _NETINET_IN_H */


      

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0123 ]--