VolatileQQ
Junior Member
- Jun 30, 2015
- 124
- 56
Hey guys,
I need to know anyone who can extract emails that can come from Facebook, Linkedin or something similar where their email username comes from scrapping their first or last name.
Example:
Jackson
(All emails from users with last name jackson)
Let me know if anyone knows any software or someone who's done this before. It use to be cake with Graph Search scraping from FB, now it's not as easy I think. :C
I need to know anyone who can extract emails that can come from Facebook, Linkedin or something similar where their email username comes from scrapping their first or last name.
Example:
Jackson
(All emails from users with last name jackson)
- Hashing takes into account capitalization and spaces, so you'll need to prepare your email addresses in order for matching to work. Make all characters in the email addresses lowercase and remove any extra spaces before or after the email addresses.
- Apply the SHA256 algorithm to your email addresses, which is an industry standard for one-way hashing. For example, the hashed version of the email [email protected] is264e53d93759bde067fd01ef2698f98d1253c730d12f021116f02eebcfa9ace6.
Let me know if anyone knows any software or someone who's done this before. It use to be cake with Graph Search scraping from FB, now it's not as easy I think. :C