Directory transversal in PHP with the $_FILES array?
I’m working on a php application that is handling file upload.
I’m trying to inject a path transversal payload in the filename such as /../../../../etc/.
The thing is that the vulnerable line of code is using the filename th… Continue reading Directory transversal in PHP with the $_FILES array?