EBomb - Email(s) bomber
pip install --upgrade EBomb
# 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 __repr__(self): ...
def request(self, mail: str, proxies: EasyProxies.ProxyDescriptor = None) -> requests.Response: ...
services: list[Service] = [...]
Ebomb/services.json
[
{
"url": "...",
"method": "..."
}
]
CLI
python -m Ebomb -h
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.3.tar.gz
(7.4 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.3-py3-none-any.whl
(8.1 kB
view details)
File details
Details for the file EBomb-2.1.3.tar.gz.
File metadata
- Download URL: EBomb-2.1.3.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d71ae38ee2a21d8d6d5b63ae39c97c322a170c3d379ba49acede6a6a602750be
|
|
| MD5 |
d3dc3648d88867e983752b59296e55f9
|
|
| BLAKE2b-256 |
93efad6f2de5b4e53a93bcbd3624d58937f07c34317042358ea238b75b174f47
|
File details
Details for the file EBomb-2.1.3-py3-none-any.whl.
File metadata
- Download URL: EBomb-2.1.3-py3-none-any.whl
- Upload date:
- Size: 8.1 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 |
be045c1ec803b5eaa575d718c74fa8963da8e309c0b318e0e3e924011ad7acdf
|
|
| MD5 |
289d190b75576b02266153eae503ec90
|
|
| BLAKE2b-256 |
62107ffe46c6dbda77a7e549aee54d319cd5637eff526d0cb9b0240839f5fa02
|