Use this tool to search for a specific file type in a given domain – inspired by TheHarvester.
Usage
1 |
./goofile.py -d test.com -f txt |
-d: domain to search
-f: filetype (ex. pdf)
Written in Python and tested on 2.5 and 2.7.
Please submit any bug reports or requests to the author.
You can download Goofile v1.5 here:
Or read more here.
luller says
not very useful and looks like a noob program. it’s just an interface to a google search for filetype:ext site:domain.com and then it parses the html for the results.
Darknet says
Yah basically it is, but I find it useful enough to integrate into other scripts/tools for information gathering.
Saves writing it again, if you were looking for such a function.