0 bookmark(s) - Sort by: Date ↓ / Title /
The article discusses two unexpected sources of code execution in bash: arithmetic expressions and the test -v command, which can evaluate arbitrary code under certain conditions.
if [ "${num}" -eq 42 » ]
$ [ -v 'x[$(cat /etc/passwd > /tmp/pwned) » ' ]]
First / Previous / Next / Last
/ Page 1 of 0