OneForAll一款功能强大的子域收集工具

文章目录

  • 简介
  • 项目地址
  • Kali下的安装
  • 使用

简介

毕竟不是每个人都有fofa
OneForAll强大、友好、持续维护、效率高;就像名字一样
详细介绍可以看项目地址

项目地址

https://github.com/shmilylty/OneForAll

Kali下的安装

git clone https://gitee.com/shmilylty/OneForAll.git
sudo apt install python3.8 python3.8-dev python3-testresources
cd OneForAll/
sudo apt install python3-pip
sudo python3.8 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
sudo pip3 install --ignore-installed -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
cd oneforall/
python3.8 oneforall.py --help

使用

这里有个小坑,kali中虽然安装了python3.8,但是如果python3运行,会使用python3.7

cd oneforall/
python3.8 oneforall.py --target example.com run

结果生成在results目录下

你可能感兴趣的:(安全工具,信息安全,安全漏洞,扫描测试工具)