|
|
|
|
|
by kijin
5028 days ago
|
|
<?php
echo `cat ../password.txt`;
?>
That doesn't look like the work of a very talented hacker. Whatever happened to readfile() ?The attack could also have been a lot more interesting if .php files were disallowed but short snippets like this could be hidden inside GIF images. |
|
In short: the "talented hacker" is the one who compromises your system. The difficulty of execution does not matter if you get owned in the end.