Skip to content

Instantly share code, notes, and snippets.

@dtaivpp
Last active November 3, 2021 23:14
Show Gist options
  • Save dtaivpp/98e620bef8e101998b5653ff26173438 to your computer and use it in GitHub Desktop.
Save dtaivpp/98e620bef8e101998b5653ff26173438 to your computer and use it in GitHub Desktop.
usage: ghdorker [-h] [-v] [-s {repo,user,org}] [-d DORKS] [--debug] [-o OUTPUT_FILENAME] [--options INPUT_OPTION [INPUT_OPTION ...]] search
Search github for github dorks
positional arguments:
search The repo, username, or organization you would like to search
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-s {repo,user,org}, --scope {repo,user,org}
The type of GitHub object you would like to search
-d DORKS, --dorks DORKS
Github dorks file. Eg: dorks.txt/yaml
--debug Set this if you would like to see verbose logging.
-o OUTPUT_FILENAME, --outputFile OUTPUT_FILENAME
File to write results to. This overwrites the file provided! Accepts .json or .csv as output file types.
--options INPUT_OPTION [INPUT_OPTION ...]
YAML Options to target for dorking for example: all.cloud.aws
Use responsibly, Enjoy pentesting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment