Recursive dir search

Thanks for replies. Anyways, wfuzz is not able to do what I want since it requires (in recursive mode) to have FUZZ keyword at the and of URL. That’s not what I’m looking for.

I tried dirsearch but it also won’t help me, because of trailing /.
As @rulzgz wrote, if I’d search for dirs with wordlist recursively, dirsearch will append / to the end of path. While this is fine for dirs, it won’t work for files.
Example:

dirsearch will find recursively directories, but it won’t find a specific file in a dir.
It’ll find this: http://somesite/blah.php?file=../../../../../some/hidden/dir
but won’t find this: http://somesite/blah.php?file=../../../../../some/hidden/dir/myfile.txt
because it’ll append slash to the path like this:
http://somesite/blah.php?file=../../../../../some/hidden/dir/myfile.txt/ which will return error.

@choupit0 - thanks, but ur command didn’t work for me either :<

Maybe I’m trying to knock out open door but how else I’d find that dir in Tabby machine?
You know what dir I mean rigth? Was the only way to find it educated guess? Or was it possible with tool? Which one?