!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/aps/__editors/ckeditor/samples/assets/   drwxr-xr-x
Free 181.26 GB of 490.84 GB (36.93%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     posteddata.php (1.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html>
<?php
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
?>
<html>
<head>
    <meta charset="utf-8">
    <title>Sample &mdash; CKEditor</title>
    <link rel="stylesheet" href="sample.css">
</head>
<body>
    <h1 class="samples">
        CKEditor &mdash; Posted Data
    </h1>
    <table border="1" cellspacing="0" id="outputSample">
        <colgroup><col width="120"></colgroup>
        <thead>
            <tr>
                <th>Field&nbsp;Name</th>
                <th>Value</th>
            </tr>
        </thead>
<?php

if (!empty($_POST))
{
    foreach ( 
$_POST as $key => $value )
    {
        if ( ( !
is_string($value) && !is_numeric($value) ) || !is_string($key) )
            continue;

        if ( 
get_magic_quotes_gpc() )
            
$value htmlspecialcharsstripslashes((string)$value) );
        else
            
$value htmlspecialchars( (string)$value );
?>
        <tr>
            <th style="vertical-align: top"><?php echo htmlspecialchars( (string)$key ); ?></th>
            <td><pre class="samples"><?php echo $value?></pre></td>
        </tr>
    <?php
    
}
}
?>
    </table>
    <div id="footer">
        <hr>
        <p>
            CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
        </p>
        <p id="copy">
            Copyright &copy; 2003-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
        </p>
    </div>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0065 ]--