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
Secret Service Email Encryption/Steganography

SecretService Decoy Encrypted Emailer

Unit 221B 6 Aug 05, 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
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.

Djrill: Mandrill Transactional Email for Django Djrill integrates the Mandrill transactional email service into Django. PROJECT STATUS: INACTIVE As of

Brack3t 327 Oct 01, 2022
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
:incoming_envelope: IMAP/SMTP sync system with modern APIs

Nylas Sync Engine The Nylas Sync Engine provides a RESTful API on top of a powerful email sync platform, making it easy to build apps on top of email.

Nylas 3.5k Dec 23, 2022
📧 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
ok-mail-helper是一个基于imap/smtp协议邮件客户端,使用python3.x开发

ok-mail-helper ok-mail-helper是一个基于imap/smtp协议邮件客户端,使用python3.x开发,支持邮件接收并解析、邮件发送,用户可在自己的项目中直接引入、开箱即用,或者结合flask等web框架轻松做成http接口供前端调用、把邮箱管理集成到自己的系统中,亦可通过

xlvchao 1 Feb 08, 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
Simple, powerfull and nonobstructive django email middleware.

djmail djmail is a BSD Licensed, simple and nonobstructive django email middleware. Why use djmail? Because it: Sends emails asynchronously without ad

David Barragán Merino 77 Aug 30, 2021
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
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
PGP encrypted / multipart templated emails for Django

Created by Stephen McDonald Introduction django-email-extras is a Django reusable app providing the ability to send PGP encrypted and multipart emails

stephenmcd 75 May 14, 2022
Email pass separator

email-pass-separator hii check out our new tool in kali linux use 'filename ' Dont forget to put inverted comma email:password separator Image Command

Hackers Tech 2 Sep 22, 2021
Python Email Sender (PES) is a program made with Python using smtplib, socket and tkinter.

Python Email Sender (PES) is a program made with Python using smtplib, socket and tkinter. This program was made for sender email to be a gmail account because that's what I used when testing it out,

Zacky2613 1 Aug 26, 2022
Use Django admin to manage drip campaign emails using querysets on Django's User model.

Django Drip Drip campaigns are pre-written sets of emails sent to customers or prospects over time. Django Drips lets you use the admin to manage drip

Zapier 630 Nov 16, 2022
A Discord Mod Mail bot made in python

Fish-Mail The mod mail bot for Fish Hosting Note: You are not allowed to remove the names in the credit command Note: If you want any ideas/commands a

28 Aug 30, 2022
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
Using this repository you can send mails to multiple recipients.Was created in support of Ukraine, to turn society`s attention to war.

mails-in-support-of-UA Using this repository you can send mails to multiple recipients.Was created in support of Ukraine, to turn society`s attention

Oleksii Budzinskiy 2 Mar 04, 2022
Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, Sendinblue, SparkPost and more

Django email backends and webhooks for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, Sendinblue, SparkPost and more

1.4k Jan 01, 2023
This is the mail server that handles responses from the Contact Form

mailserver About This is the mail server that handles responses from the Contact Form Contributors ✨ Thanks goes to these wonderful people (emoji key)

IoLang 3 Jan 03, 2022