Module Name: Github Resource Miner
Module path: recon/companies-multi/github_miner
Name: Github Resource Miner
Path: modules/recon/companies-multi/github_miner.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Uses the Github API to enumerate repositories and member profiles associated with a company search string. Updates the respective tables with the results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT company FROM companies WHERE company IS NOT NULL |
| <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 |