安装扫⼦域名⼯具OneForAll
⼀、简介
基于Python 3.8.0开发和测试,请使⽤⾼于Python 3.8.0的稳定发⾏版本,其他版本可能会出现⼀些问题(Windows平台必须使⽤3.8.0以上版本),安装Python环境可以参考Python 3 安装指南。
在Ubuntu18.04上搭建
⼆、虚拟机安装Ubuntu18.04系统
然后正常安装就⾏(百度教程)
三、下载安装python3
在终端输⼊命令
sudo apt-get install python3.7
(百度。。)
然后安装pip包,同百度==
四、安装oneforall
1. 下载
git clone gitee/shmilylty/OneForAll.git
2. 安装
cd OneForAll/
python -m pip install -U pip setuptools wheel -i mirrors.aliyun/pypi/simple/
pip3 install - -i mirrors.aliyun/pypi/simple/
python3 oneforall.py --help
(python 或python3试⼀试就知道)
3. 更新
注意:如果你之前已经克隆了项⽬运⾏之前请备份⾃⼰修改过的⽂件到项⽬外的地⽅(如config.py),然后执⾏以下命令更新项⽬:git fetch --all
git reset --hard origin/master
git pull
四、使⽤命令
单个⽬标
ubuntu怎么安装pythonpython3 oneforall.py --target example run
多个⽬标
python3 oneforall.py --targets ./ run
开启爆破模块运⾏(使⽤massdns进⾏爆破,⽹络占⽤极⼤,可能会阻塞⽹络)
python3 run python oneforall.py --target example --burte True run

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。