This tool is designed to assist in penetration testing efforts by facilitating the enumeration and reconnaissance of email addresses associated with a given domain. By leveraging publicly available information, this Chrome Extension simplifies the process of gathering potential targets for further security assessment and testing.
The Email Enumeration and Reconnaissance Tool aids security professionals in identifying email addresses through Google search results. It automates the extraction of names and formats them into email addresses based on predefined formats, streamlining the initial phase of penetration testing.
- Extracts names from Google search result titles to generate email addresses.
- Supports multiple email formatting options to match common organizational patterns.
- Allows for the downloading of generated email lists for further analysis and testing.
- Clone this repository to your local machine.
- Navigate to
chrome://extensions/
in your Google Chrome browser. - Enable "Developer mode" at the top right.
- Click "Load unpacked" and select the cloned project folder.
- The extension should now be installed and visible in your extensions list.
- Perform a Google search relevant to your target domain or organization using following Google Dork:
site:linkedin.com/in "Company Name"
- Scroll till the end of the page.
- Click the extension icon in your browser to open the popup interface.
- Enter the target domain and select the desired email formats.
- Click "Go" to extract names and generate email addresses.
- Once names are extracted, the "Download" button will enable, allowing you to download the results as a
.txt
file (Click multiple formates if needed).
- Inspired by the methodologies of open-source tools such as WebPaste and GatherContacts.
- This project leverages Google search result parsing to identify potential email formats associated with a specific domain.