0x09AL / raven

raven is a Linkedin information gathering tool that can be used by pentesters to gather information about an organization employees using Linkedin.
773 stars 163 forks source link

Linkedin search #7

Closed redr2e closed 7 years ago

redr2e commented 7 years ago

Hey! As discussed here some hints to integrate the Linkedin search in Raven. Pop me a message if unclear:

first get company id: https://www.linkedin.com/ta/company?query= parse json response: resultList->id (could be more than 1)

get list of employees: https://www.linkedin.com/search/results/people/?facetCurrentCompany=&page=0 parse json within one of the "code" html tag, I use if "VERTICAL" in <code[n]>: to identify if I'm parsing the right json structure (there's more than 1)

Obviously you need to go through all the returned pages nad perform multiple requests to search/results/people/ with page incremented.

from here you can get firsName, lastName, occupation and few other info, without visiting the victim's profile (stealthy).

0x09AL commented 7 years ago

Thanks will totally implement this one.

0x09AL commented 7 years ago

I closed since this requires an account with a lot of connections. Thanks for the suggestions