PHP Malware Analysis

lfi.html

md5: 87091139134a1cf9f9c756679b96f0f7

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<h1>cindy</h1>
<iframe width="300" height="300" src="../../../etc/passwd">
</iframe>

Execution traces


Generated HTML code

<html><head></head><body><h1>cindy</h1>
<iframe width="300" height="300" src="../../../etc/passwd">
</iframe></body></html>

Original PHP code

<h1>cindy</h1>
<iframe width="300" height="300" src="../../../etc/passwd">
</iframe>