Email-bomber - Email bomber unlike other email bombers u don't need your gmail email id to use this

Overview

email-bomber

this is a email bomber unlike other email bombers u don't need your gmail email id to use this

Disclaimer

This tool is for educational purposes only ! Don't use this to take revenge
I will not be responsible for any misuse

About

  • Unlimited Usage !
  • Cross Platform
  • Supports newest Android also

Tested On :

  • Kali Linux
  • Termux
  • Ubuntu
  • Parrot Sec OS
  • Kali nethunter
  • Alpine linux
  • windows

Termux Issue:

  • Termux App is no longer recieving updates on playstore
  • due to recently introduced Google Play policy

DON'T WORRY

  • We have a solution for that !

You can download the latest termux app and install it

From here Link

usage

for termux

update the packages

pkg up -y

Install some dependencies

pkg install git python3 -y
pip3 install requests

Clone the repository

git clone https://github.com/bagarrattaa/email-bomber

Go to the email-bomber directory

cd email-bomber

Run the script

python3 emailbomber.py

for windows

download latest version from this link and run it

You might also like...
GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the mail server hosting the address, making it into some form of denial of service attack.

GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the mail server hosting the address, making it into some form of denial of service attack.

faceFarm is an active yahoo email detection script that functions to take over the facebook account using email.

faceFarm – The simple Email Detector. Email Valid Detector for Facebook (Yahoo) faceFarm is an active yahoo email detection script that functions to t

This Python program generates a random email address and password from a 2 big lists and checks the generated email.
This Python program generates a random email address and password from a 2 big lists and checks the generated email.

This Python program generates a random email address and password from a 2 big lists and checks the generated email.

Email-osint - Email OSINT tool written in python3
Email-osint - Email OSINT tool written in python3

Email-osint - Email OSINT tool written in python3

This library is helpful when creating accounts, it has everything you need for this

AccountGeneratorHelper Library to facilitate accounts generation. Unofficial API for temp email services. Receive SMS from free services. Parsing and

SMTP In some vulnerable configurations, email servers can also be aggregated Use information that gives us information about the host or network Give

SMTP In some vulnerable configurations, email servers can also be aggregated Use information that gives us information about the host or network Give. The SMTP protocol supports some basic commands such as VRFY and EXPN Slowly A VRFY request asks the server to verify an email address while Which requests an EXPN request for email list membership. These requests are The power is sometimes misused to verify the existence of a user on the email server Used by hackers later

Mailer is python3 script use for sending spear-phishing to target email...It was created by Spider Anongreyhat
Mailer is python3 script use for sending spear-phishing to target email...It was created by Spider Anongreyhat

Mailer Mailer is a python3 script. It's used for sending spear-phishing to target email...It was created by Spider Anongreyhat Screenshots Installatio

A package for sending email from your Pyramid application

pyramid_mailer pyramid_mailer is a package for sending email from your Pyramid application. It is compatible with Python 2.7, 3.4, 3.5, 3.6, and 3.7 a

Will iterate through a list of emails on an attached csv file and email all of them a message of your choice

Email_Bot Will iterate through a list of emails on an attached csv file and email all of them a message of your choice. Before using, make sure you al

