Your assumption seems wrong:
Indeed, some of these symbols forming a subset of shell escape symbols, but there are some exceptions: [ ] ( ) " : < > ? are shown by eips without any error
file eips
eips: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 2.6.16, stripped
and I know how to cook shell escape characters properly.
Quote:
Originally Posted by knc1
Surprise, surprise - those are all reserved characters in the shell and I think eips is a shell script.
Check that and check how you are escaping the characters.
Try setting it to Russian and then try Russian characters.
It should work - I do not know what escaping that needs to be used, if any.
|