This project automates the creation of Microsoft accounts using puppeteer-with-fingerprints, a plugin for the puppeteer framework. It generates accounts with realistic Italian names, surnames, and passwords, enhancing the authenticity of created accounts.
Note: The first (and only) time you run the code it will create a folder called “data” containing the entire browser, this will take a few minutes.
- Automatic generation of Microsoft accounts
- Use of real Italian names and surnames
- Creation of strong passwords using Italian words
- Option to add a recovery email
- Support for proxy usage
- Navigate to the Outlook registration page
- Input random Italian email, names, and surnames
- Generate a random password using Italian words
- Input a random birthday
- Solve CAPTCHA (manual)
- Optionally add a recovery email
- Complete account creation
- Node.js (version 12 or higher)
- Google Chrome (latest version)
# Clone the repository
git clone https://github.com/silvestrodecaro/microsoft-account-creator.git
cd microsoft-account-creator
# Install dependencies
npm install
node .
The automatic CAPTCHA solving feature is no longer supported. Following a removal request from the CAPTCHA provider previously included in this repository, I have decided to exclude any CAPTCHA solver from this project. Don't worry - you can easily solve the CAPTCHA manually when prompted during the account creation process.
To use a proxy:
- Open the
config.js
file - Set
USE_PROXY: true
- Edit proxy credentials as needed
To disable adding a recovery email:
- Open the
config.js
file - Set
ADD_RECOVERY_EMAIL: false
Note: Disabling the recovery email is not recommended.
- Ensure you have the latest version of Google Chrome installed to ensure the best account quality and easier CAPTCHA solving.
- Using this tool may violate Microsoft's Terms of Service. Use at your own risk.
Contributions are welcome! To contribute:
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.