今天给大家介绍一款子域名收集软件Teemo

一、环境 kali2019.3 python2

二、安装过程:
1、复制到本地安装包
https://github.com/bit4woo/teemo.git
子域名收集 -- teemo

2、安装依赖
pip install -r requirements.txt
子域名收集 -- teemo

三、命令
获取帮助
python teemo.py -h

枚举指定域名:
python teemo.py -d xxx.com

使用代理地址:
python teemo.py -d xxx.com -x “http://127.0.0.1:9856”

启用枚举模式:
python teemo.py -b -d xxx.com

将结果保存到指定文件(默认会根据config.py中的设置保存到以域名命名的文件中):
python teemo.py -d xxx.com -o result.txt

禁止非法,后果自负

欢迎关注公众号:
子域名收集 -- teemo

相关文章:

  • 2021-09-01
  • 2021-12-03
  • 2021-04-06
  • 2021-11-06
  • 2021-11-17
  • 2021-11-17
  • 2022-01-07
  • 2021-06-20
猜你喜欢
  • 2021-11-12
  • 2021-04-19
  • 2021-07-09
  • 2021-05-24
  • 2021-06-02
  • 2021-06-21
  • 2021-11-20
相关资源
相似解决方案