PDA

View Full Version : Python 3 Update for Goofile



sosukeinu
2017-04-21, 14:58
I love the tool Goofile, but was recently getting a lot of 302's from Google using it, so I took the time to update it to Python 3, and to introduce new methods using Google's custom search engine api. I'm not sure how useful it will be for everyone, but I took the time to do it, so I thought I'd share.

https://github.com/sosukeinu/goofile

Chunkingz
2017-06-08, 14:28
before we click ur link, dont you think it would be nice u put a brief description on the tool, so we know what we are going after?
what does the tool goofile do??.

sosukeinu
2017-06-08, 14:34
before we click ur link, dont you think it would be nice u put a brief description on the tool, so we know what we are going after?
what does the tool goofile do??.

Sure. From the Kali Tool listing (http://tools.kali.org/information-gathering/goofile)

"Use this tool to search for a specific file type in a given domain."

I didn't write it, just updated it to work with Python3, and added a few methods to avoid the 302 errors that Google will throw at you if you use it more than a couple times from the same IP.