Forum Discussion
rwilli80
Bronze I
2 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
netcat
Silver III
27 days agoWhich lab?
And most likely "../" is filtered out, so you must try something else, e.g. url encode the string or similar alternatives.