PHP Malware Analysis

0bc0.php

md5: 4b5bb4bb392b461f846ce9860036eb1d

Jump to:

Screenshot


Attributes


Deobfuscated PHP code

<!DOCTYPE html>
<html>
<body>

<?php 
echo "My first PHP script!";
?>

</body>
</html>

Execution traces

data/traces/4b5bb4bb392b461f846ce9860036eb1d_trace-1676259393.4888.xt
Version: 3.1.0beta2
File format: 4
TRACE START [2023-02-13 01:36:59.386667]
1	0	1	0.000152	393512
1	3	0	0.000193	393352	{main}	1		/var/www/html/uploads/0bc0.php	0	0
1	3	1	0.000211	393352
			0.000237	314224
TRACE END   [2023-02-13 01:36:59.386784]


Generated HTML code

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

My first PHP script!

</body></html>

Original PHP code

<!DOCTYPE html>
<html>
<body>

<?php
echo "My first PHP script!";
?>

</body>
</html>