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. There was a GUI tool we discussed a while back
similar to this – Goolag – GUI Tool for Google Hacking.
GooDork offers powerful use of Google’s 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:
If you are using Python 2.6 you’ll most likely have all of these (except BeautifulSoup).
You can download GooDork here (using git):
git clone https://github.com/k3170makan/GooDork
GooDork offers powerful use of Google’s 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
Dependencies
GooDork uses the following python packages, please make sure all of them are available- python beautifulsoup4
- python-httplib
- python-urllib
- python-urlparse
If you are using Python 2.6 you’ll most likely have all of these (except BeautifulSoup).
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.You can download GooDork here (using git):
git clone https://github.com/k3170makan/GooDork
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know. Be sure to check back again , after moderation i do make every effort to reply to your comments .