Sublist3r

Sublist3r是一个python工具,旨在使用OSINT枚举网站的子域.
安装:git clone https://github.com/aboul3la/Sublist3r.git
用法: https://github.com/aboul3la/
信息收集(子域名查询) - 图1

Oneforall

收集能力强大

下载

git clone https://github.com/shmilylty/OneForAll.git

安装

cd OneForAll/
python3 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
python3 oneforall.py —help

示例

  1. python3 oneforall.py --target example.com run
  2. python3 oneforall.py --targets ./example.txt run

保存在 /reuslt /sqlite3 中
详情看:https://github.com/shmilylty/OneForAll