m8sec / CrossLinked

LinkedIn enumeration tool to extract valid employee names from an organization through search engine scraping
GNU General Public License v3.0
1.3k stars 183 forks source link

No results #13

Closed Falirium closed 2 years ago

Falirium commented 2 years ago

Hello, I have tried to execute the following command : python3 test.py -f 'domain\{f}{last}' -t 15 -j 10 'capgemini' to get results of linkedin profiles of Capgemini profiles. But I get 0 results When I send the requests ( urls that i get from the logs ) manually from the browser, i see links to the Linkedin profiles. But when i tried with Insomia i get a HTML response with 200 status; but with 0 search results

m8sec commented 2 years ago

Hi @Falirium,

I tested the command provided and received results, this makes me think it may be a rate limiting issue during searching. If possible, try changing your source IP

If this continues - are you able to provide any details or screenshots? Is any additional information provided when using the --debug argument?

crypt0rr commented 2 years ago

Can reproduce the issue here. When searching with crosslinked.py the results are minimal or non existent. When manually visiting the URL crosslinked.py uses, a list of employees bound to the organisation are shown.

Tested with alternative tool (Fork or crosslinked), LeetLinked and got the same results. This might indicate that Google and/or Bing has updated something?

Edit: it looks like the issue is created by the consent/cookie page Google serves.