PHP Malware Analysis

ggg.php

md5: 200724928a8296fb9855d5f891338b7f

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<?php

echo "helloworld";

Execution traces

data/traces/200724928a8296fb9855d5f891338b7f_trace-1676241388.8136.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 20:36:54.711449]
1	0	1	0.000209	393512
1	3	0	0.000250	393072	{main}	1		/var/www/html/uploads/ggg.php	0	0
1	3	1	0.000268	393072
			0.000295	314224
TRACE END   [2023-02-12 20:36:54.711570]


Generated HTML code

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

Original PHP code

<?php

echo "helloworld";

?>