Skip to content

Options & Arguments

Richard Mwewa edited this page Apr 24, 2023 · 3 revisions

Options & Arguments

Option Argument Usage
-c/--count number number of dork results to return (default is 10)
-0/--output filename write output to a specified file
-v/--version show program's version number and exit

Or run the following to see the help menu

oxdork --help

Output should look like the following

usage: oxdork.exe [-h] [-c COUNT] [-o OUTPUT] [-v] query

Google dorking tool — by Richard Mwewa (https://about.me/rly0nheart)

positional arguments:
  query                 query string or text file containing queries

options:
  -h, --help            show this help message and exit
  -c COUNT, --count COUNT
                        number of results to show (default 10).
  -o OUTPUT, --output OUTPUT
                        write output to specified file.
  -v, --version         show program's version number and exit

oxDork uses Google dorking techniques and Google dorks to find security holes and misconfigurations in web servers.```
Clone this wiki locally