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.
- 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.
# 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
node app.js
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.
Check line 13 if you want to use Proxies.
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.
Distributed under the MIT License. See LICENSE
for more information.