Wednesday, January 22, 2014

GooDork

GooDork 2.2 : Command line google dorking tool
by k3170makan

GooDork is a simple python script designed to allow you to leverage the power of google dorking straight from the comfort of your command line. GooDork offers powerfull use of googles search directives, by analyzing results from searches using regular expressions that you supply. So basically the purpose of GooDork is to combined Dorking with Regular expressions GooDork allows you to apply regular expressions to any and all of the follow attributes of web applications

*URL
*displayable Text
*anchors

Many more options will shortly be made available

Another thing I must say is that I'm using python regexes, so please read up on that, though staight forward text matching works just fine ;) GooDork 2.2 now allows the use of custom User-Agents with the '-U' switch. *** check out the 'NEW_FEATURES' file to see what I've added and improved in this version

Dependecies:

GooDork uses the following python packages to get pumping and jumping please make sure all of them are available

python beautifulsoup4
python-httplib
python-urllib
python-urlparse

See here to find out how to install BeautifulSoup4: http://www.crummy.com/software/BeautifulSoup/ You may need to install pip (pip - install Python packages) for *nix users this makes installing BeautifulSoup4 alot easier

Installing:

The only installation you need do is to download the entire script package, and make sure the dependencies -- listed above -- are installed on your machine

https://github.com/k3170makan/GooDork
© k3170makan