PHP Malware Analysis

AcuTest5716.php

md5: 5365ae93fe7e7e60dac11afa35c0b967

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<?php

echo md5('acunetix-file-upload-test');

Execution traces

data/traces/5365ae93fe7e7e60dac11afa35c0b967_trace-1676241182.0291.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 20:33:27.926924]
1	0	1	0.000158	393576
1	3	0	0.000203	393368	{main}	1		/var/www/html/uploads/AcuTest5716.php	0	0
2	4	0	0.000219	393368	md5	0		/var/www/html/uploads/AcuTest5716.php	1	1	'acunetix-file-upload-test'
2	4	1	0.000236	393464
2	4	R			'4d02070effdd7e319ca561bc66617a8a'
1	3	1	0.000252	393368
			0.000278	314264
TRACE END   [2023-02-12 20:33:27.927078]


Generated HTML code

<html><head></head><body>4d02070effdd7e319ca561bc66617a8a</body></html>

Original PHP code

<?php echo(md5('acunetix-file-upload-test')); ?>