Mail Brute best and fast bulk smtp checker (1 Viewer)

Currently reading:
 Mail Brute best and fast bulk smtp checker (1 Viewer)

Recently searched:

imadmaach

Member
LV
2
Joined
Aug 22, 2022
Threads
1
Likes
4
Awards
5
Credits
516©
Cash
0$

Cc

Overview​

This script is designed to validate SMTP credentials by attempting to log in and send test emails. It also submits valid SMTP credentials to a remote PHP server silently without displaying any messages related to the submission.

Features​

  • ✅ Checks SMTP Credentials (Valid/Invalid)
  • ✅ Displays Success/Failure Messages
  • ✅ Allows Hiding Smtp Passwords in Output
  • ✅ Random or Default Email Subject Selection
  • ✅ Uses Multi-threading for Faster Processing
  • ✅ Progress Bar with tqdm
  • ✅ Keyboard Shortcut (ESC) to Stop the Script

Requirements​

Ensure you have the following Python modules installed:

pip install smtplib requests tqdm colorama pyfiglet keyboard

Usage​

  1. Run the script:
    python smtp_checker.py
  2. Enter Required Details:
    • Whether to show passwords in the output (y/n)
    • Subject type: random (r) or default (d)
    • Path to the SMTP list file (Format: HOST|PORT|USER|PASS per line)
    • Recipients' email addresses (comma-separated)
    • Number of threads to use
  3. Progress Bar will show execution progress.

SMTP List Format​

Your SMTP list should be structured as follows:

smtp.example.com|587|user@example.com|password123
mail.server.com|465|admin@mail.com|adminpass
Each SMTP entry should be on a new line.

Notes​

  • The script automatically obfuscates the PHP endpoint.
  • Messages related to sending data to the PHP server are hidden.
  • You can press ESC at any time to stop the script.


Download:



 
  • Like
Reactions: cauamonline123, mr.rabbit, travis-scot and 1 other person

hilltimoth

Member
LV
2
Joined
Aug 21, 2023
Threads
13
Likes
145
Awards
6
Credits
25,730©
Cash
0$

View attachment 277705

Overview​

This script is designed to validate SMTP credentials by attempting to log in and send test emails. It also submits valid SMTP credentials to a remote PHP server silently without displaying any messages related to the submission.

Features​

  • ✅ Checks SMTP Credentials (Valid/Invalid)
  • ✅ Displays Success/Failure Messages
  • ✅ Allows Hiding Smtp Passwords in Output
  • ✅ Random or Default Email Subject Selection
  • ✅ Uses Multi-threading for Faster Processing
  • ✅ Progress Bar with tqdm
  • ✅ Keyboard Shortcut (ESC) to Stop the Script

Requirements​

Ensure you have the following Python modules installed:

pip install smtplib requests tqdm colorama pyfiglet keyboard

Usage​

  1. Run the script:
    python smtp_checker.py
  2. Enter Required Details:
    • Whether to show passwords in the output (y/n)
    • Subject type: random (r) or default (d)
    • Path to the SMTP list file (Format: HOST|PORT|USER|PASS per line)
    • Recipients' email addresses (comma-separated)
    • Number of threads to use
  3. Progress Bar will show execution progress.

SMTP List Format​

Your SMTP list should be structured as follows:

smtp.example.com|587|user@example.com|password123
mail.server.com|465|admin@mail.com|adminpass
Each SMTP entry should be on a new line.

Notes​

  • The script automatically obfuscates the PHP endpoint.
  • Messages related to sending data to the PHP server are hidden.
  • You can press ESC at any time to stop the script.


Download:



*** Hidden text: cannot be quoted. ***
 

mr.rabbit

Member
LV
1
Joined
Sep 22, 2024
Threads
13
Likes
9
Awards
4
Credits
1,665©
Cash
0$

View attachment 277705

Overview​

This script is designed to validate SMTP credentials by attempting to log in and send test emails. It also submits valid SMTP credentials to a remote PHP server silently without displaying any messages related to the submission.

Features​

  • ✅ Checks SMTP Credentials (Valid/Invalid)
  • ✅ Displays Success/Failure Messages
  • ✅ Allows Hiding Smtp Passwords in Output
  • ✅ Random or Default Email Subject Selection
  • ✅ Uses Multi-threading for Faster Processing
  • ✅ Progress Bar with tqdm
  • ✅ Keyboard Shortcut (ESC) to Stop the Script

Requirements​

Ensure you have the following Python modules installed:

pip install smtplib requests tqdm colorama pyfiglet keyboard

Usage​

  1. Run the script:
    python smtp_checker.py
  2. Enter Required Details:
    • Whether to show passwords in the output (y/n)
    • Subject type: random (r) or default (d)
    • Path to the SMTP list file (Format: HOST|PORT|USER|PASS per line)
    • Recipients' email addresses (comma-separated)
    • Number of threads to use
  3. Progress Bar will show execution progress.

SMTP List Format​

Your SMTP list should be structured as follows:

smtp.example.com|587|user@example.com|password123
mail.server.com|465|admin@mail.com|adminpass
Each SMTP entry should be on a new line.

Notes​

  • The script automatically obfuscates the PHP endpoint.
  • Messages related to sending data to the PHP server are hidden.
  • You can press ESC at any time to stop the script.


Download:



*** Hidden text: cannot be quoted. ***
thnks
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom