{"id":16759610,"url":"https://github.com/coderatul/emailbomber","last_synced_at":"2026-03-01T13:03:03.879Z","repository":{"id":60550607,"uuid":"362700531","full_name":"coderatul/emailbomber","owner":"coderatul","description":"a powerful script in python to send bulk mails ","archived":false,"fork":false,"pushed_at":"2025-04-01T14:35:14.000Z","size":84,"stargazers_count":69,"open_issues_count":5,"forks_count":21,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T08:36:17.677Z","etag":null,"topics":["app-password","email-bomber","emailwithpython","good-first-issue","hacking-tool","hacktoberfest","hacktoberfest-accepted","mail","python","python-project","smtp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderatul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-29T05:29:04.000Z","updated_at":"2025-09-03T06:03:59.000Z","dependencies_parsed_at":"2023-10-15T16:52:17.112Z","dependency_job_id":"f39421eb-3b03-4613-8aa9-f4962a8b3fec","html_url":"https://github.com/coderatul/emailbomber","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/coderatul/emailbomber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatul%2Femailbomber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatul%2Femailbomber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatul%2Femailbomber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatul%2Femailbomber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderatul","download_url":"https://codeload.github.com/coderatul/emailbomber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderatul%2Femailbomber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T12:56:10.327Z","status":"ssl_error","status_checked_at":"2026-03-01T12:55:24.744Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app-password","email-bomber","emailwithpython","good-first-issue","hacking-tool","hacktoberfest","hacktoberfest-accepted","mail","python","python-project","smtp"],"created_at":"2024-10-13T04:08:34.215Z","updated_at":"2026-03-01T13:03:03.855Z","avatar_url":"https://github.com/coderatul.png","language":"Python","readme":"# 📧 Email-Bomber v2.0.0\n![Email Bomber Screenshot v2.0.0](https://i.imgur.com/zSeyXbw.png)\n- An open Source free to use email-bomber using python's built-in library SMTP.\n- This project's image is also available at dockerhub `docker pull coderatul/emailbomber`\n  - use following commands to use it on docker 🐋\n  - ```\n     docker run --rm -i -t emailbomber /bin/sh\n    ```\n  - ```\n    python3 emailbomber.py\n    ```\n## GUI version 💻\n\u003e checkout [GUI](https://github.com/coderatul/emailGUI.git) version of emailbomber\n\n![gui_emailbomber](https://github.com/user-attachments/assets/f9406245-cf9c-4b82-b525-60be1ba9079f)\n\n## ⚠️ Prerequisite\n![Enabling 2-Step Verification Screenshot](https://i.imgur.com/1tUNrsu.png)\n\n### Enabling 2-Step Verification\n- Go to your [Google Account](https://myaccount.google.com/) which you would like to send email-bombs from.\n- Select [Security](https://myaccount.google.com/security).\n- Enable [2-Step Verification](https://myaccount.google.com/signinoptions/two-step-verification).\n\n### Create App Password\n![Create App Password Screenshot](https://i.imgur.com/KdU5Erp.png)\n- Go to [App Passwords](https://myaccount.google.com/apppasswords).\n- Select app as Mail.\n- Select device as your device e.g. Windows Computer etc.\n  - If you do not have this option available:\n    - You turned on Advanced Protection.\n    - 2-Step Verification is not set up for your account.\n    - 2-Step Verification is only set up for security keys.\n    - Your account is under the control by work, school, or an organization.\n\n### Use App Password\n![App Password](https://i.imgur.com/krkn5EX.png)\n- Copy App Password.\n- Use App Password in Email-Bomber script (you can input it safely into the prompt without it displaying to the console).\n\n### Setup App Password in Email-Bomber script\n![Folder Structure](./resources/images/folder-structure.jpg)\n- Create User_Credentials folder in Email-Bomber folder \n- Replicate the folder structure\n- Paste App Password in app_password.txt\n- Paste sender's email in sender.txt \n- You're good to go!!\n\n## 📑 Installation Guide\n### Termux\n```\npkg install git\n```\n```\npkg install python\n```\n```\ngit clone https://github.com/coderatul/emailbomber\n```\n```\nls\n```\n```\ncd emailbomber\n```\n```\npython emailbomber.py\n```\n### Linux Distributions\n```\nsudo apt install git\n```\n```\nsudo apt install python3.8\n```\n```\nsudo apt update \u0026\u0026 upgrade \n```\n```\ngit clone https://github.com/coderatul/emailbomber\n```\n```\ncd emailbomber\n```\n```\npython emailbomber.py\n```\n\n## 📇 License\n```\nMIT License\n\nCopyright (c) 2022-Present, Atul Kushwaha.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n## 🤵 Authors\n- [@coderatul](https://github.com/coderatul)\n\n## ❔ Questions/Feedback\nIf you have any questions or feedback, please reach out in [issues](https://github.com/coderatul/emailbomber/issues).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderatul%2Femailbomber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderatul%2Femailbomber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderatul%2Femailbomber/lists"}