Skip to content

Latest commit

 

History

History
69 lines (50 loc) · 1.69 KB

README.md

File metadata and controls

69 lines (50 loc) · 1.69 KB

Obtain employee names and email addresses based on LinkedIn data
GoalInstallationUsageIssuesLicense
Built with ❤ by the Northwave Red Team


Goal

Obtain employee names and email addresses based on LinkedIn data.

Installation

pip install git+https://github.com/NorthwaveSecurity/linkedin-crawler

or

make install

Usage

Copy settings.example.toml to settings.toml and set the cookie values based on the values of a logged-in browser session. You can also install a settings file in ~/.config/linkedin_crawler/settings.toml

Search for a company's employees on LinkedIn and copy the company ID from the URL:

linkedin search

linkedin_crawler <company_id> <email_domain>
linkedin_crawler --help

Tests

make tests

Issues

Issues or new features can be reported via the Github issue tracker. Please make sure your issue or feature has not yet been reported by anyone else before submitting a new one.

License

LinkedIn Crawler is open-sourced software licensed under the MIT license.