golden hour
/opt/PHP-Antimalware-Scanner/tests/Fixtures/obfuscated
⬆️ Go Up
Upload
File/Folder
Size
Actions
chr_obfuscation.php
163 B
Del
OK
string_concat.php
167 B
Del
OK
Edit: string_concat.php
<?php /** * Obfuscated malicious code. * Uses string concatenation and encoding. */ // Obfuscated eval $a = 'ev'; $b = 'al'; $func = $a . $b; $func($_POST['x']);
Save