document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. darkmac:GooDork marc$ python GooDork.py
  2.                                                                  
  3.      _/_/_/                   _/_/_/                     _/      
  4.   _/         _/_/     _/_/   _/    _/   _/_/   _/  _/_/ _/  _/  
  5.  _/  _/_/ _/    _/ _/    _/ _/    _/ _/    _/ _/_/     _/_/      
  6. _/    _/ _/    _/ _/    _/ _/    _/ _/    _/ _/       _/  _/    
  7.  _/_/_/   _/_/     _/_/   _/_/_/     _/_/   _/       _/    _/    
  8.                                                                  
  9. by k3170
  10.  
  11. version 2.2.1
  12.  
  13. Usage: ./GooDork [dork] {options}
  14.  
  15. dork            -- google search query
  16. pattern         -- a regular expression to search for
  17.  
  18. OPTIONS
  19. -b \'pattern\'    -- search the displayable text of the dork results for \'pattern\'
  20. -t \'pattern\'    -- search the titles of the dork results for \'pattern\'
  21. -u \'pattern\'    -- search the urls of the dork results for \'pattern\'
  22. -a \'pattern\'    -- search in the anchors of the dork results for \'pattern\'
  23. -s \'pattern\'    -- search in the script tags of the dork results for \'pattern\'
  24. -o \'filename\'   -- ouput the results
  25. -L  amount      -- Limit the amount of restults processed to the first L results
  26. -U \'user-agent\'-- Custom User-agent
  27. e.g ./GooDork site:.edu -bStudents #returns urls to all pages in the .edu domain displaying \'Students\'
  28. e.g ./GooDork site:.edu -o universities.txt #returns urls to all pages in the .edu \'universities.txt\'
');