Module Name: Linkedin Contact Crawler
Module path: recon/profiles-contacts/linkedin
Name: Linkedin Contact Crawler
Path: modules/recon/profiles-contacts/linkedin.py
Author: Mike Larch and Brian Fehrman
Description:
Harvests contact information from linkedin.com by parsing the link(s) given and adding the info to the 'contacts' table.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT url FROM profiles WHERE url IS NOT NULL ORDER BY url |
| <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 |