Goofile v1.5 – Search For A Specific File Type In A Given Domain.
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.
Recent in Hacking Tools:
- Web-Sorrow v1.48 – Version Detection, CMS Identification, Enumeration & Server Scanning Tool
- CrowdRE – Crowdsourced Reverse Engineering Service From CrowdStrike
- XMPPloit – A Tool to Attack XMPP Connections
Related Posts:
- tcpxtract – Extract Files from Network Traffic AKA Carving
- ADTool – Active Directory Domain Listing Tool
- Windows XP ToolBox
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,794,819 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 992,596 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 587,748 views


Posted in:


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.
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.