PHP Malware Analysis

send.html

md5: 862ed72d881ad61ef512a9a4f0f73688

Jump to:

Screenshot


Attributes

URLs


Deobfuscated PHP code


<html>
<head></head>
<body>
<form action = "http://localhost/new_upload.php" method = "post" enctype = "multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type = "file" name = "file"><br>
<input type = "submit" name = "submit">
</form>
</body>
<html>

Execution traces


Generated HTML code

<html><head></head>
<body>
<form action="http://localhost/new_upload.php" method="post" enctype="multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type="file" name="file"><br>
<input type="submit" name="submit">
</form>


</body></html>

Original PHP code


<html>
<head></head>
<body>
<form action = "http://localhost/new_upload.php" method = "post" enctype = "multipart/form-data">
<br><br>
Choose the file to upload<br>
<input type = "file" name = "file"><br>
<input type = "submit" name = "submit">
</form>
</body>
<html>