I'm looking for a tool which can scan all possible filename combinations on a server and tells you what filenames the server responded to.
So it would try something like: example.com/a
, example.com/b
, ... , example.com/css
, ... .
It would the check if the answer from the server is a 403 or something like that and try the next one.