{"id":13845368,"url":"https://github.com/Taonn/EmailAll","last_synced_at":"2025-07-12T02:30:55.744Z","repository":{"id":37697240,"uuid":"459049011","full_name":"Taonn/EmailAll","owner":"Taonn","description":"EmailAll is a powerful Email Collect tool — 一款强大的邮箱收集工具","archived":false,"fork":false,"pushed_at":"2022-03-04T10:36:41.000Z","size":451,"stargazers_count":664,"open_issues_count":13,"forks_count":116,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-05T17:44:24.473Z","etag":null,"topics":["bounty-hunting-tools","bugbounty","discovery","domain","email-","email-collector","emailhunter","emails","hacking-tools","information-gathering","information-gathering-tools","osint","osint-python","python","redteam","redteaming","search-engine","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Taonn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-14T06:55:30.000Z","updated_at":"2024-08-05T07:26:37.000Z","dependencies_parsed_at":"2022-08-08T21:16:06.396Z","dependency_job_id":null,"html_url":"https://github.com/Taonn/EmailAll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taonn%2FEmailAll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taonn%2FEmailAll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taonn%2FEmailAll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Taonn%2FEmailAll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Taonn","download_url":"https://codeload.github.com/Taonn/EmailAll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225784440,"owners_count":17523649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bounty-hunting-tools","bugbounty","discovery","domain","email-","email-collector","emailhunter","emails","hacking-tools","information-gathering","information-gathering-tools","osint","osint-python","python","redteam","redteaming","search-engine","security-tools"],"created_at":"2024-08-04T17:03:21.847Z","updated_at":"2024-11-21T18:31:23.453Z","avatar_url":"https://github.com/Taonn.png","language":"Python","readme":"\u003ch1 align=\"center\" \u003eEmailAll\u003c/h1\u003e\n\n\u003ch3 align=\"center\" \u003e A powerful Email Collect tool\u003c/h3\u003e\n\n## 0x1 介绍\n\n:astonished: `EmailAll` is a powerful Email Collect tool —— 一款强大的邮箱收集工具\n\n![example1](img/example1.png)\n\n![example2](img/example2.png)\n\n![PhoneBook\u0026Snov_result](img/PhoneBook\u0026Snov_result.png)\n\n## 0x2 安装\u0026使用\n\n```bash\n$ git clone https://github.com/Taonn/EmailAll.git\n$ cd EmailAll\n$ pip3 install -r requirements.txt\n```\n\n```python\nEmailAll is a powerful Email Collect tool\n\nExample:\n    python3 emailall.py check\n    python3 emailall.py --domain example.com run\n    python3 emailall.py --domains ./domains.txt run\n```\n\n` python3 emailall.py --domain example.com run`\n\n`python3 emailall.py --domains ./domains.txt run`\n\n最终结果保存至`result`目录，分为不同模块json数据文件和汇总`{domain}_All.json`文件\n\n## 0x3 配置\n\nproxy配置在 [setting.py](config/setting.py)文件\n\n```python\nproxy={'http': '127.0.0.1:2333', 'https': '127.0.0.1:2333'}\n```\n\nAPI配置在 [api.py](config/api.py)文件\n\n```python\n# http://www.veryvp.com/\nveryvp_username = ''\nveryvp_password = ''\n\n# https://www.github.com\ngithub_token = ''\n\n# https://app.snov.io/\nsnov_username = ''\nsnov_password = ''\n\n# https://phonebook.cz/\npb_key = ''\n```\n\n- `veryvp`和`snov`去网站免费注册\n- `GitHub`的token去设置里创建一个即可\n- `phonebook`的key访问https://phonebook.cz/然后查看源代码，将`API_KEY`的值填入即可\n\n## 0x4 模块\n\n邮箱信息收集主要来源如下：\n\n- Search\n  - Ask\n  - Baidu\n  - Bing\n  - Google\n  - QWant\n  - SO\n  - Sougou\n  - GithubApi\n- DataSets\n  - Email-Format\n  - Skymem\n  - Veryvp\n  - PhoneBook\n  - Snov\n\n### 2022.2.19\n\n更新PhoneBook、Snov模块\n\n![PhoneBook\u0026Snov_result](img/PhoneBook\u0026Snov.png)\n\n![PhoneBook\u0026Snov_result](img/PhoneBook\u0026Snov_result.png)\n\n### 2022.2.16\n\n更新GithubApi模块\n\n![githubapi](img/githubapi.png)\n\n\u003e 后续还会更新~\n\n更多信息请关注[changes.md](docs/changes.md)\n\n## 0x5 参考\n\n参考了以下优秀的工具，并修改而来:\n\n- https://github.com/shmilylty/OneForAll\n- https://github.com/laramies/theHarvester\n- https://github.com/m4ll0k/Infoga\n\n感谢这些师傅们的分享！！！\n\n## 0x6 感谢\n\n感谢网上开源的各大项目！！！\n\n- 特别感谢[Se7en](https://github.com/r00tSe7en)师傅对于接口的补充\n\n## 0x7 免责声明\n\n​\t本工具仅能在取得足够合法授权的企业安全建设中使用，在使用本工具过程中，您应确保自己所有行为符合当地的法律法规。 如您在使用本工具的过程中存在任何非法行为，您将自行承担所有后果，本工具所有开发者和所有贡献者不承担任何法律及连带责任。 除非您已充分阅读、完全理解并接受本协议所有条款，否则，请您不要安装并使用本工具。 您的使用行为或者您以其他任何明示或者默示方式表示接受本协议的，即视为您已阅读并同意本协议的约束。\n\n","funding_links":[],"categories":["信息搜集","Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaonn%2FEmailAll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTaonn%2FEmailAll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTaonn%2FEmailAll/lists"}