I didn't find anything similar (at least for free) so I wrote it myself in C++.
This script generates a lot of gmail accounts from one by using dots in different places. For instance from email like vanillaface{emailsymbol}gmail{dot}com it becomes something like va.n.ill.a.face{emailsymbol}gmail{dot}com and all other possible variations are saved in file.
This is useful when registering at forums since forums count all the variations as separate emails.
Was tested out with 12345678901234567890{emailsymbol}gmail{dot}com email (20 symbols in prefix) and it generated 21MB file of emails in ~5 secs.
USAGE:
1. Run the program
2. Enter email
3. Your emails will be created in file "emails.txt" which will be in the same folder you run the program
Source (I post this because VirusTotal shows one virus so you could compile it yourself if you dont trust download):
View attachment main.cpp.rtf
This script generates a lot of gmail accounts from one by using dots in different places. For instance from email like vanillaface{emailsymbol}gmail{dot}com it becomes something like va.n.ill.a.face{emailsymbol}gmail{dot}com and all other possible variations are saved in file.
This is useful when registering at forums since forums count all the variations as separate emails.
Was tested out with 12345678901234567890{emailsymbol}gmail{dot}com email (20 symbols in prefix) and it generated 21MB file of emails in ~5 secs.
USAGE:
1. Run the program
2. Enter email
3. Your emails will be created in file "emails.txt" which will be in the same folder you run the program
Source (I post this because VirusTotal shows one virus so you could compile it yourself if you dont trust download):
View attachment main.cpp.rtf
Code:
virustotal.com/file-scan/report.html?id=a5db6f0f9c1c5bdce9afb32168f4eaec0c43b8078647f32d4f5b9bd95bb3cd46-1322298453
Code:
Download:
multiupload.com/FNCVBNMR90
Last edited: