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
📧 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
It s a useful project for developers ... It checks available and unavailable emails

EmailChecker It s a useful project for developers ... It checks available and unavailable emails Installation : pip install EmailChecker Domains are

Sidra ELEzz 19 Jan 01, 2023
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 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

Pylons Project 50 Sep 17, 2022
A Django email backend that uses a celery task for sending the email.

django-celery-email - A Celery-backed Django Email Backend A Django email backend that uses a Celery queue for out-of-band sending of the messages. Wa

Paul McLanahan 430 Dec 16, 2022
Email-osint - Email OSINT tool written in python3

Email-osint - Email OSINT tool written in python3

Surtains 7 Nov 28, 2022
Disposable email validator for python

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

1 Jan 05, 2022
Python IMAP for Human beings

Imbox - Python IMAP for Humans Python library for reading IMAP mailboxes and converting email content to machine readable data Requirements Python (3.

Martin Rusev 1.1k Dec 30, 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
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 django package which act as a gateway to send and receive email with amazon SES.

django-email-gateway: Introduction: A Simple Django app to easily send emails, receive inbound emails from users with different email vendors like AWS

MicroPyramid 28 Nov 09, 2022
Secret Service Email Encryption/Steganography

SecretService Decoy Encrypted Emailer

Unit 221B 6 Aug 05, 2022
Fastapi mail system sending mails(individual, bulk) attachments(individual, bulk)

Fastapi-mail The fastapi-mail simple lightweight mail system, sending emails and attachments(individual && bulk) 🔨 Installation $ pip install fastap

Sabuhi 399 Dec 29, 2022
An email generator code in python language

An email generator code in python language. I have done it in the simplest way possible and with no link to an SMTP server. Generating infinite emails until CTRL+C . It is a code that can be used in

Kelvin Ndungu Wanja 1 Jan 17, 2022
A CLI client for sending text emails. (Currently only gmail supported)

emailCLI A CLI client for sending text emails. (Currently only gmail supported)

Amethist 3 Dec 17, 2021
spam_box is a self hosted temp mail service by hacksec

spam_box spam_box is a self hosted temp mail service by hacksec Requirement python3 open port 25 and 6660 root access in a vps How to install in linux

ScRiPt1337 25 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
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

Denis 52 Jan 07, 2023
Dotfiles and some scripts for NeoMutt

Mutt dotfiles Robust Mutt configs with examples for the following account types: Generic IMAP/SMTP Google (Gmail/Gsuite etc) via IMAP/SMTP Microsoft O

CEUK 29 Jan 04, 2023