电子邮件轰炸机
项目描述
EBomb - 电子邮件轰炸机
pip install -U EBomb
命令行界面
python -m Ebomb --help
# 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] = [...]
炸弹/services.txt
METHOD
URL with %s instead of email
METHOD
URL with %s instead of email
为 Android / Linux 安装
项目详情
下载文件
下载适用于您平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。
源分布
EBomb-2.2.2.tar.gz
(7.7 kB
查看哈希)
内置分布
EBomb-2.2.2-py3-none-any.whl
(8.4 kB
查看哈希)