Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailForge is a Python 3 utility that generates email addresses by parsing and processing name inputs.

✨ Features

  • Smart Name Parsing: Automatically extracts first, middle, and last names from various input formats
  • CSV & Text Output: Export results in both CSV and plain text formats
  • Domain Customization: Easily configure target email domains
  • Batch Processing: Process hundreds of names from input files
  • Lightweight: No external dependencies, pure Python 3

📋 Prerequisites

  • Python 3.6 or higher
  • Basic command-line knowledge

🚀 Guide

# Clone the repository
git clone https://github.com/Mrdedsecurity/MailForge.git

# How to use 
cd MailForge
python3 mailforge.py --input (rawfilehere)  (Will output file as "full_list.txt")
python3 mailforge.py --input (rawfilehere) --output (outputfilehere)
python3 mailforge.py --input (rawfilehere) -v (verbose mode set)

## ⚠️ Warning
This tool can create false postives, check all output for mistakes. 

About

OSINT reconnaissance tool designed to forge clean email lists from messy raw data. Features aggressive noise filtering, duplicate prevention, and automated CSV logging with discovery timestamps.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages