Skip to content

luojunll/microsoft-account-creator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Microsoft/Outlook HQ Account Creator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%