https://github.com/edditdev/bulk-namecheap-email-account-creator
This script automates the creation of multiple email accounts on a web hosting control panel (cPanel-based UI) directly from the browser.
https://github.com/edditdev/bulk-namecheap-email-account-creator
bulk-email-sender email-phishing emailbot emails
Last synced: 10 months ago
JSON representation
This script automates the creation of multiple email accounts on a web hosting control panel (cPanel-based UI) directly from the browser.
- Host: GitHub
- URL: https://github.com/edditdev/bulk-namecheap-email-account-creator
- Owner: edditdev
- Created: 2025-07-26T11:32:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-26T11:37:16.000Z (10 months ago)
- Last Synced: 2025-07-26T17:31:40.813Z (10 months ago)
- Topics: bulk-email-sender, email-phishing, emailbot, emails
- Language: JavaScript
- Homepage: https://versal.codes/
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulk Email Account Creator (Browser Automation Script)
This script automates the creation of multiple email accounts on a web hosting control panel (cPanel-based UI) directly from the browser.
## What It Does
- Programmatically fills in and submits the *"Create Email Account"* form.
- Generates sequential email usernames (e.g., `emailadress1`, `emailadress2`, ..., `emailadress200`).
- Uses a fixed password for all accounts (customizable).
- Waits for form loading, handles AJAX responses, and confirms success.
- Automatically skips or aborts on server errors, max account limits, or invalid usernames.
## How It Works
- Runs **entirely in the browser** (as a bookmarklet, pasted script, or from the DevTools console).
- Waits for necessary DOM elements (username, password input, submit button).
- Triggers AngularJS model updates manually.
- Observes server XHR calls to validate account creation success.
- Handles form loading delays and resets between submissions.
## Usage
### 1. Open Your Hosting Control Panel
Navigate to the **Email Accounts** section of your hosting (cPanel or similar).
### 2. Open Developer Tools
- Press `F12` or `Ctrl+Shift+I` (Windows/Linux)
- Or `Cmd+Option+I` (macOS)
- Go to the **Console** tab.
### 3. Paste the Script
Paste the full contents of the script into the console and press `Enter`.
