Skip to content

0x178F/YandexMail-Account-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/0x178F/YandexMail-Account-Creator

Requirements

Python 3.6+
pip install -r requirements.txt

Usage

python main.py

Configuration

Edit the settings.json file.

Config Usage
captcha_service "twocaptcha" for 2Captcha, "capmonster" for CapMonster
api_key 2Captcha API key you will use to solve captcha
secret_question secret question to be created when registering
secret_answer secret answer to be created when registering

If you have a first and last name list, you can add it to the firstname.txt and lastname.txt files in the data folder.

If you want to use a proxy, you can add it to the proxylist.txt file in the data folder.

Proxy Format: ip:port or user:pass@10.10.1.10:3128

Features

  • Proxy Support.
  • Adb Support.
  • Multi-Thread.
  • Enabling optional imap when creating an account.
  • Auto generates all information except name and surname.

Screenshot

YandexMail-Creator-Bot