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
Mailrise is an SMTP server that converts the emails it receives into Apprise notifications

Mailrise is an SMTP server that converts the emails it receives into Apprise notifications. The intended use case is as an email relay for a home lab or network. By accepting ordinary email, Mailrise

Ryan Young 293 Jan 07, 2023
A light-weight, modular, message representation and mail delivery framework for Python.

Marrow Mailer A highly efficient and modular mail delivery framework for Python 2.6+ and 3.2+, formerly called TurboMail. © 2006-2019, Alice Bevan-McG

Marrow Open Source Collective 255 Dec 28, 2022
EmailAll - a powerful Email Collect tool

EmailAll A powerful Email Collect tool 0x1 介绍 😲 EmailAll is a powerful Email Co

473 Dec 22, 2022
Esio_dev 3 Oct 15, 2021
Heimdall watchtower automatically sends you emails to notify you of the latest progress of your deep learning programs.

This software automatically sends you emails to notify you of the latest progress of your deep learning programs.

Zhenyue Qin 22 Dec 06, 2021
Generate Email, Register for anything, Get the OTP/Link

OTE : One Time Email Introduction ote is a command line utility that generates temporary email address and automatically extracts OTPs or confirmation

Somdev Sangwan 457 Jan 03, 2023
Automatically Send Custom Named Certificates via Mail

Welcome to Certificate Launchpad 🚀 Automatically Send Custom Named Certificates via Email Intro After any event, sending certificates to attendees or

Dc7 16 Oct 16, 2022
Certificate generating and mailing system

skylab-certificate-system Through the this system, you can generate personalized certificates for people with name-surname-mail information in an exce

Oğuzhan Ercan 9 Sep 27, 2022
Mail hosting made simple

Modoboa Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface. It provides useful components such as

Modoboa 2.4k Jan 03, 2023
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
You take an email and password from the combo list file and check it on mail.com

Brute-Force-mail tool information: Combo Type: email:pass Domains: All domains of the site Url: https://www.mail.com Api: ☑️ Proxy: No ☑️ The correct

6 Jun 05, 2022
A small system for writing via email.

A small system for writing via email.

0 Nov 24, 2021
A python script that helps you understand why your E-Mail ended up in Spam

decode-spam-headers.py Whether you are trying to understand why a specific e-mail ended up in SPAM/Junk for your daily Administrative duties or for yo

Mariusz Banach 316 Jan 05, 2023
Send e-mails asyncronously using cron

django-yubin Django Yubin allows the programmer to control when he wants to send the e-mail in this application, making the web application to answer

APSL 44 Sep 24, 2022
ParaskinioTouristOffices - This program sends a message to various email adresses

ParaskinioTouristOffices This program sends a message to various email adresses.

Odysseas Psomaderis 2 Feb 11, 2022
Command line interface for sending email using SMTP (ships with Gmail configuration).

mailsend Description Lightweight command line interface for sending email using SMTP. Default configuration is set for Gmail (smtp.gmail.com at port 5

Keith Mathe 1 Mar 22, 2022
Python email address and Mime parsing library

Flanker - email address and MIME parsing for Python Flanker is an open source parsing library written in Python by the Mailgun Team. Flanker currently

Mailgun Team 1.6k Dec 29, 2022
Bulk send personalized emails using a .csv file and Gmail API (via EZGmail)

GSender Bulk send personalized emails using a .csv file and Gmail API (via EZGmail). Installation Install requirements.txt. Follow the EZGmail Install

1 Nov 23, 2021
Read/sync your IMAP mailboxes (python2)

Upstream status (master branch): Upstream status (next branch): Financial contributors: Links: Official github code repository: offlineimap Website: w

OfflineIMAP 1.7k Dec 29, 2022
this is django project through this project you can easily sends message to any email

SEND-EMAIL this is django project through this project you can easily sends message to any email home when you run the server then you will see this t

Ankit jadhav 1 Oct 17, 2021