PHP Malware Analysis

tttt.php

md5: 070f13b632e3790e59e15da35dfd3b3e

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<?php

echo "test";

Execution traces

data/traces/070f13b632e3790e59e15da35dfd3b3e_trace-1676253956.629.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 00:06:22.526812]
1	0	1	0.000145	393512
1	3	0	0.000184	393064	{main}	1		/var/www/html/uploads/tttt.php	0	0
1	3	1	0.000200	393064
			0.000225	314224
TRACE END   [2023-02-13 00:06:22.526919]


Generated HTML code

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

Original PHP code

<?php
echo("test")
?>