Is there a way to execute commands using directory traversal attacks?
For example, I am accessing a server file etc/passwdlike this
http://server.com/..%01/..%01/..%01//etc/passwd
Is there a way to run a command? How...
http://server.com/..%01/..%01/..%01//ls
..... and get a conclusion?
To be clear here, I found that on our server company. I want to increase the level of risk (or bonus points for me) by proving that it can give an attacker full access to the system.
source
share