Module Name: Linkedin Profile Crawler
Module path: recon/profiles-profiles/linkedin_crawl
Name: Linkedin Profile Crawler
Path: modules/recon/profiles-profiles/linkedin_crawl.py
Author: Mike Larch and Brian Fehrman (@fullmetalcache)
Description:
Harvests profiles from linkedin.com by visting the given link(s), crawling the "Viewers of this profile also viewed", parsing the pages, and adding new profiles to the 'profiles' table
Options:
| Name |
Current Value |
Required |
Description |
| PREVIOUS |
False |
yes |
include previous employees |
| 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 |