Forum Discussion
rwilli80
Bronze I
6 months agoSecure testing Directiory transversal lab
I have attempted https://quick.cloud/filelist?file=../../../../../../../../etc/passwd with variations between 1 and 30 ../ what am I doing wrong
- 6 months ago
Which lab?
And most likely "../" is filtered out, so you must try something else, e.g. url encode the string or similar alternatives.
netcat
Silver III
6 months agoWhich lab?
And most likely "../" is filtered out, so you must try something else, e.g. url encode the string or similar alternatives.