PHP Malware Analysis

info5.php

md5: 8c4c20094489555dc4518dfe14f57c5f

Jump to:

Screenshot


Attributes

Execution


Deobfuscated PHP code

<?php

shell_exec('id');

Execution traces

data/traces/8c4c20094489555dc4518dfe14f57c5f_trace-1676238808.5026.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 19:53:54.400434]
1	0	1	0.000137	393512
1	3	0	0.000177	393088	{main}	1		/var/www/html/uploads/info5.php	0	0
1	3	1	0.000193	393088
			0.000217	314224
TRACE END   [2023-02-12 19:53:54.400542]


Generated HTML code

<html><head></head><body></body></html>

Original PHP code

<?
shell_exec('id');
?>