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


Viewing file:     postlogutils.js (2.74 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
//
// Post-Login Utilities.
//

function redirectURL (newURL)
{
    window.location.replace(newURL);
}

function reloadPage ( )
{
    window.history.go(0);
}

function printDebugMsg (mesg)
{
    var rContRefn = document.getElementById("RightContent");
    var alertmsg = document.getElementById("alertzone");
    if (rContRefn && alertmsg && mesg) {
        printDebugMsg.oldContent = rContRefn.innerHTML;
        alertmsg.style.display = "none";
        rContRefn.innerHTML = mesg;
    }
}

function alertRejectMsg (ErrMesg)
{
    alert(ErrMesg);
}

function menuActiveClick ( )
{
    window.location.replace(sysmenuMover.url);
}

function sysmenuMover (event, cId, url)
{
    if (!sysmenuMover.sysImgId) {
        sysmenuMover.sysImgId = document.getElementById("sys_img_" + cId);
        sysmenuMover.sysNameId = document.getElementById("sys_name_" + cId);
        sysmenuMover.sysGroupId = document.getElementById("sys_group_" + cId);
        sysmenuMover.url = url;
    }
    if (sysmenuMover.sysImgId && sysmenuMover.sysNameId && sysmenuMover.sysGroupId) {
        if (!sysmenuMover.mover) {
            sysmenuMover.mover = true;
            sysmenuMover.sysNameId.style.color = "#FFA642";
            sysmenuMover.sysGroupId.style.color = "#FFA642";
            window.status = sysmenuMover.sysNameId.innerHTML + " - " + sysmenuMover.sysGroupId.innerHTML;
            if (document.attachEvent) {
                document.attachEvent("onmouseout", sysmenuMover);
                document.attachEvent("onclick", menuActiveClick);
                window.event.cancelBubble = true;
                window.event.returnValue = false;
            } else if (document.addEventListener) {
                document.addEventListener("mouseout", sysmenuMover, true);
                document.addEventListener("click", menuActiveClick, true);
                event.preventDefault();
            }
        } else {
            sysmenuMover.mover = false;
            sysmenuMover.sysNameId.style.color = "#898989";
            sysmenuMover.sysGroupId.style.color = "#11387D";
            window.status = "";
            if (document.detachEvent) {
                document.detachEvent("onclick", menuActiveClick);
                document.detachEvent("onmouseout", sysmenuMover);
            } else if (document.removeEventListener) {
                document.removeEventListener("click", menuActiveClick, true);
                document.removeEventListener("mouseout", sysmenuMover, true);
            }
            sysmenuMover.sysImgId = null;
            sysmenuMover.sysNameId = null;
            sysmenuMover.sysGroupId = null;
        }
    }
}

function showInfoStatus (el)
{
    window.status = el.innerHTML;
    return true;
}

function hideInfoStatus (el)
{
    window.status = "";
    return true;
}

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