Greenwolf / social_mapper

A Social Media Enumeration & Correlation Tool by Jacob Wilkin(Greenwolf)
GNU General Public License v3.0
3.76k stars 784 forks source link

Scraping Companies #189

Closed Lascodar2 closed 4 years ago

Lascodar2 commented 4 years ago

When using SM to scrape companies on LinkedIn. It logs out automatically after scraping 6 or 7 profiles. Could it be a LIn captcha?

Greenwolf commented 4 years ago

Try running with the -s option and look at what's happening in the browser?

Then you can add a sleep in the code to give you a chance to complete a captcha.

Lascodar2 commented 4 years ago

Thought of it but tried running the -s option & browser never shows.

Greenwolf commented 4 years ago

@Lascodar this means you have a problem with your selenium installation, its not social mapper.

Try installing using the python test selenium script like this: https://selenium-python.readthedocs.io/getting-started.html

Once you confirm selenium is working properly for python3, then come back to social mapper.

Lascodar2 commented 4 years ago

@Green-Wolf ran the script and it woks perfectly - browser opens makes the search and closes....

Greenwolf commented 4 years ago

I really don't know then, is gecko driver installed? Are you using OSX or Kali?