Comments
  • It broke again

    It broke again

    failed to send msg please report this error to developer the responce reseaved from the server was: 6

    urllib.error.HTTPError: HTTP Error 400: Bad Request // Werkzeug Debugger

    HTTPError

    urllib.error.HTTPError: HTTP Error 400: Bad Request

    Traceback (most recent call last)

    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 2095, in __call__

          def __call__(self, environ: dict, start_response: t.Callable) -> t.Any:
              """The WSGI server calls the Flask application object as the
              WSGI application. This calls :meth:`wsgi_app`, which can be
              wrapped to apply middleware.
              """
              return self.wsgi_app(environ, start_response)
    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 2080, in wsgi_app

                  try:
                      ctx.push()
                      response = self.full_dispatch_request()
                  except Exception as e:
                      error = e
                      response = self.handle_exception(e)
                  except:  # noqa: B001
                      error = sys.exc_info()[1]
                      raise
                  return response(environ, start_response)
              finally:
    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 2077, in wsgi_app

              ctx = self.request_context(environ)
              error: t.Optional[BaseException] = None
              try:
                  try:
                      ctx.push()
                      response = self.full_dispatch_request()
                  except Exception as e:
                      error = e
                      response = self.handle_exception(e)
                  except:  # noqa: B001
                      error = sys.exc_info()[1]
    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1525, in full_dispatch_request

                  request_started.send(self)
                  rv = self.preprocess_request()
                  if rv is None:
                      rv = self.dispatch_request()
              except Exception as e:
                  rv = self.handle_user_exception(e)
              return self.finalize_request(rv)
       
          def finalize_request(
              self,
              rv: t.Union[ResponseReturnValue, HTTPException],
    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1523, in full_dispatch_request

              self.try_trigger_before_first_request_functions()
              try:
                  request_started.send(self)
                  rv = self.preprocess_request()
                  if rv is None:
                      rv = self.dispatch_request()
              except Exception as e:
                  rv = self.handle_user_exception(e)
              return self.finalize_request(rv)
       
          def finalize_request(
    • File "/usr/local/lib/python3.10/dist-packages/flask/app.py", line 1509, in dispatch_request

                  getattr(rule, "provide_automatic_options", False)
                  and req.method == "OPTIONS"
              ):
                  return self.make_default_options_response()
              # otherwise dispatch to the handler for that endpoint
              return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
       
          def full_dispatch_request(self) -> Response:
              """Dispatches the request and on top of that performs request
              pre and postprocessing as well as HTTP exception catching and
              error handling.
    • File "/data/bomber2.py", line 56, in bomb6

          a5.send(to=t,subject=s,contents=m)
          return "Sent"
      @app.route("/6/bomb/<string:t>/<string:s>/<string:m>")
      def bomb6(t,s,m):
          time.sleep(delay)
          a6.send(to=t,subject=s,contents=m)
          return "Sent"
      @app.route("/7/bomb/<string:t>/<string:s>/<string:m>")
      def bomb7(t,s,m):
          time.sleep(delay)
          a7.send(to=t,subject=s,contents=m)
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/sender.py", line 156, in send

              prettify_html=True,
              message_id=None,
              group_messages=True,
          ):
              """ Use this to send an email with gmail"""
              self.login()
              recipients, msg_bytes = self.prepare_send(
                  to,
                  subject,
                  contents,
                  attachments,
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/sender.py", line 208, in login

              except (TypeError, AttributeError, smtplib.SMTPServerDisconnected):
                  pass
       
          def login(self):
              if self.oauth2_file is not None:
                  self._login_oauth2(self.credentials)
              else:
                  self._login(self.credentials)
       
          def _login(self, password):
              """
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/sender.py", line 248, in _login_oauth2

              self.smtp = self.connection(self.host, self.port, **self.kwargs)
              try:
                  self.smtp.set_debuglevel(self.debuglevel)
              except AttributeError:
                  pass
              auth_string = self.get_oauth_string(self.user, oauth2_info)
              self.smtp.ehlo(oauth2_info["google_client_id"])
              if self.starttls is True:
                  self.smtp.starttls()
              self.smtp.docmd("AUTH", "XOAUTH2 " + auth_string)
       
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/sender.py", line 238, in get_oauth_string

          def handle_password(user, password):
              return handle_password(user, password)
       
          @staticmethod
          def get_oauth_string(user, oauth2_info):
              return get_oauth_string(user, oauth2_info)
       
          def _login_oauth2(self, oauth2_info):
              if "email_address" in oauth2_info:
                  oauth2_info.pop("email_address")
              self.smtp = self.connection(self.host, self.port, **self.kwargs)
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/oauth2.py", line 96, in get_oauth_string

          response = call_refresh_token(google_client_id, google_client_secret, google_refresh_token)
          return response['access_token'], response['expires_in']
       
       
      def get_oauth_string(user, oauth2_info):
          access_token, expires_in = refresh_authorization(**oauth2_info)
          auth_string = generate_oauth2_string(user, access_token, as_base64=True)
          return auth_string
       
       
      def get_oauth2_info(oauth2_file):
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/oauth2.py", line 91, in refresh_authorization

          response = call_authorize_tokens(google_client_id, google_client_secret, authorization_code)
          return response['refresh_token'], response['access_token'], response['expires_in']
       
       
      def refresh_authorization(google_client_id, google_client_secret, google_refresh_token):
          response = call_refresh_token(google_client_id, google_client_secret, google_refresh_token)
          return response['access_token'], response['expires_in']
       
       
      def get_oauth_string(user, oauth2_info):
          access_token, expires_in = refresh_authorization(**oauth2_info)
    • File "/usr/local/lib/python3.10/dist-packages/yagmail/oauth2.py", line 71, in call_refresh_token

          params['client_secret'] = client_secret
          params['refresh_token'] = refresh_token
          params['grant_type'] = 'refresh_token'
          request_url = command_to_url('o/oauth2/token')
          encoded_params = urlencode(params).encode('UTF-8')
          response = urlopen(request_url, encoded_params).read().decode('UTF-8')
          return json.loads(response)
       
       
      def generate_oauth2_string(username, access_token, as_base64=False):
          auth_string = 'user=%s\1auth=Bearer %s\1\1' % (username, access_token)
    • File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen

              opener = build_opener(https_handler)
          elif _opener is None:
              _opener = opener = build_opener()
          else:
              opener = _opener
          return opener.open(url, data, timeout)
       
      def install_opener(opener):
          global _opener
          _opener = opener
       
    • File "/usr/lib/python3.10/urllib/request.py", line 525, in open

       
              # post-process response
              meth_name = protocol+"_response"
              for processor in self.process_response.get(protocol, []):
                  meth = getattr(processor, meth_name)
                  response = meth(req, response)
       
              return response
       
          def _open(self, req, data=None):
              result = self._call_chain(self.handle_open, 'default',
    • File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response

              code, msg, hdrs = response.code, response.msg, response.info()
       
              # According to RFC 2616, "2xx" code indicates that the client's
              # request was successfully received, understood, and accepted.
              if not (200 <= code < 300):
                  response = self.parent.error(
                      'http', request, response, code, msg, hdrs)
       
              return response
       
          https_response = http_response
    • File "/usr/lib/python3.10/urllib/request.py", line 563, in error

              if result:
                  return result
       
              if http_err:
                  args = (dict, 'default', 'http_error_default') + orig_args
                  return self._call_chain(*args)
       
      # XXX probably also want an abstract factory that knows when it makes
      # sense to skip a superclass in favor of a subclass and when it might
      # make sense to include both
       
    • File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain

              # the request, or return None if they can't but another handler
              # could.  Otherwise, they return the response.
              handlers = chain.get(kind, ())
              for handler in handlers:
                  func = getattr(handler, meth_name)
                  result = func(*args)
                  if result is not None:
                      return result
       
          def open(self, fullurl, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT):
              # accept a URL or a Request object
    • File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default

       
          https_response = http_response
       
      class HTTPDefaultErrorHandler(BaseHandler):
          def http_error_default(self, req, fp, code, msg, hdrs):
              raise HTTPError(req.full_url, code, msg, hdrs, fp)
       
      class HTTPRedirectHandler(BaseHandler):
          # maximum number of redirections to any single URL
          # this is needed because of the state that cookies introduce
          max_repeats = 4
    urllib.error.HTTPError: HTTP Error 400: Bad Request

    This is the Copy/Paste friendly version of the traceback.

    The debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error. If you enable JavaScript you can also use additional features such as code execution (if the evalex feature is enabled), automatic pasting of the exceptions and much more.
    <div class="pin-prompt">
      <div class="inner">
        <h3>Console Locked</h3>
        <p>
          The console is locked and needs to be unlocked by entering the PIN.
          You can find the PIN printed out on the standard output of your
          shell that runs the server.
        <form>
          <p>PIN:
            <input type=text name=pin size=14>
            <input type=submit name=btn value="Confirm Pin">
        </form>
      </div>
    </div>
    
    opened by Magnemice 6
  • Error after a couple messages

    Error after a couple messages

    failed to send msg please report this error to developer the responce reseaved from the server was: 20

    500 Internal Server Error

    Internal Server Error

    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

    opened by Magnemice 1
  • Failed to send message

    Failed to send message

    Everything worked fine for about 12 emails, then I got this message, has happened every time I try.

    12 msgs sent
    failed to send msg 
    please report this error to developer 
    the responce reseaved from the server was: 18<!doctype html>
    <html lang=en>
    <title>500 Internal Server Error</title>
    <h1>Internal Server Error</h1>
    <p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
    
    opened by HyperSync197 1
Releases(windows2.0)
Owner
rfeferfefe
rfeferfefe
An automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail

Email Validator It is an automation program that checks whether email addresses are real, whether they exist and whether they are a validated mail. Re

Ender MIRIZ 4 Dec 22, 2021
📧 CLI to deduplicate mails from mail boxes.

Mail Deduplicate Command-line tool to deduplicate mails from a set of boxes. Stable release: Development: Features Duplicate detection based on cherry

Kevin Deldycke 134 Dec 14, 2022
Python script for imap, pop3, smtp and IPv4 analyze

Python script for imap, pop3, smtp and IPv4 analyze

Vladislav Kotletkin 1 Jan 30, 2022
Email-bomber - Email bomber unlike other email bombers u don't need your gmail email id to use this

Email-bomber - Email bomber unlike other email bombers u don't need your gmail email id to use this

rfeferfefe 82 Dec 17, 2022
Spam-bot - Simple email-spammer discord bot

📝 Functional [ ✔️ ] Premium system via .json [ ✔️ ] Spammer [ ✔️ ] Validater [ ✔️ ] Discord bot ❓ How to launch ➡️ 1) Make discord bot ➡️ 2) Paste to

