| Name | Current Value | Required | Description |
|---|---|---|---|
| DORKS | /opt/recon-ng/data/github_dorks.txt | yes | file containing a list of Github dorks |
| SOURCE | default | yes | source of input (see 'show info' for details) |
| default | SELECT DISTINCT owner || '/' || name FROM repositories WHERE name IS NOT NULL AND resource LIKE 'Github' AND category LIKE 'repo' |
| <string> | string representing a single input |
| <path> | path to a file containing a list of inputs |
| query <sql> | database query returning one column of inputs |