.

Pages

Monday 10 September 2012

Command Line Google Dork Tool – GooDork

Google Dork are some special Google search queires which allows hackers to get some specific information they need.
Read: Google Hacking with Google Dorks
GooDork is a nice python script which is designed to allow users to use the Google Dork direct from the command line. The main thing about the tool is that it combines the power of Google Dork and Regular Expressions.
GooDork allows you to apply regular expressions to any and all of the follow attributes of web applications:URL
  1. Displayable Text
  2. Anchors
  3. Many more options will shortly be made available
  4. Dependencies
GooDork uses the following python packages, please make sure all of them are available
  1. python beautifulsoup4
  2. python-httplib
  3. python-urllib
  4. python-urlparse
  5. If you are using Python 2.6 you’ll most likely have all of these (except BeautifulSoup).
You can download GooDork here (using git):
Download

0 comments:

Post a Comment

-->