1 Feb 18, 2022
Disposable email validator for python

disposable-email-validator installation pip install disposable-email-validator

1 Jan 05, 2022
automatic mails sender with attachments

أزعجني لين تدربني Automatic mails sender with attachments. Note: You need to have gmail account & and you need to turn on "Less secure app access" set

6 Dec 30, 2022
Simple Email Sender using Python 3.

Email Sender 使用 Python 3 实现的简单邮件发送工具。 Version: 0.1.2 (Beta) 主要功能 使用 SMTP 协议发送邮件 支持 SSL/TLS 、 STARTTLS 加密(为保证安全,强制加密发送) 支持邮件模板与邮件生成 支持向多人群发邮件 日志记录 脚本执行

SUMSC 1 Feb 13, 2022
A Python Mail Server

Salmon - A Python Mail Server Download: https://pypi.org/project/salmon-mail/ Source: https://github.com/moggers87/salmon Docs: https://salmon-mail.re

Matt Molyneaux 582 Dec 30, 2022
Mail-Checker is a python script that lets you see your mails directly from the terminal without having to login each time.

Mail-Checker ##Mail-Checker is a python script that lets you see your mails directly from the terminal without having to login each time. ##Before you

Siddharth Pradeep 1 Jan 12, 2022
A Django email backend for Amazon's Simple Email Service

