Skip to content

Latest commit

 

History

History
107 lines (62 loc) · 3.78 KB

README.md

File metadata and controls

107 lines (62 loc) · 3.78 KB

Contributors Forks Stargazers Issues MIT License LinkedIn

How it works

Example Screenshot

Using puppeteer-with-fingerprints, a plugin for the puppeteer framework that allows generating a browser with good and unique fingerprints, the browser will automatically create a Microsoft Account using real Italian names/surnames and real Italian words to make strong passwords.

Note: The first time you run the code there will be created a folder called "data", inside there will be the entire browser so it's normal if it takes a little time, but its just for the first run.

Built With

Node.js Puppeteer

Steps

  • Going to Outlook Register.
  • Putting a random email and names/surnames using real italian names.
  • Putting a random password using real italian words.
  • Putting a random birthday.
  • Captcha.
  • Account Done.

🚀 Getting Started

Installation

# Open a terminal

# Clone the repository
git clone https://github.com/silvestrodecaro/microsoft-account-creator.git
cd microsoft-account-creator

# Install dependencies
npm init -y
npm install puppeteer puppeteer-with-fingerprints fs

Run

node app.js

🔧 Usage

Captcha

Currently, the automatic Captcha solving feature is no longer supported. After a request of remove from the Captcha provider that I included in this repo, I have decided not to include a Captcha solver in this project. Don't worry, you can easily solve the captcha manually.

Proxy

Check line 13 if you want to use Proxies.

⚠️ Important

Update Google Chrome to the latest version to have good quality account and easy captcha, just go to chrome://settings/help for check or update Chrome Version.

📃 License

Distributed under the MIT License. See LICENSE for more information.