|
|
|
|
|
by JonChesterfield
813 days ago
|
|
A text file can contain a malicious payload in exactly the same way a binary file can. If you want to get paranoid about a test subdirectory, stash the payload in comments or formatting choices in the source code itself. It's great to say "aha, this particular exploit would be deleted by not having binary files in a test directory!", but that totally misses the point that you can put the bytes you want in other places, such as in the source code which is itself a load of bytes. See also polyglot programs and the code is data premise. |
|