EBomb - Email(s) bomber
pip install -U EBomb
CLI
python -m Ebomb -h
# EBomb/__init__.py
class EBomb:
def __init__(self,
targets: list[str],
threads_count: int = None,
proxy: bool = True,
forever: bool = True,
verbose: bool = True): ...
# EBomb/services.py
class Service:
__slots__ = ('url', 'method', 'netloc')
def __init__(self, url: str, method: str): ...
def request(self, mail: str, proxies: str = None) -> Response: ...
services: list[Service] = [...]
Ebomb/services.json
[
{
"url": "...",
"method": "..."
}
]
Install for Android / Linux
- Download Termux (Android)
- Follow the steps from the article
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EBomb-2.1.5.tar.gz
(7.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
EBomb-2.1.5-py3-none-any.whl
(8.3 kB
view details)
File details
Details for the file EBomb-2.1.5.tar.gz.
File metadata
- Download URL: EBomb-2.1.5.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92414379c837d6dc0964cfaf42e6cca97449bc8f673e2e1a8fe53b9b0fd71d7c
|
|
| MD5 |
c5d52a8d115c4214949d6d3a3ccc1ada
|
|
| BLAKE2b-256 |
a6b9a9ba67d7d93454fefca4523937d39bb76354ab903024a0fe96311eff7156
|
File details
Details for the file EBomb-2.1.5-py3-none-any.whl.
File metadata
- Download URL: EBomb-2.1.5-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09e2fb7affe9021926a999c1746022b15c5ce35c271c50aa82abb4dfdfdee678
|
|
| MD5 |
662b2e3f7fb66ef30e6c8051cc8ded44
|
|
| BLAKE2b-256 |
7d5fda178eb05b41eca63dc62c27db1b476222a9469641c4ac22ef8715be73f4
|