!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)

/var/www/html/manage_22222/class/   drwxr-xr-x
Free 52.37 GB of 127.8 GB (40.98%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     clsRoom.php (551 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Information:
Path /var/www/html/manage_22222/class/clsRoom.php
Size 551 B
MD5 066b8549bac7690f5ca4eadafa3fd5fa
Owner/Group root/root
Perms-rw-r--r--
Create time 06/07/2011 01:44:08
Access time 30/07/2024 16:56:57
MODIFY time 21/08/2009 09:42:07

FULL HEXDUMP
00000000
00000018
00000030
00000048
00000060
00000078
00000090
000000A8
000000C0
000000D8
000000F0
00000108
00000120
00000138
00000150
00000168
00000180
00000198
000001B0
000001C8
000001E0
000001F8
00000210
3C 3F 70 68 70 0A 2F 2F 2D 2D 43 6C 61 73 73 20 52 6F 6F 6D 2D 2D 2D 2D
2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 2D 0A 0A
69 6E 63 6C 75 64 65 5F 6F 6E 63 65 20 22 63 6C 73 62 61 73 65 5F 52 6F
6F 6D 2E 70 68 70 22 3B 0A 0A 63 6C 61 73 73 20 52 6F 6F 6D 20 65 78 74
65 6E 64 73 20 62 61 73 65 5F 52 6F 6F 6D 7B 0A 0A 66 75 6E 63 74 69 6F
6E 20 52 53 52 6F 6F 6D 4C 69 6D 69 74 28 24 73 74 61 72 74 2C 20 24 70
61 67 65 53 69 7A 65 29 7B 0A 09 24 74 68 69 73 2D 3E 53 65 74 51 75 65
72 79 28 22 73 65 6C 65 63 74 20 2A 20 66 72 6F 6D 20 52 6F 6F 6D 20 6F
72 64 65 72 20 62 79 20 72 6F 6F 6D 49 64 20 6C 69 6D 69 74 20 24 73 74
61 72 74 2C 20 24 70 61 67 65 53 69 7A 65 22 29 3B 0A 7D 0A 0A 66 75 6E
63 74 69 6F 6E 20 52 53 52 6F 6F 6D 42 79 42 75 69 6C 64 69 6E 67 49 64
28 24 78 4B 65 79 29 7B 0A 09 24 74 68 69 73 2D 3E 53 65 74 51 75 65 72
79 28 22 73 65 6C 65 63 74 20 2A 20 66 72 6F 6D 20 52 6F 6F 6D 20 77 68
65 72 65 20 62 75 69 6C 64 69 6E 67 49 64 3D 27 24 78 4B 65 79 27 20 6F
72 64 65 72 20 62 79 20 72 6F 6F 6D 49 64 22 29 3B 0A 7D 0A 0A 66 75 6E
63 74 69 6F 6E 20 52 53 52 6F 6F 6D 42 79 42 75 69 6C 64 69 6E 67 49 64
4C 69 6D 69 74 28 24 78 4B 65 79 2C 20 24 73 74 61 72 74 2C 20 24 70 61
67 65 53 69 7A 65 29 7B 0A 09 24 74 68 69 73 2D 3E 53 65 74 51 75 65 72
79 28 22 73 65 6C 65 63 74 20 2A 20 66 72 6F 6D 20 52 6F 6F 6D 20 77 68
65 72 65 20 62 75 69 6C 64 69 6E 67 49 64 3D 27 24 78 4B 65 79 27 20 6F
72 64 65 72 20 62 79 20 72 6F 6F 6D 49 64 20 6C 69 6D 69 74 20 24 73 74
61 72 74 2C 20 24 70 61 67 65 53 69 7A 65 22 29 3B 0A 7D 0A 0A 7D 20 2F
2F 2D 2D 45 6E 64 20 63 6C 61 73 73 20 52 6F 6F 6D 2D 2D 0A 3F 3E 0A
<?php //--Class Room----
----------------------  
include_once "clsbase_Ro
om.php";  class Room ext
ends base_Room{  functio
n RSRoomLimit($start, $p
ageSize){  $this->SetQue
ry("select * from Room o
rder by roomId limit $st
art, $pageSize"); }  fun
ction RSRoomByBuildingId
($xKey){  $this->SetQuer
y("select * from Room wh
ere buildingId='$xKey' o
rder by roomId"); }  fun
ction RSRoomByBuildingId
Limit($xKey, $start, $pa
geSize){  $this->SetQuer
y("select * from Room wh
ere buildingId='$xKey' o
rder by roomId limit $st
art, $pageSize"); }  } /
/--End class Room-- ?> 

HEXDUMP: [Full] [Preview]
Base64:
[Encode [+chunk [+chunk+quotes [Decode


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