赞
踩
本章将记录3个子域名爆破工具subfinder、OneForAll、ksubdomain的安装,项目地址分别是:
https://github.com/projectdiscovery/subfinder
https://github.com/shmilylty/OneForAll
https://github.com/knownsec/ksubdomain
我是在Windows操作系统上安装的,需要配置Go环境。
Go环境比较简单,在官网上下载下来直接安装,把系统变量添加上就行了。
安装subfinder:
设置 Golang 代理:go env -w GOPROXY=https://goproxy.cn,direct
执行命令安装:go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
安装成功后,在bin目录下生成subfinder.exe
项目下载到本地后,python3和pip3安装相关依赖,安装过程需要使用管理员权限。
由于我Windows系统上的python
命令对应python3,pip3
和pip
都对应pip3
管理员权限打开cmd
cd OneForAll/
python -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/
python oneforall.py --help
【*】运行脚本时报错ImportError: cannot import name ‘sre_parse’ from ‘re’
这是因为python的版本过高不兼容导致的。
作者已经修复此问题,我们pip uninstall exrex卸载exrex后重新下载依赖pip install exrex就可以了 。
Linux需要libpcap环境和 go 1.17以上版本
Windows需要Go环境和winpcap或者npcap
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。