Module Name: Dev Diver Repository Activity Examiner
Module path: recon/profiles-contacts/dev_diver
Name: Dev Diver Repository Activity Examiner
Path: modules/recon/profiles-contacts/dev_diver.py
Author: Micah Hoffman (@WebBreacher)
Description:
Searches public code repositories for information about a given username.
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 |
| <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 |