Skip to content

jlaiii/Account-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Python Script for Generating Random Accounts

This script is a Python script that generates and registers random accounts on a website. It does this by sending a POST request to the website with randomly generated usernames, passwords, and email addresses. The script also saves the generated accounts to a file on the user's desktop.

Requirements

In order to run this script, you will need to have the following Python libraries installed:

  • requests

You can install these libraries using pip, the Python package manager. For example, to install the requests library, you can run the following command:

Usage

To use this script, simply run it using Python. It will create 10 threads, each of which will generate and register a random account on the website. The accounts will be saved to a file on the user's desktop, and the generated username, password, and email will be printed to the console.

Customization

You can customize this script by modifying the following variables:

  • email_domains: a list of popular email domains that will be used to generate the email addresses
  • special_characters: a string containing special characters that will be used to generate the passwords
  • names: a list of names that will be used to generate the usernames
  • payload: a dictionary containing the payload to be sent in the POST request
  • response: the URL to which the POST request will be sent
  • file_path: the path to the file where the generated accounts will be saved

You can also customize the script by modifying the generate_email, generate_password, and generate_username functions, which are responsible for generating the email addresses, passwords, and usernames, respectively.

Warning

Please be aware that this script may be illegal or unethical in some jurisdictions. Use it for educational purposes only and do not use it to engage in any illegal or unethical activities. Use it at your own risk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors