GooDork v2.2.1 : Custom User-Agents and More Results


The new version of the GooDork is out. I've decided to give you guys a crash course in using the new features.










Custom User-Agent

Using the custom user agent is as simple as supplying the switch with the argument you wish to use as a User-Agent string (much like the -A switch for Curl!)
As an example you may run a GooDork like this:
./GooDork site:www.google.com -UMozilla
GooDork will then inform you that the user agent was set by printing out the following (while its running the query):
Feedback from GooDork
 This just means that everytime GooDork sends a request (which will always be GET requests) it will supply the User-Agent header set to the value you specified.








And its that easy!!

More Results!

GooDork is now capable of sneaking more results out of a google search using the 'start' parameter. I must admit I've hacked out this little improvement but it does the job thought! Better improvement will be made
An average of about 500 results can be expected
Get the new version here: https://github.com/k3170makan/GooDork
  
I've also written a simple bash script that unleashes GooDork's power on unsuspecting hosting companies, all you need to do is slip it a subnet value and it looks up information on all the hosted sites in that domain. Check this out at

Thanks again!!


Comments

  1. There seems to be a problem with the script. It shows 0 results for any search even though I can see proper search results in my sniffer. Let me know if you need any more info.

    ReplyDelete
  2. Uploaded screenshot here : http://postimage.org/image/gjytyqqmz/

    ReplyDelete
  3. Thats odd. I'm gonna run the same dork at home, and see what I get. I may have changed some small logic check inadvertently.

    Do the previous versions of GooDork work on your macine?

    ReplyDelete
  4. This is the results I get from

    ./GooDork site:imbd.com > output;

    more output


    _/_/_/ _/_/_/ _/
    _/ _/_/ _/_/ _/ _/ _/_/ _/ _/_/ _/ _/
    _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/_/
    _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
    _/_/_/ _/_/ _/_/ _/_/_/ _/_/ _/ _/ _/


    _ _ _______ _ _____ ____
    | |__ _ _ | |/ /___ /| |___ / /\ \
    | '_ \| | | | | / / |_ \| | / / | | |
    | |_) | |_| | | \ \ ___) | | / /| | | |
    |_.__/ \__, | | |\_\____/| |/_/ | | | |
    |___/ |_| |_| \_\/_/

    ===================================
    []
    step: 101 ,results: 100
    step: 201 ,results: 100
    step: 301 ,results: 100
    step: 401 ,results: 100
    step: 501 ,results: 100
    step: 601 ,results: 100
    step: 701 ,results: 83
    step: 801 ,results: 83
    step: 901 ,results: 83
    step: 901 ,results: 0
    Results:
    http://www.imdb.com/title/tt1411238/
    http://www.imdb.com/title/tt0119282/
    http://www.imdb.com/title/tt0099422/
    http://www.imdb.com/name/nm0469823/
    http://www.imdb.com/title/tt1612578/
    http://www.imdb.com/list/7r5sfZkX2QY/
    http://www.imdb.com/title/tt0221027/
    http://www.imdb.com/title/tt0315297/
    http://www.imdb.com/title/tt0073631/
    http://www.imdb.com/title/tt1656190/
    http://www.imdb.com/news/ns0000299/
    http://www.imdb.com/title/tt0363163/
    http://www.imdb.com/title/tt0090605/
    http://www.imdb.com/name/nm3747326/
    http://www.imdb.com/title/tt0731736/
    http://www.imdb.com/title/tt0028872/
    http://www.imdb.com/title/tt0267626/
    http://www.imdb.com/title/tt0081696/
    http://www.imdb.com/title/tt0092699/
    http://www.imdb.com/title/tt0030341/
    http://www.imdb.com/tv/
    http://www.imdb.com/title/tt0016220/
    http://www.imdb.com/title/tt0119925/
    http://www.imdb.com/title/tt0070511/
    http://www.imdb.com/name/nm1299737/
    http://www.imdb.com/name/nm0000640/
    http://www.imdb.com/title/tt0059978/
    http://www.imdb.com/title/tt0876563/
    http://www.imdb.com/title/tt1448755/
    http://www.imdb.com/name/nm4033934/
    http://www.imdb.com/name/nm0318821/
    http://www.imdb.com/name/nm0788335/
    http://www.imdb.com/title/tt0120663/
    http://www.imdb.com/title/tt0185125/
    http://www.imdb.com/title/tt1568911/
    http://www.imdb.com/name/nm0654110/
    http://www.imdb.com/company/co0095173/
    http://www.imdb.com/title/tt0449088/
    http://www.imdb.com/name/nm1086543/
    http://www.imdb.com/title/tt0116209/
    http://www.imdb.com/title/tt0084237/
    Found 673 results in 36.002793 seconds

    ReplyDelete
  5. I've omitted alot of the results here because they wouldn't fit into one comment lols, are you still having problems?

    ReplyDelete

Post a Comment