Closed caltry closed 12 years ago
We can read files in subdirectories, but not files in the root directory. So, we can read '/etc/motd' but we can't read '/test.txt'.
This is a problem with the way that I do directory traversals.
c3636e8 has been merged into master.
We can read files in subdirectories, but not files in the root directory. So, we can read '/etc/motd' but we can't read '/test.txt'.
This is a problem with the way that I do directory traversals.