PHP Malware Analysis

info7.php

md5: 1c9601e1695879ae9ea626dea3342238

Jump to:

Screenshot


Attributes

Execution


Deobfuscated PHP code

<?php

shell_exec('id');

Execution traces

data/traces/1c9601e1695879ae9ea626dea3342238_trace-1676261593.2775.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 02:13:39.175320]
1	0	1	0.000148	393512
1	3	0	0.000189	393080	{main}	1		/var/www/html/uploads/info7.php	0	0
1	3	1	0.000207	393080
			0.000235	314224
TRACE END   [2023-02-13 02:13:39.175436]


Generated HTML code

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

Original PHP code

<? shell_exec('id');