0

I joined a small ctf challenge and one of the challenges is that, given a webserver with a file on it, now you have to find the file on the server. The only thing that is given to you is, the url and the filename (flag.txt). I tried brute forcing common directories, google dorks, reverse shell... Nothing worked, so my last hope is to find the file due to its name.

So my question, is it possible to find a file on a webserver due to its file name?

Tazben
  • 3
  • 1

1 Answers1

0

You can't directly find it, the best option is to run a tool for path brute force (like GoBuster for example).

If it doesn't output a result, maybe you are missing something in the question?

Also maybe you missed understand the brute force tool's output and you just don't have a access to the file?

good luck!

Idan aviad
  • 34
  • 1
  • 3