Forum Discussion

rwilli80's avatar
rwilli80
Icon for Bronze I rankBronze I
6 months ago
Solved

Secure 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's avatar
    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.