All Projects → sametsazak → linkedinscraper

sametsazak / linkedinscraper

Licence: GPL-3.0 License
LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to linkedinscraper

linky
Yet Another LInkedIn Scraper...
Stars: ✭ 44 (+100%)
Mutual labels:  scraper, osint, linkedin
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+3927.27%)
Mutual labels:  osint, infosec, redteam
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (+1722.73%)
Mutual labels:  scraper, osint, infosec
Iky
OSINT Project
Stars: ✭ 203 (+822.73%)
Mutual labels:  osint, linkedin, infosec
Operative Framework
operative framework is a OSINT investigation framework, you can interact with multiple targets, execute multiple modules, create links with target, export rapport to PDF file, add note to target or results, interact with RESTFul API, write your own modules.
Stars: ✭ 511 (+2222.73%)
Mutual labels:  scraper, osint, linkedin
PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (+13.64%)
Mutual labels:  osint, infosec
flydns
Related subdomains finder
Stars: ✭ 29 (+31.82%)
Mutual labels:  osint, infosec
dummyDLL
Utility for hunting UAC bypasses or COM/DLL hijacks that alerts on the exported function that was consumed.
Stars: ✭ 35 (+59.09%)
Mutual labels:  infosec, redteam
Jiraffe
One stop place for exploiting Jira instances in your proximity
Stars: ✭ 157 (+613.64%)
Mutual labels:  infosec, redteam
github-watchman
Monitoring GitHub for sensitive data shared publicly
Stars: ✭ 60 (+172.73%)
Mutual labels:  infosec, redteam
LinkedIn-Scraper
A LinkedIn Scraper to scrape up to 10k LinkedIn profiles from company profile links and save their e-mail addresses if available!
Stars: ✭ 62 (+181.82%)
Mutual labels:  scraper, linkedin
dorkscout
DorkScout - Golang tool to automate google dork scan against the entiere internet or specific targets
Stars: ✭ 189 (+759.09%)
Mutual labels:  scraper, osint
TIGMINT
TIGMINT: OSINT (Open Source Intelligence) GUI software framework
Stars: ✭ 195 (+786.36%)
Mutual labels:  osint, infosec
NIST-to-Tech
An open-source listing of cybersecurity technology mapped to the NIST Cybersecurity Framework (CSF)
Stars: ✭ 61 (+177.27%)
Mutual labels:  infosec, redteam
gHarvester
Proof of concept for a security issue (in my opinion) that I found in accounts.google.com
Stars: ✭ 20 (-9.09%)
Mutual labels:  scraper, osint
OSINTBookmarks
OSINT Bookmarks for Firefox / Chrome / Edge / Safari
Stars: ✭ 34 (+54.55%)
Mutual labels:  osint, redteam
MurMurHash
This little tool is to calculate a MurmurHash value of a favicon to hunt phishing websites on the Shodan platform.
Stars: ✭ 79 (+259.09%)
Mutual labels:  infosec, redteam
1earn
ffffffff0x 团队维护的安全知识框架,内容包括不仅限于 web安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux安全、各类靶机writup
Stars: ✭ 3,715 (+16786.36%)
Mutual labels:  infosec, redteam
Argos
This script will automatically set up an OSINT workstation starting from a Ubuntu OS.
Stars: ✭ 73 (+231.82%)
Mutual labels:  osint, infosec
volana
🌒 Shell command obfuscation to avoid detection systems
Stars: ✭ 38 (+72.73%)
Mutual labels:  infosec, redteam

LinkedinScraper

LinkedinScraper is an another information gathering tool written in python. You can scrape employees of companies on Linkedin.com and then create these employee names, titles and emails.

alt text

Install and Usage:

  1. First, you need to download Chrome Driver from http://chromedriver.chromium.org/downloads (to your OS(mac,windows or linux)) in same directory.

  2. Install requirements via pip3

pip3 install -r req.txt
  1. Start linkedinscraper.py
python3 linkedinscraper.py

How to scrape?:

alt text alt text

list
use 1
info
set username [email protected]
set password testpassword
set url https://www.linkedin.com/search/results/people/?facetCurrentCompany=%5B%22162479%22%5D
set page 100 (max 100)
generate

then it will write Output.csv for you. Example output.csv:

name,title
John Brown, Software Quality and Testing Manager
Emma Watson, Senior Project Manager
...
..
.

How to generate email adresses?:

alt text

list
use 2
info
use 1 (choose email pattern)
info
set Input (default: Output.csv)
set Output (output file exp : Emails.txt)
set Domain (example : test.com) -> [email protected]
generate

then it will write Emails.txt for you.

Example emails.txt (pattern 1):

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].