Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
5,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.36 KB | None | 0 0
  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'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement