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
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 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
Send e-mails to teachers with specified school-website using Aula, anonymously

Information : This only works in Denmark! Send e-mails to teachers with specified school-website using Aula, anonymously. Find your school via the att

Binary.club 1 Jan 24, 2022
Email-osint - Email OSINT tool written in python3

Email-osint - Email OSINT tool written in python3

Surtains 7 Nov 28, 2022
Great script for sending and spaming emails! gmail, yahoo, outlook, hotmail.

• License • Issues • Project • Wikipedia • Я не несу ответственности за ваши действия. Скачивая программное обеспечение из этого репозитория, вы согла

He1Zen 143 Dec 24, 2022
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

J. Brandon Walker 1 Nov 30, 2021
A simple library project, a library function to make a temporary email, receive all messages

fake-email A simple library project, a library function to make a temporary email, receive all messages Installation : pip install fake-email Example

muntazir halim 13 Sep 15, 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
Disposable email validator for python

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

1 Jan 05, 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
Fast Anonymous Email Sending Tool

Email-Fake Fast Anonymous Email Sending Tool 🏆 Github Statistics : Termux For Install: pkg install python pkg install python2 git clone https://githu

Aryan 7 May 28, 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
Search email inbox with python and filter with search criteria via IMAP4 and fastapi or console

Search email inbox with python and filter with search criteria via IMAP4 and fastapi or console

Karma Computing 0 Sep 07, 2021
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
Disposable Temporary Email (Python Library)

Disposable Temporary Email (Python Library)

krypton 13 Nov 24, 2022
Send Emails through the terminal , fast and secure

Send Emails through the terminal , fast and secure

11 Aug 07, 2022
This Tool Is For Sending Emails From A Terminal(Termux/Kali) etc.

This is a Basic python script to send emails from a Terminal(Termux/Kali) are the only tested currently.

AnonyVox 2 Apr 04, 2022
Django SMTP Protocol with Gmail

Django SMTP Protocol with Gmail This is the free service from gmail to send and receive emails. What we need for this things done, Python/pip install

Mehedi Hasan 3 Dec 13, 2022
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