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

bad results #4

Closed shanow7 closed 4 years ago

shanow7 commented 4 years ago

the first member of the e-mail is always the same, regardless of the searched domain???

kamila.kamyk@domain.com konrad.testowy@domain.com c2f.americas@domain.com per.markus@domain.com

kamila.kamyk@vistula.pl konrad.testowy@vistula.pl c2f.americas@vistula.pl per.markus@vistula.pl

m8sec commented 4 years ago

Hi @shanow7,

Have you tried manually executing the Google and Bing search operators to see if it is truly a false positive? If so, it may have to do with how the company name is defined. One thing I have found is to type exactly how it is formatted on linkedin:

python3 crosslinked -f '{first}.{last}@company.com' 'Company xzy'
m8sec commented 4 years ago

Closing, need more information