hackIDE
hackIDE copied to clipboard
Bug PHP Code Injection
Hello, i found PHP Code injection
Iam using system() function in PHP to test it, when run simple php code injection payload
<?php system('cat /etc/passwd'); ?>
The output will be like this

It seems like this issue is not reproducible or has been resolved.