Django-SES Info: A Django email backend for Amazon's Simple Email Service Author: Harry Marr (http://github.com/hmarr, http://twitter.com/harrymarr) C

882 Dec 29, 2022
Send Emails through the terminal , fast and secure

Send Emails through the terminal , fast and secure

11 Aug 07, 2022
A news curator and newsletter subscription package for Django

django-newsfeed What is django-newsfeed? django-newsfeed is a news curator and newsletter subscription package for django. It can be used to create a

Maksudul Haque 179 Nov 14, 2022
SMTP In some vulnerable configurations, email servers can also be aggregated Use information that gives us information about the host or network Give

SMTP In some vulnerable configurations, email servers can also be aggregated Use information that gives us information about the host or network Give. The SMTP protocol supports some basic commands s

m3hr44n 1 Jan 16, 2022
Churn Emails Inbox - Churn Emails Inbox Using Python

Churn Emails Inbox In this project, I have used the Python programming langauge

2 Nov 13, 2022
A Pythonic interface for Google Mail

GMail for Python A Pythonic interface to Google's GMail, with all the tools you'll need. Search, read and send multipart emails, archive, mark as read

Charlie Guo 1.7k Dec 29, 2022
A simple free API that allows you to extract abuse emails from IPs.

Abuse-Email-API A simple free API that allows you to extract abuse emails from IPs. also isnt worth 500 dollars :) Requirements A Debian based OS The

Keratin 1 Dec 20, 2021
ghotok mail - lets you find available contact email addresses from target website

ghotok-mail ghotok mail - lets you find available contact email addresses from target website git clone https://github.com/josifkhan/ghotok-mail cd gh

Md Josif Khan 3 Mar 14, 2022
GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the mail server hosting the address, making it into some form of denial of service attack.

GMailBomber is a form of Internet abuse which is perpetrated through the sending of massive volumes of email to a specific email address with the goal of overflowing the mailbox and overwhelming the

Muneeb 5 Nov 13, 2022
利用阿里的云函数发送电子邮件

alifc_email 主要特性 利用阿里的云函数发送电子邮件 使用场景 hw中的钓鱼邮件发送,一些邮服会解析出邮件的来源ip(此来源ip并不是邮服的ip,而是从客户端发送邮件时,邮服自动带上的客户端ip),对于这些来源ip可能会做一些风控。 本项目利用云函数出口ip较多来绕过这些风控 使用方法 首

19 Dec 01, 2022