I'm lost on this one. Dose it involve reverse engineering using gdb (memory modification)? I ask because all I can think of as an injection in arg1 can't break the surrounding single quotes to form something like:
1
| wc 'blah' | cat solution.txt > 'somewhere' |
Any hint would be welcome. Thank you!