| Name | Current Value | Required | Description |
|---|---|---|---|
| KEYWORDS | /opt/recon-ng/data/gist_keywords.txt | yes | file containing a list of keywords |
| SOURCE | default | yes | source of input (see 'show info' for details) |
| default | SELECT DISTINCT url FROM repositories WHERE url IS NOT NULL AND resource LIKE 'Github' AND category LIKE 'gist' |
| <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 |