PHP Malware Analysis

inndexx.html

md5: 4b0ef41c24154ddb4b1548c08e081772

Jump to:

Screenshot


Attributes

Title


Deobfuscated PHP code


<!DOCTYPE html>
<head>
    <title>Xss Level 2</title>
</head>
<center><font>Masukan Nomer Kamu</font><form method="post" action="">
 Masukan Nomer : <input type="number" name="no" maxlength="15" size="20"><input type="submit" value="kirim">
</form>

Execution traces


Generated HTML code

<html><head>
    <title>Xss Level 2</title>
</head>
<body><center><font>Masukan Nomer Kamu</font><form method="post" action="">
 Masukan Nomer : <input type="number" name="no" maxlength="15" size="20"><input type="submit" value="kirim">
</form>
</center></body></html>

Original PHP code


<!DOCTYPE html>
<head>
    <title>Xss Level 2</title>
</head>
<center><font>Masukan Nomer Kamu</font><form method="post" action="">
 Masukan Nomer : <input type="number" name="no" maxlength="15" size="20"><input type="submit" value="kirim">
</form>