The E-mail Address Guess script project

A script that try to guess e-mail addresses of people from a company, verify the generated address through network for improving confidence in the e-mail address.

Description

This project was develop as a Node.js script running on a server. It aim generate missing e-mail addresses for the contacts of a company.

It simply try to extract the pattern used by companies starting from a known e-mail address, trying most frequently used patterns.

Once the pattern was confident enough, the e-mail addresses were generated using the first & last contact’ names.

Those e-mail addresses were tested against the network to see if it really exists.

Back to Curriculum Vitae