All Projects → bit4woo → Teemo

bit4woo / Teemo

A Domain Name & Email Address Collection Tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Teemo

Information collection handbook
Handbook of information collection for penetration testing and src
Stars: ✭ 447 (-24.87%)
Mutual labels:  information, subdomain, domain
A scan framework
Network Security Vulnerability Manage
Stars: ✭ 116 (-80.5%)
Mutual labels:  subdomain, domain
Disposable Email Domains
a list of disposable and temporary email address domains
Stars: ✭ 873 (+46.72%)
Mutual labels:  email, domain
Warez
All your base are belong to us!
Stars: ✭ 584 (-1.85%)
Mutual labels:  search-engine, information
Fierce
A DNS reconnaissance tool for locating non-contiguous IP space.
Stars: ✭ 1,072 (+80.17%)
Mutual labels:  subdomain, domain
Behold3r
👻Behold3r -- 收集指定网站的子域名,并可监控指定网站的子域名更新情况,发送变更报告至指定邮箱
Stars: ✭ 29 (-95.13%)
Mutual labels:  information, subdomain
Dart Basic Utils
A dart package for many helper methods fitting common situations
Stars: ✭ 153 (-74.29%)
Mutual labels:  email, domain
Forwardemail.net
The best free email forwarding for custom domains (Web Server)
Stars: ✭ 211 (-64.54%)
Mutual labels:  email, domain
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (-90.92%)
Mutual labels:  domain, subdomain
patzilla
PatZilla is a modular patent information research platform and data integration toolkit with a modern user interface and access to multiple data sources.
Stars: ✭ 71 (-88.07%)
Mutual labels:  search-engine, information
is-biz-mail-php
isBizMail tells you whether a given email address belongs to a free email account provider (gmail.com, yahoo.es, yandex.ru etc) or not.
Stars: ✭ 19 (-96.81%)
Mutual labels:  email, domain
Js.org
Dedicated to JavaScript and its awesome community since 2015
Stars: ✭ 3,996 (+571.6%)
Mutual labels:  subdomain, domain
Resin
Hardware-accelerated vector-based search engine. Available as a HTTP service or as an embedded library.
Stars: ✭ 529 (-11.09%)
Mutual labels:  search-engine
Quark
Stay happy while offline | World's first offline search engine.
Stars: ✭ 561 (-5.71%)
Mutual labels:  search-engine
Deltachat Desktop
Email-based instant messaging for Desktop.
Stars: ✭ 526 (-11.6%)
Mutual labels:  email
Responsive Html Email Signature
Template generator for (responsive) emails & email signatures ✨
Stars: ✭ 525 (-11.76%)
Mutual labels:  email
Alot
Terminal-based Mail User Agent
Stars: ✭ 572 (-3.87%)
Mutual labels:  email
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+956.13%)
Mutual labels:  subdomain
Sendgrid Ruby
The Official Twilio SendGrid Led, Community Driven Ruby API Library
Stars: ✭ 520 (-12.61%)
Mutual labels:  email
Knapsack
Collection pipeline library for PHP
Stars: ✭ 521 (-12.44%)
Mutual labels:  collection

About teemo

项目地址:https://github.com/bit4woo/teemo

域名收集及枚举工具

提莫(teemo)是个侦察兵,域名的收集如同渗透和漏洞挖掘的侦察,故命名为提莫(Teemo)!

logo_Teemo

特色:具有相关域名搜集能力,即会收集当前域名所在组织的其他域名。原理是通过证书中"Subject Alternative Name"的内容。

相信这部分功能和 domain_hunter 中类似域名的收集一样有用!

该工具主要有三大模块:

利用搜索引擎:

利用第三方站点:

  1. Alexa
  2. Chaxunla
  3. CrtSearch
  4. DNSdumpster
  5. Googlect
  6. Ilink
  7. Netcraft
  8. PassiveDNS
  9. Pgpsearch
  10. Sitedossier
  11. ThreatCrowd
  12. Threatminer
  13. Virustotal
  14. HackerTarget

whois查询及反向查询(接口需付费,暂未加入到主功能当中):

  1. https://www.whoxy.com/
  2. DOMAINTOOLS
  3. WHOISXMLAPI
  4. ROBOWHOIS
  5. ZIPWHOIS

利用枚举

各API申请指引(非必要)

其中部分接口需要API Key,如果有相应账号,可以在config.py中进行配置,没有也不影响程序的使用

Google CSE(自定义搜索引擎):

Bing API:

Fofa:

  • 需要购买会员

Shodan:

  • 登陆后页面右上角“show API key”

基本使用

运行环境:python 2.7.*

  • 查看帮助:

python teemo.py -h

  • 枚举指定域名(会使用搜索引擎和第三方站点模块):

python teemo.py -d example.com

  • 使用代理地址(默认会使用config.py中的设置):

python teemo.py -d example.com -x "http://127.0.0.1:9999"

  • 启用枚举模式:

python teemo.py -b -d example.com

  • 将结果保存到指定文件(默认会根据config.py中的设置保存到以域名命名的文件中):

python teemo.py -d example.com -o result.txt

参考

参考以下优秀的工具修改而来:

Thanks for their sharing.

Change Log

2017-08-17 : Update "domainsite" part, use logging to output; fix some bug. 2017-09-08 : Remove port scan function,leave it to nmap, add IP and Network analysis. 2018-04-03 : Add HackerTarget API 2018-04-04 : Add Censys API; Add function that to get "Related Domains" which base on Censys,Crt.sh and GoogleCert.

To Do

  • 优化DNS查询部分,抽象成一个函数
  • 模糊匹配,例如包含"qq"的所有域名,比如qqimg.com
  • 文件搜索

相关思维导图

xmind

免责声明

作者公开该工具代码,出于技术分享的目的,请不要用于非法用途。 任何使用该工具及代码,或者修改后的工具及代码,造成的任何问题,与本作者无关,特此声明!!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].