Module Name: Github Code Enumerator
Module path: recon/profiles-repositories/github_repos
Name: Github Code Enumerator
Path: modules/recon/profiles-repositories/github_repos.py
Author: Tim Tomes (@LaNMaSteR53)
Description:
Uses the Github API to enumerate repositories and gists owned by a Github user. Updates the 'repositories' table 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 username FROM profiles WHERE username IS NOT NULL AND resource LIKE 'Github' |
| <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 |