So I’m doing a HTB challenge where I have leveraged the targets box use of reading a file that sets a url for curl in order to transverse down the directory and display the root flag in a report that is part of the exercise. File Content: url = file:///127.0.0.1/../../../root/root.txt All cool. What I wantRead more