Dorkbot – Command-Line Tool For Google Dorking
 I found this software at darknet.org.uk dorkbot is a modular command-line tool for Google dorking, which is performing vulnerability scans against a set of web pages returned by Google search queries in a given Google Custom Search Engine.     How dorkbot works   It is broken up into two sets of modules:   Indexers – modules that issue a search query and return the results as targets  Scanners – modules that perform a vulnerability scan against each target    Targets are stored in a local database file upon being indexed. Once scanned, any vulnerabilities found by the chosen scanner are written to a standard JSON report file. Indexing and scanning processes can be run separately or combined in a single command.   dorkbot Google Vulnerability Scanner Usage                                        1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24     usage :  dorkbot . py  [ - h ]  [ - c  CONFIG ]  [ - b  BLACKLIST ]  [ - d  DATAB...

Comments
Post a Comment